View Full Version : QUOTE Not showing box? Help? [4.1.9 BB Code]
ToddDuquette
01-15-2012, 06:07 AM
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:
http://i.minus.com/iAWHILMpmgKUJ.png
directlink: http://i.minus.com/iAWHILMpmgKUJ.png
Can anyone help me out? Please!
HMBeaty
01-15-2012, 06:12 AM
Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?
ToddDuquette
01-15-2012, 06:17 AM
Create a new style with no parent:
Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?
Sadly, Yes.
HMBeaty
01-15-2012, 06:18 AM
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
define('DISABLE_HOOKS', true);
ToddDuquette
01-15-2012, 06:28 AM
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.php?103-All-my-loots-from-Agspecugone&p=665&viewfull=1#post665
HMBeaty
01-15-2012, 06:31 AM
Guests are unable to view whatever you linked to. Also, try this:
To troubleshoot this, first download a fresh copy of the vBulletin ZIP file from the Members Area then reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server. Also be sure to upload the admincp files to whichever directory you have set in your config.php file. Then run 'Suspect File Versions' in Diagnostics to make sure you have all the original files for your version and that none show 'File does not contain expected contents':
Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions
ToddDuquette
01-15-2012, 06:36 AM
Well, is there anyway to change the background of the content of the default quote bb code?
HMBeaty
01-15-2012, 06:38 AM
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.
ToddDuquette
01-15-2012, 06:46 AM
Fixed it.
Here is my new one:
<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>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.