Bdesign posts
page's title is can no't use chinese or japaneseWell I think this is a because of the encoding, I’ll have a look at it. |
Resuscitating FrogCMSYep, “it works for small things” is a good way to look at it. What I love about it is the modular approach, it’s almost just a framework. I see the activity is kind of low on the boards… Too bad. |
Resuscitating FrogCMSHello everyone, I was thinking of trying to take FrogCMS back on the road, trying to continue the project, but first I want to know how many of you are still using FrogCMS, and how many of you could help supporting this initiative. After I’ll get some answers to this, depending on them, I will try to make a team, and begin the resuscitation. Thanks, |
BD Gallery TroublesPlease redownload this one : http://www.box.net/shared/4ivxbfomqd |
Gallery PluginTry to download it again Bd Gallery |
Sessions and php filesMake the script a plugin :P or include the config file, but this is not the best option. |
A nicer Looking Comments Plugin?That’s what the script above does. |
Gallery Plugin
This means that the js file is not loaded. I’ll check the paths. |
Gallery PluginIf you use firebug, please tell me if it gives you any errors in Console ( javascript errors ). |
A nicer Looking Comments Plugin?No problem. Hope it works. |
Gallery PluginAgree with most of your proposals, will do.
I’ll make a feature like Wordpress permalinks like: %d_%n_%i
|
Gallery PluginI will expect reply about the fix :) |
problem PHP, snippetReplace with this:
Now it should (has to) work. |
problem PHP, snippetHello jellepals. It seems you have a problem with $_SERVER[‘PHP_SELF’]. This points you to index because PHP_SELF points to the filename of the currently executing script, relative to the document root, which in your case is index.php .
With:
I hope I didn’t messed up the quotes. |
Gallery PluginAll of them are on the To-do list for the next version. :) |
installation failed: 500 Internal Server ErrorIt seems that you have some wrong php code there. Can you make me a admin account for the backend ? Or show me the code from Articles page. |
installation failed: 500 Internal Server ErrorThis looks like a .htaccess . Do you have the RewriteBase set how it should ? |
How to make a custom install package?You can make a update.php file, which will contain your extra DB stuff. Example:
But with the raw modified files, you have to copy paste them, because you will mess permissions up on a real server, and that sucks belive me. |
A nicer Looking Comments Plugin?Sorry for the double post, but it seems there is a bug with this forum, it cuts my post.
With: Accordion effect :
No effect :
You can do much more flashy things but you will need the easying plugin or jQuery UI. Have fun |:) |
A nicer Looking Comments Plugin?You can try this, not tested :) but should work.
The first step is to get the jQuery (my choice) library. Here’s a online hosted one :
Now you have to write the hide/show code for your comment form.
The thing is I hide the comment form through javascript, so if a user has JS disabled, he will see the form. If you will hide it from css with display:none and JS is off, the user is unable to use the form. You get the idea. Now we have to add a button to display the form on click event. It has to match the id : #add_comment ( if you need another id please replace it in the JS provided ).
And here is the full code, at last :
I hope this helps, have a nice day. |
Gallery PluginHello. Sorry for the late(very late) reply. Here is a modified version which should fix your bug. Bd gallery . Now it’s compatible with Wolf too. |
Gallery PluginHello Lilly, I will take a look and release a fix for this. Thanks for notifying me about this bug. |
Automatically create a pageYou have to modify BD Gallery for this. If you wait for the next Frog release, Bd Gallery will have support for frontend with nice URLs for SEO ( and other things like watermark ). |
Changing 'public' folder functionalityThis is more related to your theme I think. You can always use this the <base> tag to overcome this. Example for your question :
Where the css… and example.jpg files are in the public folder. |
How to set a home subpage as default homepageAs far as I know, you cannot change the default home page without a redirection. But I’ll check it out. |