PDA

View Full Version : Need a mod, but it's over my head


dorfmunder
04-25-2005, 07:54 PM
I have got to get the Today's Events section (and birthdays would be nice too) of the What's Going On box to show on every forum and the search results page.

I looked into it for hours and although I know that it pulls code from index.php, I can't seem to figure out how to call that code to the forumdisplay & search_results templates.

I would appreciate any input or guidance with this so much!

noppid
04-25-2005, 08:14 PM
Off the cuff...Put the code to fecth the info in php_includes with a conditional to only run if THIS_SCRIPT == your desired page and have the tempaltes ready to recieve it.