View Full Version : Old school (WebBBS-style) quoting
Martin CX
18 Oct 2004, 23:23
This is as much for my own benefit as others. The hack is working fine, but there is a known bug in that the quoting only applies to forum posts and not private messages.
In newreply.php just below the line...
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
...insert the following
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Screenshot attached.
Best wishes,
Edit: I forgot. In order to not make it look crazy, you have to leave the "newpost_quote"-template empty except for "$pagetext"
Thanks Martin CX for sharing your mod... i'm sure many will find it useful...
James T Brock
19 Oct 2004, 01:14
So this does nothing but change the way quotes look, so it looks like the old style quotes sytem on older software boards?
Do you still need to use quote tags and it just converts it, or would you need to use >>'s?
Martin CX
19 Oct 2004, 01:28
So this does nothing but change the way quotes look, so it looks like the old style quotes sytem on older software boards?
Do you still need to use quote tags and it just converts it, or would you need to use >>'s?You don't need to use quote tags, it automatically >>'s the text from the post you are replying to.
In this case, had I replied to your message, this is what it would have given me:
›So this does nothing but change the way quotes look, so it looks
›like the old style quotes sytem on older software boards?
›
›Do you still need to use quote tags and it just converts it, or
›would you need to use >>'s?
BTW, I use the prefix '›' as I think it looks nice, but if you want to use '>' or '> ' you can just change it. (It is the prefix variable in the beginning of the script.) And if you want to change the number of characters before the line wraps it is the cols variable.
And thank you, Polo. I hope so.
Great idea. Definitely old school. :)
Is there a way to add the name of the person you are quoting also? ;)
Martin CX
19 Oct 2004, 05:12
Is there a way to add the name of the person you are quoting also? ;)Sure, but I think it is perhaps easiest achieved by just editing the "newpost_quote"-template and leave something like...
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
...or whatever you have in mind (brackets instead of parenthesis, of course).
Best wishes,
Nice hack !
Thanks Martin CX
/me installs
alkatraz
19 Oct 2004, 09:49
lovin the bbs style! =)
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.