PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   "How Do I..." Questions (http://www.photoplog.com/forum/forumdisplay.php?f=7)
-   -   categoriesand sub modification questions (http://www.photoplog.com/forum/showthread.php?t=104)

anna 03-01-2006 05:09 PM

categoriesand sub modification questions
 
Me again ... :D :p

-When user browse a category how can I add the title in the category? Example: User is viewing Dogs category and in there it say Dogs

-I have categories that has several sub cats and when I view it all the sub cats in the same line. How can make it that it will display the subcats under neath each other?

Morgan 03-01-2006 05:31 PM

There are three plugins in PhotoPlog Lite that handle WOL and would need a rewrite:
Code:

// maybe grab info from datastore and use that to determine the names

PhotoPlog WOL Preprocess
PhotoPlog WOL Process
PhotoPlog WOL Unknown

To display the sub-categories vertically instead of horizontally needs a code edit too:
Code:

$photoplog_catbit_info[$photoplog_catbit_displayorder] = blah blah blah

// look in index.php for the above line and after add the following line

$photoplog_catbit_info[$photoplog_catbit_displayorder] .= '<br />';


anna 03-01-2006 05:33 PM

Thank you I'll look into this...


All times are GMT. The time now is 01:50 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.