The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
QUOTE Not showing box? Help? [4.1.9 BB Code]
Whenever I quote, normally there is a box that hold the content..
Well, for whatever reason, The box is no longer there.. Here is an example of what I am speaking of: directlink: http://i.minus.com/iAWHILMpmgKUJ.png Can anyone help me out? Please! |
#2
|
||||
|
||||
Create a new style with no parent:
|
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php PHP Code:
|
#5
|
|||
|
|||
Wow, this sucks, yes it still is giving me problems even after disabling plugin system.
What is wrong :// link to problem: http://executionpk.com/showthread.ph...full=1#post665 |
#6
|
||||
|
||||
Guests are unable to view whatever you linked to. Also, try this:
Quote:
|
#7
|
|||
|
|||
Well, is there anyway to change the background of the content of the default quote bb code?
|
#8
|
||||
|
||||
Yes, via your stylevars. Just type bbcode or quote in the search box for your stylevars and you should see which ones you may edit, however, that isn't the problem if it's not even working on a completely default style.
|
#9
|
|||
|
|||
Fixed it.
Here is my new one: Code:
<div class="bbcode_quote"> <div class="bbcode_quote"> <hr /> <vb:if condition="$show['username']"> <div> {vb:rawphrase originally_posted_by_x, {vb:raw username}} <vb:if condition="$postid"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow"><img class="inlineimg" src="{vb:stylevar imgdir_button}/viewpost.gif" alt="{vb:rawphrase view_post}" /></a></vb:if> </div> <div class="message">{vb:raw message}</div> <vb:else /> {vb:raw message} </vb:if> <hr /> </div> </div> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|