![]() |
|
#1
|
|||
|
|||
|
I want a different template adv_portal_newsbits on two different pages in my site. How should I do that?
|
|
#2
|
||||
|
||||
|
What exactly do you mean? Can you elaborate a little?
|
|
#3
|
|||
|
|||
|
On one page I would like to have the news module like it is, and one another page I would like to modify the adv_portal_newsbit because I would not like to show date & time and tread infor here. I tried to make a new module so I can make another adv_portal_newsbit called something else but I can not have it to work.
Last edited by MRMRacing; 02-15-2008 at 01:30 PM. |
|
#4
|
||||
|
||||
|
Your best bet would probably be to edit the adv_portal_newsbits template and wrap some <if condition>'s around the code you don't want displayed.
Code:
<if condition="$pages['name'] == 'page_identifier_here'"> Code to exclude here </if> |
|
#5
|
|||
|
|||
|
It did the job thanks!
|
|
#6
|
|||
|
|||
|
Maybee dumb question (still learning)
What should I do to make "Else" work in this code? Quote:
|
|
#7
|
|||
|
|||
|
Never mind foun dit!
|
![]() |
| 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 |
| Alt. Portal Template (ala Alt. Module Wrapper Template) | jw0ollard | Feedback & Suggestions | 8 | 04-22-2010 06:24 PM |
| Template - If in vbA | bdude | "How Do I..." Questions | 4 | 09-06-2007 11:39 PM |
| Template MIA | LCN2007 | Troubleshooting & Problems | 3 | 08-13-2007 01:45 PM |
| Where is this template? | bhxtyrant | "How Do I..." Questions | 2 | 09-03-2006 07:54 AM |
| Add this in template | gblue | "How Do I..." Questions | 5 | 03-20-2006 12:06 PM |