Home Forum  Search the forums : 
GFXstyles
Go Back   GFXstyles » vBulletin Styles » Free styles 3.7 series » 3.7 series archive
3.7 series archive older versions of the vBulletin 3.7 series styles

Reply
 
LinkBack Thread Tools Display Modes
MikeD's Avatar
Style Owner
Join Date: Feb 2007 Age: 44 Location: Cologne, Germany Posts: 70 MikeD has a spectacular aura aboutMikeD has a spectacular aura about MikeD is offline
August 10th, 2008, 05:49 PM
Default Re: vB3 reVisited 3.7.2 Tab

Hi Ken ,
may I ask you one question: Do you know how's that possible, that the current Tab on top keeps the current position with the blue corner in each Tab while selecting another one? Do you know what I mean? That means: Whenever I select a Link, say "Article", the image with the blue arrow on the top right corner remain until I click on another Tab. VBOrg has that feature in that Style. I've tried it to change it in the reVisited Tab Style but without any success.

What do you think: Is it hard to get it realized?
Attached Images
File Type: jpg Snap1.jpg (4.4 KB, 5 views)
File Type: jpg Snap2.jpg (4.4 KB, 5 views)

Acura/Honda Legend Forum Cologne's Honda Legend Enthusiasts Forum
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: 53 Location: USA - tn Posts: 7,679 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 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
August 11th, 2008, 06:13 AM
Default Re: vB3 reVisited 3.7.2 Tab

changed the style here so that if it has this -

edit the psd or image if you need a different color, or ask and will make one.
- upload the image (_tab_off.gif) to the misc directory of the style (over wright the image that is there now)

the header template has the code for the tabs.

a permissive is used to change the class, which will change the image.

for a forum, or several forums these permissives are used : top one is for a single forum, bottom for more than one forum.
hovering over the forum name will give you the forum id, is the number.
they must be written as shown. a ' is necessary for php5

Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

if you wish it to be marked for forum id 1 is written:
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

if more than one forum is needed replace the permissive :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

in the style here changed this code to make the tab marked for the forum or home page here

- for pages.
from :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

to
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

to change the marked tab not to hover or change and still have the link :
in the main css for the style, very bottom block of the additional css find :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

and change it to :
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

Quote:
Originally Posted by MikeD View Post
Hi Ken ,
may I ask you one question: Do you know how's that possible, that the current Tab on top keeps the current position with the blue corner in each Tab while selecting another one? Do you know what I mean? That means: Whenever I select a Link, say "Article", the image with the blue arrow on the top right corner remain until I click on another Tab. VBOrg has that feature in that Style. I've tried it to change it in the reVisited Tab Style but without any success.

What do you think: Is it hard to get it realized?
Attached Files
File Type: zip gfx_vB36revisited-new-tab.zip (7.3 KB, 7 views)

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 . \\
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
MikeD's Avatar
Style Owner
Join Date: Feb 2007 Age: 44 Location: Cologne, Germany Posts: 70 MikeD has a spectacular aura aboutMikeD has a spectacular aura about MikeD is offline
August 11th, 2008, 01:31 PM
Default Re: vB3 reVisited 3.7.2 Tab

Hi Ken,
first of all: Thank you soooo much!!! Never thought about conditions, so I went different ways in trying either with JS or CSS. I'd never knew that this way is so easy to do that, especially not in using Jelsoft's conditions. I didn't know it that I can use it. Ok, let me try your way and I'll get in touch with you when I got it worked. Be seeing you

Quote:
Originally Posted by Santai View Post
edit the psd or image if you need a different color, or ask and will make one.
Just because I'm not a graphic specialist, I'd really appreciate your help. That would be really great if you can do that, Ken. You got PM See chapter The graphical Tab I use inside the PM

Acura/Honda Legend Forum Cologne's Honda Legend Enthusiasts Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
MikeD's Avatar
Style Owner
Join Date: Feb 2007 Age: 44 Location: Cologne, Germany Posts: 70 MikeD has a spectacular aura aboutMikeD has a spectacular aura about MikeD is offline
August 11th, 2008, 04:19 PM
Default Re: vB3 reVisited 3.7.2

Simply amazing: It works perfect as expected Without your excellent support I'd never get it realized
Thank you so much for all, Ken I owe you a favour !!!

Acura/Honda Legend Forum Cologne's Honda Legend Enthusiasts Forum
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: 53 Location: USA - tn Posts: 7,679 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 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
August 12th, 2008, 03:51 AM
Default Re: vB3 reVisited 3.7.2

no problems

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 . \\
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: Feb 2008 Posts: 3 sawyer will become famous soon enough sawyer is offline
August 21st, 2008, 10:47 AM
Default Re: vB3 reVisited 3.7.2

hii Santai i use 3.6w tabs 3.7.2_vbulletin-style but your added fluid how can i fixed on this site demo 80% or %85 i try it panel not change anything ,width="100%" please help to me ;

sample this site fluid %100 example1; The Irish Republican Forum - Powered by vBulletin

but you use here fixed versiyon for example2 ; http://gfxstyles.com/forum/index.php?styleid=420

i can do example2 ? where can i changing ,thanks i waiting your answers.
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: 53 Location: USA - tn Posts: 7,679 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 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
August 21st, 2008, 12:19 PM
Default Re: vB3 reVisited 3.7.2

in the header template find and cahnge in red to the width you need :
if in pixles it must be the number and px : 970px or it will not work.
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.

Quote:
Originally Posted by sawyer View Post
hii Santai i use 3.6w tabs 3.7.2_vbulletin-style but your added fluid how can i fixed on this site demo 80% or %85 i try it panel not change anything ,width="100%" please help to me ;

sample this site fluid %100 example1; The Irish Republican Forum - Powered by vBulletin

but you use here fixed versiyon for example2 ; http://gfxstyles.com/forum/index.php?styleid=420

i can do example2 ? where can i changing ,thanks i waiting your answers.
at the doctors office now - will check back later.

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 . \\
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: Feb 2008 Posts: 3 sawyer will become famous soon enough sawyer is offline
August 21st, 2008, 02:37 PM
Default Re: vB3 reVisited 3.7.2

Thanks santai you are perfect men it's solved.
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: 53 Location: USA - tn Posts: 7,679 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 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
August 21st, 2008, 02:43 PM
Default Re: vB3 reVisited 3.7.2

no problems
Quote:
Originally Posted by sawyer View Post
Thanks santai you are perfect men it's solved.

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 . \\
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  Reply With Quote top of post top of page
MikeD's Avatar
Style Owner
Join Date: Feb 2007 Age: 44 Location: Cologne, Germany Posts: 70 MikeD has a spectacular aura aboutMikeD has a spectacular aura about MikeD is offline
August 21st, 2008, 05:10 PM
Default Re: vB3 reVisited 3.7.2

Quote:
Originally Posted by sawyer View Post
Thanks santai you are perfect men it's solved.
True that. Santai for President [IMG ]http://www.honda-legend-web.org/vbulletin/images/smilies/Alkohol.gif[/IMG] and Master of vB Styles [IMG ]http://www.honda-legend-web.org/vbulletin/images/smilies/Grinsen.gif[/IMG] [IMG ]http://www.honda-legend-web.org/vbulletin/images/smilies/Ja.gif[/IMG]

Acura/Honda Legend Forum Cologne's Honda Legend Enthusiasts Forum
Last edited by Graphics; August 21st, 2008 at 05:29 PM.. Reason: images were linked with a pass needed
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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
vB3 reVisited 3.7.1 Santai 3.7 series archive 7 June 19th, 2008 01:29 PM
vB3 reVisited 3.7 Santai 3.7 series archive 0 May 24th, 2008 12:15 PM
vB3 reVisited 3.6.10 Santai Styles 3.6 series 0 May 24th, 2008 05:10 AM
vB 3.6 reVisited available . Santai Announcements / news and updates 0 December 23rd, 2006 06:44 AM


All times are GMT -5. The time now is 01:56 AM.
style developed @ GFXstyles
Content Relevant URLs by vBSEO 3.2.0
Copyright © 2006-2008 gfxstyles.com