The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Function Junction - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: Function Junction (/showthread.php?tid=327) |
Function Junction - homershines - 2010-01-22 Greetings. As a newbie, who sometimes gets a little too cocky, I find myself screwing up. Anyway, in terms of the function/components posted here in the Scripts & Components forum, I am confused as to the appropriate method to call them. Would the following be correct? Function: Per Page Components. <?php component_master('sidebar'); ?> Function: TagCloud <?php function tagCloud(); ?> Function: Multi-Level Navigation. <?php menu_master(); ?> Function: Advanced Mulit Level Treewalker Navigation <?php print template_tiered_menu(); ?> Function: Get Content Published in Other Page <?php getSubpagesList(); ?> Thanks. Homer Function Junction - internet54 - 2010-01-22 Here are the ones ready to be used with GS. http://get-simple.info/docs/theme-codex If you use any of the ones in this forum, then you will need to ask in those threads. The components listed in those threads will first need to be installed before being able to use them. Function Junction - Zegnåt - 2010-01-23 homershines Wrote:Function: Per Page Components. homershines Wrote:Function: Multi-Level Navigation. homershines Wrote:Function: TagCloud Don’t want to search through the whole forum to find you all the functions, but those three are right. Function Junction - homershines - 2010-01-23 Thanks. Sorry if I'm a pain, but sometimes the instructions are not complete. When the thread gets long, a rookie gets lost. Many thanks. Homer |