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:33:39 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? You know what? That would be great! I'd love to have it in the title bar. Yes, aligned right would work, or after any text in the title bar. If I could give it just a space or 2 after the title text that would work also. Let me know what you do with it.
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Feb 17, 2013 5:23:05 GMT -8
Hi Peter I just remembered I have another Mod in there to hide the Active Users Over the last 24 hours. I thought it better that you see my actual Home code before I contact Paul about making any changes to his Mods... $[news] {foreach $[category]} $[category.anchor] <div class="container boards"> <div class="title-bar bbcode"><h2><div class="title_wrapper">$[category.display_name]</div></h2></div> <div class="content cap-bottom"> $[category.board_list] </div> </div> {/foreach} {if $[legend]} <div class="container legend"> <div class="title-bar"><h2>Legend</h2></div> <div class="content"> <table> <tr> {foreach $[legend]} <td>$[legend.icon] <span>$[legend.name]</span></td> {/foreach} </tr> </table> </div> </div> {/if} {if $[show_stats]} <div class="container stats"> <div class="title-bar"><h2>Forum Information & Statistics</h2></div> <div class="content"> <table> <tbody> {if $[current_user.is_member]}<tr>{else}<tr class="last">{/if} <tr> <td> <table> <tr> <td class="icon">$[image.stats]</td> <td class="info"> <table> <tbody> <tr><th>Topics and Posts</th></tr> <tr><td>Total Topics: $[total_threads] Total Posts: $[total_posts]</td></tr> {if $[last_updated_thread]}<tr><td>Last Updated: $[last_updated_thread.recent_link] by $[last_updated_thread.last_post.created_by_user] ($[last_updated_thread.last_post.date])</td></tr>{/if} <tr><td>$[recent_threads_link] - $[recent_posts_link] {if $[mark_boards_read_link]} - $[mark_boards_read_link]{/if}</td></tr> </tbody> </table> </td> </tr> </table> </td> <td> <table> <tr> <td class="icon">$[image.members]</td> <td class="info"> <table> <tbody> <tr><th>Members</th></tr> <tr><td>Total Members: $[total_members]</td></tr> <tr><td>Newest Member: $[newest_user]</td></tr> <tr><td>Most Users Online: $[most_users_online] <span class="small">($[most_users_online_date])</span></td></tr> <tr><td>$[birthdays_today_link]</td></tr> </tbody> </table> </td> </tr> </table> </td> </tr> {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> {if $[current_user.group.id] == 1} <tr><td>$[view_todays_active_members_link]</td></tr> {else} {/if} </tbody> </table> </td> </tr> </table> </td> </tr>{/if} </tbody> </table> </div> </div> {/if}
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 17, 2013 6:04:22 GMT -8
LizMy problem with this, is that I could be trying to do this for everyone that has changes to their template. The problem isn't really the plugin, it's because of custom changes to the layout. Even though tweaking the issues with the template changes would then show the forum age, it wouldn't show in the position that you would want, or that looks good (I tested it, doesn't look good). The other option is for me to add support for showing the forum age in different locations (see my post to DeltaDart), which I feel is a better option, because then if lots of people make changes to their info center area (either using codes posted here, or making changes themselves), then at least they would have options to show it else where on the forum. As to where else it could show, I don't know, people would have to suggest areas. I don't mean to sound like I don't want to help you, cause I do, I just don't want to be tweaking the plugin for every specific user case.
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Feb 17, 2013 7:46:14 GMT -8
LizMy problem with this, is that I could be trying to do this for everyone that has changes to their template. The problem isn't really the plugin, it's because of custom changes to the layout. Even though tweaking the issues with the template changes would then show the forum age, it wouldn't show in the position that you would want, or that looks good (I tested it, doesn't look good). The other option is for me to add support for showing the forum age in different locations (see my post to DeltaDart), which I feel is a better option, because then if lots of people make changes to their info center area (either using codes posted here, or making changes themselves), then at least they would have options to show it else where on the forum. As to where else it could show, I don't know, people would have to suggest areas. I don't mean to sound like I don't want to help you, cause I do, I just don't want to be tweaking the plugin for every specific user case. I completely understand that Peter and it's not really a big deal for me if guests can't see it. It's there when members log in anyway. I'll leave it and keep an eye on this thread to see what happens regarding placing it in a different location. I must admit I don't have any ideas for that! Thank you for looking at it for me
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 22, 2013 4:34:21 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? You know what? That would be great! I'd love to have it in the title bar. Yes, aligned right would work, or after any text in the title bar. If I could give it just a space or 2 after the title text that would work also. Let me know what you do with it. Hi Peter was this title bar mod something you had decided to do or are you still contemplating it?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 22, 2013 4:37:02 GMT -8
DeltaDartIt was in a previous version, but then decided to add it to the info center. It's something I will do. Might try and get to it today for you if I get time
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 22, 2013 11:14:01 GMT -8
1.4.0 Released
Have added in an option so that you can put the age in the title bar of the information table instead.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 22, 2013 14:46:58 GMT -8
1.4.0 Released Have added in an option so that you can put the age in the title bar of the information table instead. Perfect! Thanks Peter this is perfect!
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 22, 2013 15:07:23 GMT -8
1.4.0 Released Have added in an option so that you can put the age in the title bar of the information table instead. Perfect! Thanks Peter this is perfect! Anytime
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 22, 2013 15:11:28 GMT -8
Perfect! Thanks Peter this is perfect! Anytime I'm not using them, but I did try them and the _plurals didn't work. Only resulted in 's' displaying but no date data. Again, I don't really need them as I have looking good as-is, but thought I'd mention it. forum.f-106deltadart.com
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 22, 2013 15:12:55 GMT -8
Anytime I'm not using them, but I did try them and the _plurals didn't work. Only resulted in 's' displaying but no date data. Again, I don't really need them as I have looking good as-is, but thought I'd mention it. forum.f-106deltadart.comCould you post exactly what you tried, just so I can check if there is a bug.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 22, 2013 15:15:50 GMT -8
I'm not using them, but I did try them and the _plurals didn't work. Only resulted in 's' displaying but no date data. Again, I don't really need them as I have looking good as-is, but thought I'd mention it. forum.f-106deltadart.comCould you post exactly what you tried, just so I can check if there is a bug. First I used separators {years_plural} / {months_plural} / {days_plural} and then with no separators {years_plural} {months_plural} {days_plural}
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 22, 2013 15:17:12 GMT -8
Could you post exactly what you tried, just so I can check if there is a bug. First I used separators {years_plural} / {months_plural} / {days_plural} and then with no separators {years_plural} {months_plural} {days_plural}
I just use this now {years} yrs / {months} mths / {days} days and it's fine.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Feb 22, 2013 15:20:14 GMT -8
First I used separators {years_plural} / {months_plural} / {days_plural} and then with no separators {years_plural} {months_plural} {days_plural}
I just use this now {years} yrs / {months} mths / {days} days and it's fine. It should be this... {years} yr{years_plural} / {months} mth{months_plural} / {days} day{days_plural} The plural replacement variables are just for the "s".
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 22, 2013 15:25:18 GMT -8
I just use this now {years} yrs / {months} mths / {days} days and it's fine. It should be this... {years} yr{years_plural} / {months} mth{months_plural} / {days} day{days_plural} The plural replacement variables are just for the "s". Well slap me and call me crazy... ok got it
|
|