Hey green. Found some mistakes.
$prefix variable.Code:case "main": $getslug = $mysqli->query("SELECT slug from bit_pages"); while($fetchslug = $getslug->fetch_assoc()) { $slugarray[] = $fetchslug['slug']; }
Hey green. Found some mistakes.
$prefix variable.Code:case "main": $getslug = $mysqli->query("SELECT slug from bit_pages"); while($fetchslug = $getslug->fetch_assoc()) { $slugarray[] = $fetchslug['slug']; }
I found a small bug, which is nothing to big.
http://prntscr.com/2ocdcu
Thanks, I've known that this bug has existed for some time for all places where people can enter block text. This is caused because the text is one large word, which means that by default, the text isn't broken up.
I'll be pushing out an update which with a CSS class which will cause a word break, which should fix this issue.
I'll also include the updated Bootstrap 3.1 files.
edit: added bootstrap 3.1 for the default theme, bootswatch files will be added once they are updated.
I've also implemented the wordwrap fix. Here's an example of it at work:
Before:
After:
This fix has been applied to the news, events, gmblog, and profile pages. Let me know if this issue appears anywhere else.
I'm planning on revamping the profile pages a bit. They're kind of basic/boring right now!
Last edited by greenelfx; 01-02-14 at 12:02 AM.
Greetings ,
Nice CMS you made ! I was wondering if you would share with me what font you used for your 'Download Setup' and 'Download Client' ?
Thank you
TheJAVA
How about the gmlog ?? this error appeared
( ! ) Fatal error: Call to a member function fetch_assoc() on a non-object in C:\wamp\www\maple\sources\admin\gmlog.php on line 15 Call Stack # Time Memory Function Location 1 0.0003 149776 {main}( ) ..\index.php:0 2 0.0749 341560 include( 'C:\wamp\www\maple\sources\admin\main.php' ) ..\index.php:39 3 0.1239 381848 include( 'C:\wamp\www\maple\sources\admin\gmlog.php' ) ..\main.php:125
That would be cool. Doing NX gifting seems a lot easier and doable than regular items, so that feature may come soon.
I still haven't decided what to do about GM Logs, sorry.
Don't know, my GFX hasn't been on Skype for some time, sorry!
I have a quick little suggestion, as you have mentioned the Banner/BG image process. Why not add a small script that will upload it to the server or any image hosting website out there. For example, LightShot uploads screanshots to imgur and some other places. This will make it faster for image changes and easier on users with little to basic knowledge.
That would be useful. I'll look into it.
EDIT: Added first feature in some time!
First, go to the admin panel and add in some of your jail maps:
As you can see, the list automatically adds new fields.
Verify that your mapID looks right:
Before:
After applying settings:
Hey, looks like we caught a pesky user that was warping out from jail!
As always, you can grab the latest version here: https://github.com/greenelf/maplebit
This update accommodates for servers that use more than one jail map. Using one mapID only will result in the expected results.
If you'd like to see what I changed, you can view this changelog: https://github.com/greenelf/MapleBit...3f20293513e4e5
Special thanks to a post on stackoverflow which explained how to add new fields via jquery (I'm not all that proficient with it, but now it makes sense!)
Last edited by greenelfx; 05-02-14 at 01:50 AM.
Pushing out a routine security/bug fix update today. I'm happy to announce that I've finally began on making the admin panel more manageable. An update for that will come this weekend, at which point I'll issue an update status to all MapleBit installations.
(And if you look closely at the commit changes, you can see that PHPMailer support is coming soon!)
![]()
Last edited by greenelfx; 07-02-14 at 12:52 AM.