![]() |
|
#1
|
|||
|
|||
|
I've just installed CMPS and am having a problem. I've created a new module and want it aligned in the right column. However, it keeps appearing in the left column and nothing I change makes any difference.
Module settings: File to include: onthisday.php (contains scripts to extract data from database) Template to include: empty Active: Yes Column: Right Column Display Order: 2 Template used: on_this_day Have I missed a step? Any help would be appreciated. |
|
#2
|
|||
|
|||
|
Ok solved my own problem.
I was using the wrong eval function at the end of include file for my new module. I was using eval('$home[$onlineid][\'content\'] = "' . fetch_template('adv_portal_my_module_name') . '";'); but when I replaced it with eval('$home[$mods[\'modid\']][\'content\'] = "' . fetch_template('adv_portal_my_module_name') . '";'); the alignment issue was fixed. Great script btw! |
| 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 |
| Alignment of Main table at the top... | DMC | Troubleshooting / "How do I..." Questions | 9 | 09-20-2004 10:56 PM |
| Same module in different column on different pages? | StewardManscat | Troubleshooting / "How do I..." Questions | 3 | 09-15-2004 12:52 AM |
| Sidebar alignment problem | LamboJay | Troubleshooting / "How do I..." Questions | 2 | 08-26-2004 02:12 PM |
| Right Column layout problem | sHORTY | Troubleshooting / "How do I..." Questions | 2 | 06-18-2004 04:22 AM |