inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jan 3, 2013 4:20:38 GMT -8
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 24, 2013 2:55:31 GMT -8
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Jan 25, 2013 12:49:38 GMT -8
Hi Peter I'm still trying to get my head around how to use the var things but I'll get there in the end What I wondered was whether it was possible to have an option to replace the text "Forum Age" with something the admin would choose and change when they felt like it? For example, I used to have on my V4 something like "Using common sense to an uncommon degree for X years, Y months and Z days"
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Feb 4, 2013 0:19:13 GMT -8
Bump
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 4, 2013 0:48:30 GMT -8
Hi Peter I'm still trying to get my head around how to use the var things but I'll get there in the end What I wondered was whether it was possible to have an option to replace the text "Forum Age" with something the admin would choose and change when they felt like it? For example, I used to have on my V4 something like "Using common sense to an uncommon degree for X years, Y months and Z days" It's quite easy, the vars are these... {years} {years_plural} {months} {months_plural} {days} {days_plural} The confusing part is probably the plural vars, these basically add an "s" so that "year" becomes "years". So an example of what you could have is this... Using common sense to an uncommon degree for {years} year{years_plural}, {months} month{months_plural} and {days} day{days_plural} The reason for the plural vars, is that without using them, it would read wrong (i.e "7 year, 2 month, and 13 day").
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Feb 4, 2013 3:33:22 GMT -8
Thanks Peter, I've just copied and pasted your example so that saved me a job! What I meant about the text was the actual title, where it says Forum Age. It's this that I'd like to be able to change. I know you can add text into the field where you put the VAR characters, but I'd also like to change the title if that were possible. It's not a deal-breaker btw, great plugin, but if you do update it it would be great if it slipped in
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 4, 2013 3:45:52 GMT -8
Forum Age 1.3.0 is available to download from first post. In this release I have added a new setting so you can change the "Forum Age" text.
|
|
inherit
120077
0
Mar 22, 2021 9:37:29 GMT -8
My Name is Billy Moonstone
726
February 2008
askandprosper
|
Post by My Name is Billy Moonstone on Feb 4, 2013 4:03:07 GMT -8
Hahahaha, you're a star Peter thanks very much!
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 4, 2013 4:10:21 GMT -8
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Feb 17, 2013 0:25:07 GMT -8
Hi Peter I have your plug in on my forum, but for some reason it can only be viewed when logged in. It's not visible to guests. Is it supposed to be that way? www.frenchfocus.proboards.com/
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 17, 2013 2:59:33 GMT -8
LizWhat modification have you got in place for the info center (specifically users online part)?
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Feb 17, 2013 3:08:53 GMT -8
I thought that might be the problem. I have a Mod for hiding the users Online from guests... {if $[current_user.is_member]}<tr class="last"> <td colspan="2"> <table> <tr> <td class="icon">$[image.online]</td> <td class="info last"> <table> <tbody> <tr><th>Users Online</th></tr> <tr><td>$[total_staff_online] Staff, $[total_members_online] Member{if $[total_members_online] != 1}s{/if}, $[total_guests_online] Guest{if $[total_guests_online] != 1}s{/if}.</td></tr> <tr><td> {foreach $[online_user]} $[online_user]{if $[online_user.invisible]} <span class="small">(invisible)</span>{/if}$[online_user.comma] {/foreach} {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} </td></tr> <tr><td>$[view_todays_active_members_link]</td></tr> </tbody> </table> </td> </tr> </table> </td> </tr>{/if}
After this, look for the following, around lines 28-32. Once more, changes in bold;
<div class="content"> <table> <tbody> {if $[current_user.is_member]}<tr>{else}<tr class="last">{/if} <td>
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 17, 2013 3:39:34 GMT -8
LizThe problem is actually 2 problems since you are using that. The first problem is that the changes to that layout template are wrong (specifically the last part of it). The second problem is that even with the template changes fixed, the location of the forum age information will get put above all the stats, as it is looking for the "last" row so it can insert before it. What I would recommend is asking the author of the template modification to fix the last bit of the template change (could be because ProBoards has made changes since it was posted). Once that is done, post back and I'll see about adding in a feature to add the forum age row to the end of the info center.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 17, 2013 4:01:49 GMT -8
Hi PeterI'm not crazy about how the Forum Age, which I named Forum Estab., sits on an entire line by itself... wasted space and all. I have a User Legend in there as you can see, which I edited from it's original script to give it 2 table columns. Any ideas how I can move the Forum Age somewhere where it's not taking up so much real estate? Or, do you know of another Stat I could add to this box to just fill up the space above the User legend? I'm just searching for ideas at this point.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 17, 2013 4:28:13 GMT -8
DeltaDartI did have it in the actual title bar to the right (where says "Forum Information & Statistics"), as all it needed to be was a line of text. I could add that option back in I suppose?
|
|