The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Okay I edited the PHP, re-uploaded and reinstalled the mod, still nothing...
|
#22
|
||||
|
||||
Reinstalled it? All you should do it reupload the file. If you reinstalled the xml file, then you probably wrote over the template changes you did.
What is in your "rwc_newsarchive_bit" template in the style you are using? And did you make the edit in two places in the news.php file? And what is in your "rwc_latestnews_bit" template? Both of those need the thread prefix added. If that isn't it, I don't know what else to suggest. |
#23
|
|||
|
|||
Quote:
This is my template: Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead"><font size="4" face="Verdana">$dateposted - Posted by $thread[postusername]</font></td> </tr> <tr> <td class="alt1"><div class="navbar_notice"> <!-- icon and title --> <div class="smallfont"> <if condition="$show['threadicon']"><img class="inlineimg" src="$thread[threadiconpath]" alt="$thread[threadicontitle]" border="0" /></if> <strong>$thread[title]</strong> </div> <hr size="1" style="color:#000000; background-color:#000000" /> <!-- / icon and title --> <!-- message --> <div id="post_message_$thread[threadid]">$message</div> <!-- / message --></div></td> </tr> </table> <br /> </tr> </table> |
#24
|
||||
|
||||
I don't know which template that is (you didn't say), but it doesn't have the thread prefix in it so it's not going to show one.
|
#25
|
|||
|
|||
It's the "rwc_newsarchive_bit", what code should I add in them then? ... And where?
|
#26
|
||||
|
||||
Add either $thread[prefix_plain_html] or $thread[prefix_rich] where you want it to show before the thread title. If you want it to be bolded like the title, put it inside the <strong> tag with the title. If not, put it right before the <strong> tag.
|
#27
|
|||
|
|||
Quote:
Is there any way I can work my way behind this? Or maybe I was just dumb (again) and need professional help, could you add it in the code right before the thread name? Code:
<a href="$vboptions[bburl]/news.php?id=$thread[threadid]" title="$thread[title]"><strong>$thread[title]</strong></a><br /> $dateposted<br /> Posted by <strong><a href="$vboptions[bburl]/member.php?u=$thread[postuserid]">$thread[postusername]</a></strong><br /> <font size="2" face="Times" color="#383838"> $message </font> <br /><br /> |
#28
|
||||
|
||||
We already did it for that template here - https://vborg.vbsupport.ru/showpost....62&postcount=8
|
#29
|
|||
|
|||
Quote:
|
#30
|
||||
|
||||
But did you reapply the changes after you reimported the xml file and wrote over everything?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|