pluqui
Junior Member
Posts: 325
inherit
134337
0
Oct 10, 2016 4:28:13 GMT -8
pluqui
325
November 2008
pluqui
|
Post by pluqui on Sept 14, 2013 6:28:08 GMT -8
I've installed it and turned it on, but it isn't showing so I'm guessing I need to add <span id="liveclock"></span> somewhere in the forum wrapper template. Does it matter exactly where? I don't 'do' coding. Edit: I looked back this thread and added it at the end of Line 43 (after 'if'). I now shows after 'Logout' but only if I mouseover Logout, and goes away again when you refresh. Is this how it's meant to work? If it is fine, although I'd like it before Logout Edit2: I moved it and this is the line now: span>Welcome $[current_user.name].</span><span id="liveclock"></span> $[logout_link] {/if} It seems OK now. Just a little thing. How to get more space between User Name time/date and time/date and Logout link?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 14, 2013 8:47:06 GMT -8
my example was just an example. it doesnt HAVE to go there. you could put it in side tables or at the top of every post if you wanted.
since HTML will reduce the extra whitespace, you can force whitespace by adding for every space you want to add.
if there is somewhere specific you want to put it?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Sept 17, 2013 7:57:04 GMT -8
everything works thanks for the changes
|
|
pluqui
Junior Member
Posts: 325
inherit
134337
0
Oct 10, 2016 4:28:13 GMT -8
pluqui
325
November 2008
pluqui
|
Post by pluqui on Sept 18, 2013 2:22:07 GMT -8
my example was just an example. it doesnt HAVE to go there. you could put it in side tables or at the top of every post if you wanted. since HTML will reduce the extra whitespace, you can force whitespace by adding &nb sp; for every space you want to add. if there is somewhere specific you want to put it? Thanks I should have thought of  . It's fine where it is, thanks.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Sept 21, 2013 10:43:00 GMT -8
i get a th for the 21st, 21th
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 21, 2013 11:59:34 GMT -8
dangit.. I thought I fixed all that...
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 21, 2013 13:14:18 GMT -8
v1.1.6 submitted to library
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Sept 23, 2013 18:21:19 GMT -8
Where would I put the code to have the clock below Home?
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 23, 2013 18:47:13 GMT -8
assuming you mean the home button, in your forum template for forum wrapper, look for
<div id="navigation-menu" class="ui-helper-clearfix">
after all of the content that is inside of it, but before the closing </div> add in the span. you might need a <br> tag though
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Sept 23, 2013 19:31:07 GMT -8
That didn't work for me. It seems like I have to add it by:
<p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p>
But I can't figure out how to get the clock to show in the forum on the same line with the Welcome member and Logout link.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 23, 2013 21:28:42 GMT -8
you said before you wanted it over under "home"
where do you want it to show?
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Sept 23, 2013 22:26:48 GMT -8
you said before you wanted it over under "home" where do you want it to show? Right, I do want it under Home. EDIT: I got it to work with using for spaces.
|
|
inherit
198412
0
May 26, 2022 8:09:32 GMT -8
Timebomb007
450
August 2013
timebomb007
|
Post by Timebomb007 on Sept 24, 2013 21:24:30 GMT -8
Though when it hits 10:00+, the clock is moved to the right, which also results to the Logout being put on a new row. So, if there's another way to put the clock under Home, than using that would be great.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 24, 2013 22:51:14 GMT -8
this works for me:
<p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. Please $[login_link] or $[register_link]. {else} <span>Welcome $[current_user.name].</span> $[logout_link] {/if} </p> <br><br>Its <span id="liveclock"></span>
|
|
pluqui
Junior Member
Posts: 325
inherit
134337
0
Oct 10, 2016 4:28:13 GMT -8
pluqui
325
November 2008
pluqui
|
Post by pluqui on Sept 25, 2013 4:14:43 GMT -8
|
|