The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Forum Name as external link
I would like a hack that when I add a forum, instead of it going into forumdisplay.php and showing topics, it takes you to an external link that would be inputted when creating the forum.
Just like Make thread an external link hack. Any help would be appreciated. www.ukmessenger.com |
#2
|
|||
|
|||
that is easy to do, just add in the name: </a><a href="yoururl">Name of the site</a>
Than you don't add an description and it works |
#3
|
||||
|
||||
Is there a way to take this one step further and have vB NOT display the last post date or post numbers for a forum set as an external link?
For example, I have photopost set up as a forum & external link. However, this leaves "Never" in the last post column, and 0's in the others - users might think there is nothing in there. I'd rather it not show those numbers and text at all... Something like the code below out of index.php (but this gives an error) and also apply it to the counts as well. ? Code:
// dates if ($forum['lastpost']>0) { $forum['lastpostdate']=vbdate($dateformat,$forum['lastpost']); $forum['lastposttime']=vbdate($timeformat,$forum['lastpost']); eval("\$forum['lastpostinfo'] = \"".gettemplate('forumhome_lastpostby')."\";"); elseif ($forumid == 46) { $forum['lastpostinfo']='N/A'; } else { $forum['lastpostinfo']='Never'; } |
#4
|
||||
|
||||
If you want that, there is hack out in Full Releases that can do this.
Go search for it. |
#5
|
||||
|
||||
Hmmm.. already did that. Guess I didn't use the right search words. Will try again.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|