The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Disable View Single Post
I'm having other websites link to individual posts on my forum. This is unsatisfactory to me because A) They don't get to see the actual layout of the forum and what we have to offer B) The Register link is hidden. This makes it very, very hard to get new members and is really only giving me people that look at this one post and then disappear.
I am wondering if there is an easy way to disable the links to individual posts. If so, how do I do it? |
#2
|
||||
|
||||
How would you disable links on other sites to your posts? If you don't like the links in your threads, you could unlink it so it is harder to get the url to. Just change this line (in postbit/postbit_legacy):
HTML Code:
<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a> </if> HTML Code:
<if condition="$show['postcount']">#<strong>$post[postcount]</strong> </if> |
#3
|
|||
|
|||
Quote:
--------------- Added [DATE]1244099254[/DATE] at [TIME]1244099254[/TIME] --------------- I tried this and didn't see any changes. |
#4
|
||||
|
||||
Which postbit are you using on your site? Did you do this to both postbits? The code I wrote only make the post number in the upper right corner (#4, #5, etc) non-clickable. I'm not sure what else you would want done on your site regarding this issue.
|
#5
|
|||
|
|||
I had put it in Postbit Legacy before (I'm a novice so I don't know what all that means or does), but this time I tried it in Postbit and it worked. Thanks.
I appreciate the help. |
#6
|
|||
|
|||
Quote:
Haha I use legacy :P |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|