The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Where is the option to make it so when you view a single post it just scrolls down to the post instead of showing it by itself.. I can't remember, but I could almost swear I saw it before
Example of what I DON'T WANT https://vborg.vbsupport.ru/showpost....45&postcount=1 Example of what I WANT it to do http://www.vbulletin.com/forum/showt...=1#post1856816 |
#2
|
||||
|
||||
![]()
There is no option to do that. It's just that some admins have rewritten the link to do it the way you want.
|
#3
|
|||
|
|||
![]()
Would I have to request this in the mod area or can you easily explain how it's done?
![]() |
#4
|
||||
|
||||
![]()
Well, just look at the url that you posted. First, it's a link to showthread.php instead of showpost.php. Then, it has the thread id added (t=xxxx), then the postid (p=yyyy) and then viewfull=1 after that (then the postid again, but I don't think that is really needed). So, have you tried writing that out as the link instead of the default link?
|
#5
|
|||
|
|||
![]()
Okay here is an example of a post:
Code:
http://www.animeblend.com/community/showpost.php?p=37658&postcount=58 Code:
http://www.animeblend.com/community/showpost.php?t=876&p=37658&postcount=58&viewfull=1 ![]() /fails |
#6
|
||||
|
||||
![]()
Uh, no, that isn't going to work because you didn't change showpost.php to showthread.php like I said. Also, you don't want postcount in there (I didn't mention putting that in there).
|
#7
|
|||
|
|||
![]()
http://www.animeblend.com/community/...658&viewfull=1
Code:
http://www.animeblend.com/community/showthread.php?t=876&p=37658&viewfull=1 So where in the code do I have to change this? ![]() Thats the next problem XD --------------- Added [DATE]1259829001[/DATE] at [TIME]1259829001[/TIME] --------------- Actually http://www.animeblend.com/community/...8&postcount=58 Changing the original to just http://www.animeblend.com/community/...8&postcount=58 Also makes it work, so all I have to do is change the showpost to showthread...where ever that code is.. |
#8
|
||||
|
||||
![]()
To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|