|
Author | Topic: Nav Tree Ultimate Customize Combo (Read 5,348 times) |
Pebble Code Helper IOD Supporter member is offline
![[avatar] [avatar]](http://i1136.photobucket.com/albums/n494/pebbleleague/FootballGif.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2011 Gender: Male  Posts: 1,179 Location: Here & There Karma: 155 |  | Re: Nav Tree Ultimate Customize Combo « Reply #90 on Apr 13, 2011, 8:03pm » | |
Calling Subdevo, RADesign, Purevenom, BluEyz and anyone else I've missed out !
I've found my conflicting code and it isn't one from here. I'm not sure of the next step..... Should I PM you with the code? the code name ? Maybe just put what it does and where it is in my headers footers ? I've had a look in the code data base but couldn't see a replacement. I don't want to upset anybody by putting what it is and who it is written by so I thought I'd ask. Protocol and all that.... Cheers !
I'm strangely happy and sad at the same time to find that I have a conflicting code but happy that I've found it !
|
|
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Nav Tree Ultimate Customize Combo « Reply #91 on Apr 13, 2011, 8:32pm » | |
That is awesome that you found it. If you are concerned, send me a PM with the code name and possibly a link to it. Either that code or mine may be modified to keep you happy.
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
Pebble Code Helper IOD Supporter member is offline
![[avatar] [avatar]](http://i1136.photobucket.com/albums/n494/pebbleleague/FootballGif.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2011 Gender: Male  Posts: 1,179 Location: Here & There Karma: 155 |  | Re: Nav Tree Ultimate Customize Combo « Reply #92 on Apr 13, 2011, 9:34pm » | |
SubDevo to the rescue ! All sorted and working perfectly. Thanks.
|
|
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Nav Tree Ultimate Customize Combo « Reply #93 on Apr 13, 2011, 9:47pm » | |
You are welcome.
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
eddie11 New Member member is offline
Joined: Jul 2011 Gender: Male  Posts: 2 Karma: 0 |  | Re: Nav Tree Ultimate Customize Combo « Reply #94 on Jul 30, 2011, 12:33pm » | |
Hi, I am a new member here and just added the code to my board. I added the snippet to change size and it only changed the ► Can you tell me what I did wrong? BTW, when I clicked link in e-mail to activate account, it took me to old site.
Here is a copy paste of what I have in my global footer.
<style type="text/css"> <!-- .navcombo {color: #000000; font-size: 20px; position: relative; text-align: left; padding-top: 20px; top: -20px; border: 0px solid #000000;} --> </style>
<script type="text/javascript"> /* Nav Tree Ultimate Customize Combo by SubDevo */ /* Global Footer - Please leave this header intact. Do not repost. */ /* http://interoceandesigns.proboards.com or http://lsdp.proboards.com */
EDIT: Code removed by SubDevo
| |
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Nav Tree Ultimate Customize Combo « Reply #95 on Jul 30, 2011, 5:49pm » | |
Welcome aboard eddie11.  .navcombo will only change everything that is NOT a link. To change the size, color etc... of the links, use the following. Put in Global Header.
<style type="text/css"> <!-- .nav:link, .nav:visited {font-size: 20px;} --> </style>
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
eddie11 New Member member is offline
Joined: Jul 2011 Gender: Male  Posts: 2 Karma: 0 |  | Re: Nav Tree Ultimate Customize Combo « Reply #96 on Jul 30, 2011, 9:26pm » | |
perfect, the combined codes is exactly what I am looking for. Thanks much 
Sorry about the repost. I did not think of it as reposting. Since my intention was to show you what I had, to see if I messed up the code.
| |
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Nav Tree Ultimate Customize Combo « Reply #97 on Jul 30, 2011, 9:30pm » | |
You are welcome. Enjoy!
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
Mac Senior Member member is offline
![[avatar] [avatar]](http://i268.photobucket.com/albums/jj40/Macc2566/BlueMoon_animation-3.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Apr 2009 Gender: Male  Posts: 828 Location: Wales Karma: 22 |  | Re: Nav Tree Ultimate Customize Combo « Reply #98 on Aug 17, 2011, 10:03am » | |
Hello there.
Can you please advise how I could an extra space between the nav tree and the main board.
Thank you.
|
|
|
Mac Senior Member member is offline
![[avatar] [avatar]](http://i268.photobucket.com/albums/jj40/Macc2566/BlueMoon_animation-3.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Apr 2009 Gender: Male  Posts: 828 Location: Wales Karma: 22 |  | Re: Nav Tree Ultimate Customize Combo « Reply #99 on Sept 23, 2011, 4:55pm » | |
Good evening friends.
Please can you be so kind as to advise how I can:
Make the size of the text, on the left, (Hi, Name) the same size as Inbox/Outbox/modify Profile/Bookmarks/Recent.
Make all the dates 3 letters. ie Sep not Sept.
Amend the time to the 24 hour clock display. ie 22:00 not 10pm.
Thank you very much.
http://img36.imageshack.us/img36/9575/navav.jpg
Never mind - request timed out
|
|
|
Mac Senior Member member is offline
![[avatar] [avatar]](http://i268.photobucket.com/albums/jj40/Macc2566/BlueMoon_animation-3.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Apr 2009 Gender: Male  Posts: 828 Location: Wales Karma: 22 |  | Re: Nav Tree Ultimate Customize Combo « Reply #100 on Jun 3, 2012, 6:41pm » | |
When I remove this, it changes the board sizes.
How can this be avoided please ?
Reply/feeback will be appreciated.
Thank you.
|
|
|
Pebble Code Helper IOD Supporter member is offline
![[avatar] [avatar]](http://i1136.photobucket.com/albums/n494/pebbleleague/FootballGif.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2011 Gender: Male  Posts: 1,179 Location: Here & There Karma: 155 |  | Re: Nav Tree Ultimate Customize Combo « Reply #101 on Jun 4, 2012, 4:37am » | |
Jun 3, 2012, 6:41pm, Mac wrote:When I remove this, it changes the board sizes.
How can this be avoided please ?
Reply/feeback will be appreciated.
Thank you
|
|
Hi Mac, You have your Nav tree width set to 950px and your proboard forum re-size set to 778px, so when you remove the nave tree it will be resizing to 778px. (try setting this to about 900px ) If you are still having problems after you've fixed this, let me know and I can come over to your site and have a look (I'm sure I still have an account over there.)
|
|
|
RADesign Administrator member is offline
![[avatar] [avatar]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-RAD-Admin-Avvy.png)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 1,601 Location: IOD Karma: 136 |  | Re: Nav Tree Ultimate Customize Combo « Reply #102 on Jun 4, 2012, 4:59am » | |
Actually, the NavTree is set as 900px.
The Newsfader is 950px, The Quick Reply is 930px, The Welcome table is 1000px, The Proboards Forum re-size is indeed 778px, but there's also a fwidth in there somewhere that's 600px.
|
|
|
Pebble Code Helper IOD Supporter member is offline
![[avatar] [avatar]](http://i1136.photobucket.com/albums/n494/pebbleleague/FootballGif.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2011 Gender: Male  Posts: 1,179 Location: Here & There Karma: 155 |  | Re: Nav Tree Ultimate Customize Combo « Reply #103 on Jun 4, 2012, 5:07am » | |
Yep! Nice catch Rad I was looking at the newsfader code  The Quickreply is set to 930px in one code and 800px in the forum resize. So lots of different widths in different codes.
|
|
|
Mac Senior Member member is offline
![[avatar] [avatar]](http://i268.photobucket.com/albums/jj40/Macc2566/BlueMoon_animation-3.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Apr 2009 Gender: Male  Posts: 828 Location: Wales Karma: 22 |  | Re: Nav Tree Ultimate Customize Combo « Reply #104 on Jun 4, 2012, 5:40pm » | |
Thank you Pebble, any assistance you can give will be appreciated.
I just can't work this one out.
|
|
|
|