View Full Version : View Single Post in the same window by scrolling instead of in a new window??
Drocr
12-01-2009, 11:18 PM
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.php?p=1923745&postcount=1
Example of what I WANT it to do
http://www.vbulletin.com/forum/showthread.php?328599-View-Single-Post-Not-in-new-window&p=1856816&viewfull=1#post1856816
Lynne
12-01-2009, 11:38 PM
There is no option to do that. It's just that some admins have rewritten the link to do it the way you want.
Drocr
12-02-2009, 03:09 AM
Would I have to request this in the mod area or can you easily explain how it's done? :(
Lynne
12-02-2009, 03:17 AM
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?
Drocr
12-02-2009, 07:42 AM
Okay here is an example of a post:
http://www.animeblend.com/community/showpost.php?p=37658&postcount=58
so I would change it to...
http://www.animeblend.com/community/showpost.php?t=876&p=37658&postcount=58&viewfull=1
Hmm well it didn't work. :(
/fails
Lynne
12-02-2009, 01:42 PM
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).
Drocr
12-03-2009, 06:23 AM
http://www.animeblend.com/community/showthread.php?t=876&p=37658&viewfull=1
http://www.animeblend.com/community/showthread.php?t=876&p=37658&viewfull=1
Sweet, that worked, I'm an idiot lol.
So where in the code do I have to change this? :(
Thats the next problem XD
--------------- Added 1259829001 at 1259829001 ---------------
Actually
http://www.animeblend.com/community/showpost.php?p=37658&postcount=58
Changing the original to just
http://www.animeblend.com/community/showthread.php?p=37658&postcount=58
Also makes it work, so all I have to do is change the showpost to showthread...where ever that code is..
Lynne
12-03-2009, 01:43 PM
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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.