Home Forum  Search the forums : 
GFXstyles
Go Back   GFXstyles » Style forums » Styles Support : free :
Styles Support : free : Help for getting your style set up and coded properly, plug in integration
Not for add ons or programs that dont' use the vBulletin template configuration

Reply
 
LinkBack Thread Tools Display Modes
No avatar
Junior Member
Join Date: Jun 2007 Posts: 27 vara will become famous soon enough vara is offline
June 13th, 2007, 08:44 PM
Default vB 3.6w tabs x fixed skin not slim

Hello.. my vB 3.6w tabs x fixed skin not slim.. could u pls help me? how to fix this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Jun 2007 Posts: 27 vara will become famous soon enough vara is offline
June 13th, 2007, 10:14 PM
Default Re: vB 3.6w tabs x fixed skin not slim

Quote:
Originally Posted by vara View Post
Hello.. my vB 3.6w tabs x fixed skin not slim.. could u pls help me? how to fix this?
Sorry.. i mean this skin no work in IE. This skin is not slim.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 52 Location: USA - tn Posts: 6,369 Blog Entries: 6 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
June 14th, 2007, 03:55 AM
Default Re: vB 3.6w tabs x fixed skin not slim

yes -

in the header template there is an error. missing a "

find in the header template for the style ( at the top )
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
replace or fix it to be this :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

sorry about our mistake

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
donations appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Jun 2007 Posts: 27 vara will become famous soon enough vara is offline
June 15th, 2007, 05:48 PM
Default Re: vB 3.6w tabs x fixed skin not slim

Thanks santai.. work fine for me..

Then, how to add the coloum for "Gender" in posbit_legacy template? for vB 3.6w tabs x* skin? could i have the script code for this?

Thanks

See the attachment.
Attached Images
File Type: jpg gender.JPG (12.1 KB, 10 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 52 Location: USA - tn Posts: 6,369 Blog Entries: 6 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
June 16th, 2007, 02:43 AM
Default Re: vB 3.6w tabs x fixed skin not slim

to add the border / box to additions you just need to add class="pbl-info" to the <div tag for what is being added.

example :

before :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
after :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
Quote:
Originally Posted by vara View Post
Thanks santai.. work fine for me..

Then, how to add the coloum for "Gender" in posbit_legacy template? for vB 3.6w tabs x* skin? could i have the script code for this?

Thanks

See the attachment.

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
donations appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Jun 2007 Posts: 27 vara will become famous soon enough vara is offline
June 18th, 2007, 02:24 AM
Default Re: vB 3.6w tabs x fixed skin not slim

Thanks again santai, it's done already..

See the attachment.
Attached Images
File Type: jpg untitled.JPG (11.5 KB, 7 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Jun 2007 Posts: 27 vara will become famous soon enough vara is offline
July 16th, 2007, 03:15 PM
Default Re: vB 3.6w tabs x fixed skin not slim

I wanna ask again

How to add again one coloum in posbit legacy for post thank? Then i want to move this at top from user reputation.

See the this attachment
Attached Images
File Type: jpg sb.JPG (28.1 KB, 8 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 52 Location: USA - tn Posts: 6,369 Blog Entries: 6 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
July 16th, 2007, 03:27 PM
Default Re: vB 3.6w tabs x fixed skin not slim

to add the block :
add the code, or add the class : class="pbl-info" :to the <div .
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
to get it above the reputation, add the code "Above" : on its own line (in the <div tags)
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
should look something like :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
Quote:
Originally Posted by vara View Post
I wanna ask again

How to add again one coloum in posbit legacy for post thank? Then i want to move this at top from user reputation.

See the this attachment

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
donations appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
No avatar
Junior Member
Join Date: Jun 2007 Posts: 27 vara will become famous soon enough vara is offline
July 17th, 2007, 12:50 PM
Default Re: vB 3.6w tabs x fixed skin not slim

Ok thanks santai.. u're the best!

Any onemore problem with my skin..

If me browsing with IE the forum coloum for category large to show under sub forum.

See this different with firefox (right side using IE)..
Attached Images
File Type: jpg small.JPG (11.4 KB, 6 views)
File Type: jpg big.JPG (14.5 KB, 6 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Santai's Avatar
3ts'
Join Date: Mar 2006 Age: 52 Location: USA - tn Posts: 6,369 Blog Entries: 6 Santai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to beholdSantai is a splendid one to behold Send a message via MSN to Santai Send a message via Yahoo to Santai Send a message via Skype™ to Santai Santai is offline
July 17th, 2007, 06:11 PM
Default Re: vB 3.6w tabs x fixed skin not slim

will look to see if and what the proble is -

early am or if not, thursday .. .
will be traveling north on wed .

Kenj
a certain amount of common sense is necessary to survive in this world !
insanity leaves you no restrictions !
// support is available via the forums, post the apparent discrepancy or help needed . \\
donations appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to buy a skin ? Higher Style pre sales questions 13 February 27th, 2007 11:19 AM
Before you buy a Skin, style .. . Santai Style pre sales questions 0 September 29th, 2006 08:41 PM


All times are GMT -5. The time now is 08:29 PM.
style developed @ GFXstyles
Content Relevant URLs by vBSEO 3.1.0
Copyright © 2006-2008 gfxstyles.com Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.