Automatically create a page
|
5 posts
|
I need automatically create a page when I create a category in BD Gallery. Page should have the same title and in content should be Have you got any ideas? Please help and thx |
|
343 posts
|
You 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 ). |
|
5 posts
|
How to auto-add a page with custom content? |
|
5 posts
|
Any ideas? Maybe Can I do this with only using a sql query? |
|
257 posts
|
A simple SQL query does the trick, as you suggest. If you edit the controller file on the plugin directory, you can fire off an INSERT/EDIT/UPDATE with a couple of lines of code. Just be sure to add the relevant function to each controller option, otherwise you may end up with dead/error pages or broken links… |