![]() |
|
#1
|
|||
|
|||
|
Hi,
just want to know how I would go about on removing the - by AXI On Feb 28, 2005 - 3:16 AM on my news at vba portal. so just want the borrder around it with the topic, also is it possible, with the topic on the border of each news, to remove its link, or not have the link on the topic? hope you can help thanks |
|
#2
|
||||
|
||||
|
As far as I know from my experinse >>look for the news adv_portal_news and serach for this phrase ...or may be search phreases in your CP>> languages and Phrases>>search phrases >>then put the phrase ...you will find it in some adv_portal templates ...then modify it ... I would guess
|
|
#3
|
|||
|
|||
|
cant find that phrase in them templates
|
|
#4
|
||||
|
||||
|
In the adv_portal_newsbits template, try removing:
Code:
<span class="smallfont">- <phrase 1="$vboptions[bburl]/member.php?$session[sessionurl]u=$news[postuserid]" 2="$news[postusername]">$vbphrase[by_x]</phrase> $vbphrase[on] $dateposted</span>
__________________
My Blog GPS Discussion Forum *** Please do not contact me privately for help. Thanks. *** |
|
#5
|
||||
|
||||
|
And to remove the link on the title:
(same template) Change this: Code:
<strong><a href="$vboptions[bburl]/showthread.php?t=$news[threadid]">$news[title]</a></strong> Code:
<strong>$news[title]</strong>
__________________
My Blog GPS Discussion Forum *** Please do not contact me privately for help. Thanks. *** |
|
#6
|
|||
|
|||
|
Thanks!
Works like a charm!
|
| 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 |
| How do I remove the poster name on the News Module | joeychgo | Troubleshooting / "How do I..." Questions | 5 | 06-20-2006 03:47 PM |
| Move the "Posted By:" | chrisvonc | Troubleshooting / "How do I..." Questions | 4 | 07-28-2004 06:03 PM |
| remove footer and header from news page? | Impossible | Troubleshooting / "How do I..." Questions | 7 | 07-24-2004 03:28 PM |