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
Azhria Lilu's Avatar
Designer
Join Date: Mar 2006 Age: 35 Location: Stretton, Derbyshire UK Posts: 404 Azhria Lilu will become famous soon enough Send a message via AIM to Azhria Lilu Send a message via MSN to Azhria Lilu Send a message via Yahoo to Azhria Lilu Send a message via Skype™ to Azhria Lilu Azhria Lilu is offline
May 28th, 2006, 06:19 AM
Default Re: Need some input on this-it's breaking the side

Exactly The best way to learn is to see it in action and compared notes.

Azh

You can also find me at Azhrialilu.com and It's a Bitch Thing
Please do not use my IM details for support questions - refusal often offends
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,746 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 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
May 28th, 2006, 06:48 AM
Thumbs up Re: Need some input on this-it's breaking the side

no problem

was just needing a colspan of 2 added to all of the single ones.

you were missing the code to make them not show if there was none - assumed that you wanted them there all of the time : used the vB permissive to say "None" if there were none. can just move the permissive if you wish.

the image to make them colpase was missing - added it back, they can be colapsed now.

have it on the vB default style here, will remove it later on :

used the code from the first post -- has the <!-- added to --> left in it, can be removed
Code:
Guests are not allowed to view code. To enable the
viewing of code, please click 'here' to register.
Attached Images
File Type: jpg side-col-slady.jpg (71.0 KB, 4 views)
Attached Files
File Type: txt southerladies.txt (5.3 KB, 4 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 . \\
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
southernlady's Avatar
Member
Join Date: May 2006 Location: MI Posts: 59 southernlady will become famous soon enough Send a message via AIM to southernlady Send a message via MSN to southernlady Send a message via Yahoo to southernlady Send a message via Skype™ to southernlady southernlady is offline
May 28th, 2006, 07:00 AM
Default Re: Need some input on this-it's breaking the side

Thank you...I was reading thru it to see where the part is about it not showing if there weren't any. That was a bit confusing too.

I'll be the first to admit, I'm NOT a coder. I have a good friend who helps me there. But he's gone for the weekend. Just when I decide to *monkey* with it, LOL. Besides, I feel like I impose on him and here, I can learn how to do it myself. Liz
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,746 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 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
May 28th, 2006, 07:22 AM
Default Re: Need some input on this-it's breaking the side

Quote:
Originally Posted by southernlady
Thank you...I was reading thru it to see where the part is about it not showing if there weren't any. That was a bit confusing too.

I'll be the first to admit, I'm NOT a coder. I have a good friend who helps me there. But he's gone for the weekend. Just when I decide to *monkey* with it, LOL. Besides, I feel like I impose on him and here, I can learn how to do it myself. Liz
not real hard i think - the way to read it to help might be :
spaced to prevent troubles
< if condition="$show['birthdays']"> vB knows if there are birthdays, the "="

and if there are it will do whats after this : "$ birthdays" or what ever else you happen to put there .

in the default it had the code to show the entire display and ended in "</if >" : which told it that was all .

but it knows <else / > too, so adding : <else / >None , it did this instead , and the </if > tells it thats all .

"if there are birthdays, display them, if not say none ."

lots of other things it knows -- just need to find them all myself -- still learning

if you need help on anything else ask -- enjoy doing this and its' how youll' learn -- dont' mind explaning things .

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
southernlady's Avatar
Member
Join Date: May 2006 Location: MI Posts: 59 southernlady will become famous soon enough Send a message via AIM to southernlady Send a message via MSN to southernlady Send a message via Yahoo to southernlady Send a message via Skype™ to southernlady southernlady is offline
May 28th, 2006, 07:33 AM
Default Re: Need some input on this-it's breaking the side

When I tried to leave the *if conditionals* in, I kept getting pars errors so I kept trying til I found a method that wouldn't break it.

Thanks, Santa, for your help. Liz
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,746 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 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
May 28th, 2006, 07:41 AM
Default Re: Need some input on this-it's breaking the side

Quote:
Originally Posted by southernlady
When I tried to leave the *if conditionals* in, I kept getting pars errors so I kept trying til I found a method that wouldn't break it.

Thanks, Santa, for your help. Liz
if they were left in and you get parse errors : most commom thing is the </if > is missing / in the wrong place ( a conditional thats used , and has part of it in it ) - guilty of it myself .

they all have to have a begining and an end to work properly. 3.5.4 is better than 3.5.3 at telling you, 3.5.3 will freeze up the editor, and increase server load till it times out .

have fooled 3.5.4 with them, but not too often -- the -- when validating for xhtml compliance have seen the </if > -- had to many of them and vB missed them

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



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
More input for portal fozo Chit-chat 19 October 11th, 2007 06:01 AM


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