[3.8.1] vBskinworks Vuel

Hoxxy

New Member
applepod124 said:
why do you code links? annoying as hell.

vbstyles and vbskinworks have redirects inplace so if vBTEAM are the referers it goes to a porn site or not to the expected destination, so by coding links it forces you to copy and paste into a new browser and actually gets you where you want to go.
 

mmmxiv

New Member
Yeah, thier latest one is an image "No Soup For You!" - there are simpler ways to prevent skins being ripped.
 

Hoxxy

New Member
moiz615 said:
Thanks HBD. for the worthy rip offs
This is a find not a rip ;)

moiz615 said:
Hoxxy em0nx - The Webmasters Forum check out the forum width here

The default Main Table Width (pixels or percentage) was 100% tried 120% but no affect any solution

In the styles additional css section (bottom of style manager) find:
HTML:
#wrapper { 
background: #FFFFFF url(images/vuel/misc/border_left.gif) no-repeat top left; 
width: 945px; 
margin: 0px auto;
}

change:
HTML:
width: 945px;
 

moiz615

New Member
Hoxxy said:
This is a find not a rip ;)



In the styles additional css section (bottom of style manager) find:
HTML:
#wrapper { 
background: #FFFFFF url(images/vuel/misc/border_left.gif) no-repeat top left; 
width: 945px; 
margin: 0px auto;
}

change:
HTML:
width: 945px;



Hey thanks but my safe_mode is off. Any other alternative ;)
 

Hoxxy

New Member
moiz615 said:
Hey thanks but my safe_mode is off. Any other alternative ;)

So you cant save edits made in style manager?

If yes but can edit templates

open header template find and change "wrapper" to "wrap"

save

open headinclude template find:
Code:
<!-- / CSS Stylesheet -->
add below:
Code:
<style type="text/css">
  /*<![CDATA[*/
#wrap { 
background: #FFFFFF url(images/vuel/misc/border_left.gif) no-repeat top left; 
width: 945px; 
margin: 0px auto;
}
  /*]]>*/
  </style>

remembering to change 945px to your desired width

save
 

feel11

New Member
Hello, thank you for the skin!

i have an error in page visualization:
'threads' not defined at line 633

is it normal?
 

moiz615

New Member
Hoxxy said:
So you cant save edits made in style manager?

If yes but can edit templates

open header template find and change "wrapper" to "wrap"

save

open headinclude template find:
Code:
<!-- / CSS Stylesheet -->
add below:
Code:
<style type="text/css">
  /*<![CDATA[*/
#wrap { 
background: #FFFFFF url(images/vuel/misc/border_left.gif) no-repeat top left; 
width: 945px; 
margin: 0px auto;
}
  /*]]>*/
  </style>

remembering to change 945px to your desired width

save



Hats Off! Worked Deliciously Perfect
Hoxxy For Life ;)
 

mrdayganteng

New Member
how to display new post at side bar, ...that look empty, itry to find code location...but icant
how t0 display or change advertise at he side bar?
 

Ezzi

New Member
mrdayganteng said:
how to display new post at side bar, ...that look empty, itry to find code location...but icant
how t0 display or change advertise at he side bar?

In order to do this please do the fallowing

http://yoursite.com/FORUM/admincp/index.php
then Vbulletin Options > vbulletin options > -- Show All Settings -- > search for External Data Provider > look for Enable External Javascript and select YES!

and it shall work :)
 
Top