![]() |
|
#1
|
||||
|
||||
|
hii..
I wanted to know how can I use a variable like $mod_options[rowcolspan] in "Module Wrapper Template Options->Title Row Colspan" It is accepting only integer values and not variables. I want to set it through one of my custom module settings.
__________________
Submit your site to Tech6 Directory
Visit Technology and Webmasters Forum | Vinayaks.com | Where India actually talks ![]() |
|
#2
|
||||
|
||||
|
Why not just set the colspan value within your PHP file for the module?
|
|
#3
|
||||
|
||||
|
but that colspan value is defined in the adv_portal_module_wrapper template, right ?
This template is being wrapped around my custom template and it has colspan="$mods[colspan]" where $mods[colspan] is that colspan setting field. So, how do I do it without disabling "Use Module Wrapper Template" Thank you
__________________
Submit your site to Tech6 Directory
Visit Technology and Webmasters Forum | Vinayaks.com | Where India actually talks ![]() |
|
#4
|
||||
|
||||
|
Yes, but the template is not evaled until after the PHP code from the module is executed, so you can still set the $mods['colspan'] variable in your file.
|
|
#5
|
||||
|
||||
|
thank you so much sir, that worked great ! This did it
PHP Code:
Thank you
__________________
Submit your site to Tech6 Directory
Visit Technology and Webmasters Forum | Vinayaks.com | Where India actually talks ![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CMPS colspan does nothing | JamesCybert | Troubleshooting & Problems | 2 | 02-14-2008 01:07 PM |
| Custom field to replace entry title. | azmin | "How Do I..." Questions | 5 | 10-15-2007 12:22 PM |
| Colspan ? | Aery | "How Do I..." Questions | 2 | 05-23-2007 12:30 PM |
| Question on Colspan | dboogie2288 | Troubleshooting / "How do I..." Questions | 2 | 03-03-2005 12:09 PM |
| What is the Variable name for custom field? | ataraxia | "How Do I..." Questions | 7 | 01-15-2005 12:15 PM |