PDA

View Full Version : change File List to actual category title?


warphunter
10-07-2008, 10:21 PM
Just wondering if its possible to change File List to the actual category title. I tried changing the $vbphrase[photoplog_file_list] in photoplog_file_list to $photoplog_category_title but that just results in nothing being showing. Any help would be appreciated. Thaks

Morgan
10-09-2008, 04:01 PM
You'll need to look through the code, possibly grabbing the title from one of the queries, doing htmlspecialchars_uni on the title, setting that in a new variable, which has been initialized, and using the new variable in the photoplog_file_list template in place of the phrase.

ArnyVee
06-08-2009, 12:56 AM
Whoa...Morgan, that was totally over my head! LOL

Is there a step by step (dumbed down preferably) process that you or anyone else might be able to help me in doing this?

Morgan
06-09-2009, 04:43 PM
Sorry, no step by step. Maybe someone who has done it with the lite version will come by and help, or you might consider whether the pro version does what you want.