inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on May 14, 2013 7:51:20 GMT -8
Would you be able to install this on my site for me? I wont install it for you, but if you PM me your hex codes, and member/staff names you want adding (make sure you say what colour for what group, too), then i will edit for you, and then tell you where to put the stuff when done. How's that sound?
|
|
Anaiu
New Member
Posts: 122
inherit
ubuntuwolf@mail.com
194458
0
Aug 25, 2017 19:57:29 GMT -8
Anaiu
122
May 2013
tynsen
|
Post by Anaiu on Jun 3, 2013 19:44:55 GMT -8
Okay.... so I have your slimline info center in my template and I honestly can't figure out where to put the code. I would like the legend to go approximately here (red box)... ...if possible. Any suggestions for how to go about adding this to my site? Thanks very much!
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jun 4, 2013 9:12:00 GMT -8
Hi Anaiu. In your layout template (as described in the first post), go to line 101, and you should see all of the below: <tbody> {foreach $[online_user]} $[online_user]{if $[online_user.invisible]} <span class="small">(ninja)</span>{/if}$[online_user.comma] {/foreach} {if $[total_staff_online] == 0} {if $[total_members_online] == 0} There are currently no members online. {/if} {elseif $[total_members_online] == 0} {if $[total_staff_online] == 0} There are currently no members online. {/if} {/if} {if $[total_online_not_shown]} , and <a class="$[view_active_members_link.class]" href="$[view_active_members_link.href]">$[total_online_not_shown] more...</a> {/if} </tbody> Add the code from this threads first post to be inbetween the last 2 lines there, like so <tbody> {foreach $[online_user]} $[online_user]{if $[online_user.invisible]} <span class="small">(ninja)</span>{/if}$[online_user.comma] {/foreach} {if $[total_staff_online] == 0} {if $[total_members_online] == 0} There are currently no members online. {/if} {elseif $[total_members_online] == 0} {if $[total_staff_online] == 0} There are currently no members online. {/if} {/if} {if $[total_online_not_shown]} , and <a class="$[view_active_members_link.class]" href="$[view_active_members_link.href]">$[total_online_not_shown] more...</a> {/if} <font style ="float:right; padding: 0px;"> <a href="#" class="admlegend" title="Administrator"><div id="squareAdm"></div></a> <a href="#" class="gmodlegend" title="Global Moderator"><div id="squareGMod"></div></a> <a href="#" class="modlegend" title="Moderator"><div id="squareMod"></div></a> <a href="#" class="memlegend" title="Member"><div id="squareMem"></div></a> </font> </tbody>
|
|
luap
New Member
Posts: 38
inherit
reilly.mikep@yahoo.com
195730
0
Sept 12, 2014 21:45:25 GMT -8
luap
38
June 2013
luap
|
Post by luap on Jun 22, 2013 7:34:41 GMT -8
OK trying this bit out...seems to be rather successful however I have a few questions. This is what mine looks like right now... The orange and Light blue ones seem to be sort of "out of place". They are more obvious when looking at normal screen size. The space between them seems a bit smaller and they are both a touch higher than the others. Here are my code lines... /* Coloured Squares */ #squareowner { width: 10px; height: 10px; background: #990000; margin-right: 3px; display: inline-block; } #squareadmin { width: 10px; height: 10px; background: #3399ff; margin-right: 3px; display: inline-block; } #squaregmoderator { width: 10px; height: 10px; background: #ffff00; margin-right: 3px; display: inline-block; } #squarebandit { width: 10px; height: 10px; background: #ff3300; margin-right: 3px; display: inline-block; } #squarehero { width: 10px; height: 10px; background: #33FFFF; margin-right: 3px; display: inline-block; } #squaresurvivor { width: 10px; height: 10px; background: #8ccf55; display: inline-block; } I also noticed that under the "hover before" section there is a right: -15px; that seems to be a different number for each of the original squares. Should this be modified for the new squares, and if so...to what? This may be what I am looking for to fix the hover going off the right side of the forum too.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jun 22, 2013 13:38:48 GMT -8
luap, could you possibly show me what you have in the Layout Template section of the Home. I think I know why it's doing this. See below after each </a> there is a gap. I think it's possible that between your one, there isn't a gap like that, but the rest do have. <a href="#" class="admlegend" title="Administrator"><div id="squareAdm"></div></a> <a href="#" class="gmodlegend" title="Global Moderator"><div id="squareGMod"></div></a> <a href="#" class="modlegend" title="Moderator"><div id="squareMod"></div></a> <a href="#" class="memlegend" title="Member"><div id="squareMem"></div></a> The "Hover:Before" that you mention, is purely the positioning of the arrow and bubble. You can have a play with it it you wish to. Just edit the first one for example, then in the preview pane hover over the coloured square, to see exactly how it works
|
|
luap
New Member
Posts: 38
inherit
reilly.mikep@yahoo.com
195730
0
Sept 12, 2014 21:45:25 GMT -8
luap
38
June 2013
luap
|
Post by luap on Jun 22, 2013 13:50:50 GMT -8
<td style="background-color: #181818; float:right; padding: 5px;"> <a href="#" class="ownerlegend" title="Owner"><div id="squareowner"></div></a> <a href="#" class="adminlegend" title="Administrator"><div id="squareadmin"></div></a> <a href="#" class="gmoderatorlegend" title="Global Moderator"><div id="squaregmoderator"></div></a> <a href="#" class="banditlegend" title="Bandit"><div id="squarebandit"></div></a><a href="#" class="herolegend" title="Hero"><div id="squarehero"></div></a> <a href="#" class="survivorlegend" title="Survivor"><div id="squaresurvivor"></div></a> </td>
That was exactly what the issue was...so it is not like some other languages where the spaces often mean nothing. Both issues are fixed...Thanks again.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jun 22, 2013 13:54:56 GMT -8
<td style="background-color: #181818; float:right; padding: 5px;"> <a href="#" class="ownerlegend" title="Owner"><div id="squareowner"></div></a> <a href="#" class="adminlegend" title="Administrator"><div id="squareadmin"></div></a> <a href="#" class="gmoderatorlegend" title="Global Moderator"><div id="squaregmoderator"></div></a> <a href="#" class="banditlegend" title="Bandit"><div id="squarebandit"></div> </a><a href="#" class="herolegend" title="Hero"><div id="squarehero"></div></a> <a href="#" class="survivorlegend" title="Survivor"><div id="squaresurvivor"></div></a> </td> See the part I have highlighted in blue within your quote, try adding a gap after the </a> So instead of it being: </a><a It will be: </a> <a I am pretty confident that should resolve this issue
|
|
luap
New Member
Posts: 38
inherit
reilly.mikep@yahoo.com
195730
0
Sept 12, 2014 21:45:25 GMT -8
luap
38
June 2013
luap
|
Post by luap on Jun 22, 2013 13:55:58 GMT -8
Beat me to the edit...it did in fact fix it thank you. Excellent original post describing the process.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jun 22, 2013 13:56:34 GMT -8
Beat me to the edit...it did in fact fix it thank you. Excellent original post describing the process. Glad it worked
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jul 3, 2013 15:37:22 GMT -8
Hey Stinky666 - think you can see where I'm going with my legend, but is there any way to get rid of the little arrow that appears above each box? I know that it's almost invisible, but it still irritates me. =P
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Jul 4, 2013 7:19:59 GMT -8
Hey Stinky666 - think you can see where I'm going with my legend, but is there any way to get rid of the little arrow that appears above each box? I know that it's almost invisible, but it still irritates me. =P You could move it left slightly for each one, so they are on the window table. Just be sure to edit the colour of them to match the window bg. (I know it isn't window bg anymore but you know what I mean lol)
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Aug 15, 2013 6:15:21 GMT -8
Ok question, not sure if its been asked before or not. You know when you hover over each member group in the Info Center, and those bubbles appear above them stating which group they are? Well my question is how come some bubbles, don't appear directly over the colored squares? delusional.freeforums.net Staff is showing, slightly off to the right? I'm guessing this is a margin amount or align: right; amount?
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Aug 15, 2013 7:22:36 GMT -8
Take the below as an example, you will need to edit the "top" and "right" settings. IN blue below.. just play with them to see how you wish to have it. Each group has those settings to align them how you prefer.
|
|
inherit
179966
0
Mar 19, 2019 9:23:16 GMT -8
Welshling
Dohtml - v5 templates, advertising & more.
1,150
May 2012
welshling
|
Post by Welshling on Aug 15, 2013 8:03:52 GMT -8
Stinky666, thanks. Working on those edits now. I'll let you know if i can't figure it out xD
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Aug 15, 2013 8:22:35 GMT -8
You should be able to, it's only changing numbers
|
|