| Re: Custom Blocks |
| by Joey79 on 2005/7/29 10:19:06 Where are smarty variables saved? Is there a directory where I can found all the files where they are saved? |
| Re: Custom Blocks |
| by ladon on 2005/7/29 9:58:25 seems to me that lang_totalusers (from the other topic) is just a language variable. Don't have any XOOPS files here atm, so can't help you with that. If it is a smarty variable containing the number of users, try finding where it's defined and use that to display it in a php custom block (might need to include the phpfile). |
| Re: Custom Blocks |
| by Joey79 on 2005/7/29 9:48:06 Quote:
Yep here I am!!!
|
| Re: Custom Blocks |
| by topgod6 on 2005/7/29 9:41:23 we have a problem which people have suggested an answer to, but their suggestions do not seem to work or I'm not doing it properly! https://xoops.org/modules/newbb/viewtopic.php?topic_id=39209&forum=27 when i say we i mean another user is also interested to know and has tried the answers but they dont work for him either |
| Re: Custom Blocks |
| by ladon on 2005/7/29 9:22:13 Using a PHP custom block will alow you to make use of defined php variables that are used to fill the smarty tags. |