FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

Automatically create a page

Feed 4 posts, 3 voices

Avatar
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
<?php album ('current album's id '); ?>

Have you got any ideas? Please help and thx

 
Avatar
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 ).

 
Avatar
5 posts

How to auto-add a page with custom content?

 
Avatar
5 posts

Any ideas? Maybe Can I do this with only using a sql query?

 
Avatar
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…