The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make forums in similarthreads as links
in similar threads (showthread_similarthreadbit) i found
HTML Code:
<div class="starter_forum"> {vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername}, {vb:raw simthread.forumtitle}} </div> for vb3 https://vborg.vbsupport.ru/showthrea...Araw+simthread |
#2
|
|||
|
|||
up this
|
#3
|
||||
|
||||
Edit the phrase to:
HTML Code:
By {1} in forum <a href="{3}" title="{2}" >{2}</a> HTML Code:
{vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername}, {vb:raw simthread.forumtitle}} HTML Code:
{vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername},{vb:raw simthread.forumtitle}, {vb:link forum, {vb:raw simthread}}} |
#4
|
|||
|
|||
HTML Code:
{vb:link forum, {vb:raw simthread}} This code link to thread, not forum. Any solution ? Thanks, |
#5
|
||||
|
||||
I tried the code I wrote and it worked. {vb:link forum.... } is a forum link, not a thread link.
|
#6
|
|||
|
|||
ahh finally work
HTML Code:
{vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername},{vb:raw simthread.forumtitle}, {vb:link forum, {vb:raw simthread}, null, 'forumid', 'forumtitle'}} Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|