Modifying the jumpbox.html

All style (template, theme and imageset) related questions for the new release; advice, feedback here please.
Post Reply
User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Modifying the jumpbox.html

Post by Dragosvr92 »

Well.. i never liked the way the jumpbox appears at the bottom of the pages, as it has all those spaces etc..
I think it looks alot better the way i did it back in 2009 over my forums.



Find:

Code: Select all

			<!-- BEGIN jumpbox_forums -->
				<!-- IF jumpbox_forums.S_FORUM_COUNT == 1 --><option value="-1">------------------</option><!-- ENDIF -->
				<option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level -->&nbsp; &nbsp;<!-- END level -->{jumpbox_forums.FORUM_NAME}</option>
			<!-- END jumpbox_forums -->
Replace with:

Code: Select all

			<!-- BEGIN jumpbox_forums -->
				<!-- IF jumpbox_forums.S_FORUM_COUNT == 1 --><option value="-1"> | </option><!-- ENDIF -->
				<option value="{jumpbox_forums.FORUM_ID}"{jumpbox_forums.SELECTED}><!-- BEGIN level -->|&nbsp; &nbsp;<!-- END level -->|&mdash;{jumpbox_forums.FORUM_NAME}</option>
			<!-- END jumpbox_forums -->
Demo (Look on bottom right )
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
Dragosvr92
Registered User
Posts: 624
Joined: Tue May 31, 2011 12:08 pm
Location: Romania
Contact:

Re: Modifying the jumpbox.html

Post by Dragosvr92 »

30 views and no reply =(
Does at least one person agree that i should submit the improvement to the Tracker?
:?:
Previous user: TheKiller
Avatar on Memberlist 1.0.3

User avatar
Ger
Registered User
Posts: 293
Joined: Mon Jul 26, 2010 1:55 pm
Location: 192.168.1.100
Contact:

Re: Modifying the jumpbox.html

Post by Ger »

To be honest, I like it the way it is now. I think it's a bit personal; A likes this, B likes that. I don't see a reason to change de default, let's just leave it in the capable hands of style authors to make their descision.
Above message may contain errors in grammar, spelling or wrongly chosen words. This is because I'm not a native speaker. My apologies in advance.

User avatar
callumacrae
Former Team Member
Posts: 1046
Joined: Tue Apr 27, 2010 9:37 am
Location: England
Contact:

Re: Modifying the jumpbox.html

Post by callumacrae »

Ger wrote:To be honest, I like it the way it is now. I think it's a bit personal; A likes this, B likes that. I don't see a reason to change de default, let's just leave it in the capable hands of style authors to make their descision.
+1
Made by developers, for developers!
My blog

Post Reply