View Full Version : How to make forums in similarthreads as links
pertanyaan
06-17-2011, 07:06 AM
in similar threads (showthread_similarthreadbit) i found
<div class="starter_forum"> {vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername}, {vb:raw simthread.forumtitle}} </div>
How to make forum title link to its forum for vb4 ?
for vb3 https://vborg.vbsupport.ru/showthread.php?t=224718&highlight=vb%3Araw+simthread
pertanyaan
06-21-2011, 03:27 AM
up this
Lynne
06-21-2011, 03:43 PM
Edit the phrase to:
By {1} in forum <a href="{3}" title="{2}" >{2}</a>
Edit the template from:
{vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername}, {vb:raw simthread.forumtitle}}
To:
{vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername},{vb:raw simthread.forumtitle}, {vb:link forum, {vb:raw simthread}}}
pertanyaan
06-22-2011, 02:49 AM
{vb:link forum, {vb:raw simthread}}
I've tried.
This code link to thread, not forum.
Any solution ?
Thanks,
Lynne
06-22-2011, 03:29 AM
I tried the code I wrote and it worked. {vb:link forum.... } is a forum link, not a thread link.
pertanyaan
06-22-2011, 04:09 AM
ahh finally work
{vb:rawphrase by_x_in_forum_y, {vb:raw simthread.postusername},{vb:raw simthread.forumtitle}, {vb:link forum, {vb:raw simthread}, null, 'forumid', 'forumtitle'}}
Thanks alot Lynne,
You must 'Like' someone else's post before liking any more by Lynne. :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.