vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Today's Top Poster(s) 4.2.2 (https://vborg.vbsupport.ru/showthread.php?t=229116)

AlokSharma 02-05-2011 03:09 AM

Working fine but its showing this message "Last 2 Weeks's Top Posters" twice. Like this:

"Last 2 Weeks's Top Posters Last 2 Weeks's Top Posters"

tidus78 02-05-2011 04:25 PM

Thank you for update 4.1 :D

Tuxie 02-11-2011 10:51 AM

hi

use 4.0.RC2 version on vb 4.1.1

all works fine but when i want excluding admin group, I put the usergroupid in the option form in admincp but the admin are always on the forum in te Top Poster section

an idea ??

thanks

Rofo 03-04-2011 04:26 PM

Thanks, marked as installed.

4.1.1

movslow 03-11-2011 03:10 AM

Quote:

Originally Posted by Rofo (Post 2169547)
Thanks, marked as installed.

4.1.1

Seems the left align is off now in ver. in 4.2.1

dlewisr 07-03-2011 06:23 PM

Nice mod thank you. Rated and marked installed.

sa3sa3 07-08-2011 12:03 PM

Quote:

Originally Posted by demonfatal (Post 2139318)
A little update for vB4.1.X

1. Uninstall the previous version.
2. Install this one.
3. :)

thnx

works fine now

Sage Knight 09-23-2011 02:24 PM

Working on 4.1.5 but aligning to the far left :(

Or atleast on the themes I use, on some themes it works fine but on the majority it doesn't show properly.

Right now it's showing like this:

https://vborg.vbsupport.ru/external/2014/03/60.png

Any help assistance would be highly appreciated.

BozzaJos 09-30-2011 02:35 AM

Quote:

Originally Posted by Sage Knight (Post 2249275)
Working on 4.1.5 but aligning to the far left :(

Or atleast on the themes I use, on some themes it works fine but on the majority it doesn't show properly.

Right now it's showing like this:

https://vborg.vbsupport.ru/external/2014/03/60.png

Any help assistance would be highly appreciated.

I have the same problem, but on 4.1.6 :(

TasteMyShotz 10-02-2011 06:47 AM

Hey, how can i change language in footer?

Today's Top Posters ?

MyPeSePe 10-05-2011 12:11 AM

installed thanks

chrisngrod 10-05-2011 04:14 AM

Quote:

Originally Posted by BozzaJos (Post 2251474)
I have the same problem, but on 4.1.6 :(

Just change some of the code up. This is what I'm using...

It's found in todays_top_poster

Quote:

<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_posters_title}"/>{vb:raw top_posters_title}</h3>
<div id="top_posters_list">
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</tr>
</table>
</div>
</div>
This changes where it gets placed:

Code:

{vb:raw template_hook.forumhome_wgo_pos2}
Demo:

Scroll to bottom (www.cricketusers.com/forum.php).

chrisngrod 10-05-2011 04:15 AM

Quote:

Originally Posted by BozzaJos (Post 2251474)
I have the same problem, but on 4.1.6 :(

Just change some of the code up. This is what I'm using...

It's found in todays_top_poster

Code:

<div id="wgo_stats" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_posters_title}"/>{vb:raw top_posters_title}</h3>
<div id="top_posters_list">
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</tr>
</table>
</div>
</div>

This changes where it gets placed:

Code:

{vb:raw template_hook.forumhome_wgo_pos2}
I also placed a space between the avatar and the username so it wouldn't be so close... (&nbsp)

Placed in todays_top_poster_bit...

Code:

<vb:if condition="$show['comma_leader']">, </vb:if>{vb:stylevar dirmark}
<vb:if condition="$show['photo']"><a href="{vb:link member, {vb:raw top_poster}}" class="avatarlink"><img class="inlineimg" src="{vb:raw top_poster.avatarurl}" width="20" height="20" class="userlist_avatar_{vb:raw top_poster.userid}" alt="{vb:rawphrase xs_avatar, {vb:raw top_poster.username}}" border="0" /></a>&nbsp;</vb:if> <a class="username" rel="nofollow" href="{vb:link member, {vb:raw top_poster}}">{vb:raw top_poster.musername}</a> (<a rel="nofollow" href="{vb:raw vboptions.bburl}/search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw top_poster.userid}&amp;contenttype=vBForum_Post&amp;showposts=1" title="{vb:raw top_poster.postdate}">{vb:raw top_poster.postcount}</a>)

Demo:

Scroll to bottom (www.cricketusers.com/forum.php).


Currently using 4.1.5 with CompleteVB theme.

SpaceStar 10-15-2011 09:39 PM

Removed. Database error.

chrisngrod 10-15-2011 09:52 PM

I'm on 4.1.7 now and it still works here.

dvL-den 10-15-2011 11:27 PM

4.1.7 problems... not in the line with other things.
And have an option for hide/show :-/

chrisngrod 10-15-2011 11:45 PM

Maybe it's just having problems in some locations.

Made minor mods which I documented ABOVE --> http://www.cricketusers.com/forum.php

steve1966 10-24-2011 08:40 AM

Hi after the forum update i encountered two comas showing i have fixed this issue by editing todays_top_poster_bit template
and removing the , from this code

<vb:if condition="$show['comma_leader']">, </vb:if>

<vb:if condition="$show['comma_leader']"> </vb:if>

Bob_R 10-28-2011 01:55 PM

Working fine but its showing this message "Today's Top Posters" twice. Like this:

"Today's Top Posters Today's Top Posters"

Also would like it under "Users active in the past 24 hours".

For the record I'm using the code from post #73

Bob_R 10-28-2011 02:43 PM

Forget it guys. I figured it out and fixed it all by myself.

Thanks anyway!

temsamane 11-03-2011 06:51 PM

it is possible to edit this mod to top users of the week?

Bob_R 11-07-2011 02:39 PM

I'd like it to render

Today's Top 7 Posters

instead of

Today's Top Posters

What code do I change?

Thank you!

MalluParadise 11-13-2011 02:29 AM

how did u fix the alignment problem ? i am confuse

ahesard 11-14-2011 01:02 AM

thank Hasann
$exclude_usergroups not work !in vb 4.1.5 !

Megaboost 11-14-2011 08:12 PM

Works fine on vb4.1.7

temsamane 11-14-2011 09:16 PM

works on 4.1.7 patch 2

MaXimus 11-16-2011 11:36 AM

Will this mod work on 4.1.8?

Bob_R 11-17-2011 12:14 AM

Quote:

Originally Posted by Bob_R (Post 2265367)
I'd like it to render

Today's Top 7 Posters

instead of

Today's Top Posters

What code do I change?

Thank you!

Anyone? Please.

Thanks!

DS MrSinister 11-17-2011 12:31 AM

Quote:

Originally Posted by Bob_R (Post 2268731)
Anyone? Please.

Thanks!

Try editing this Phrase: todays_top_posters

Bob_R 11-17-2011 12:47 AM

Quote:

Originally Posted by DS MrSinister (Post 2268733)
Try editing this Phrase: todays_top_posters

Don't see it in Phrase Manager?

DS MrSinister 11-17-2011 12:54 AM

Quote:

Originally Posted by Bob_R (Post 2268738)
Don't see it in Phrase Manager?

Search in Phrases

Make sure you select Phrase Text and Phrase Variable Name.

Bob_R 11-17-2011 01:04 AM

Quote:

Originally Posted by DS MrSinister (Post 2268739)
Search in Phrases

Make sure you select Phrase Text and Phrase Variable Name.

Thank you!

DS MrSinister 11-17-2011 01:05 AM

Your very welcome.!!

Erica1977 11-19-2011 11:04 PM

Hi can you please update this mod in 4.1.8 it is missing the comma Thank You.

MaXimus 11-21-2011 09:28 AM

Quote:

Originally Posted by Erica1977 (Post 2269735)
Hi can you please update this mod in 4.1.8 it is missing the comma Thank You.

Can the developer please fix this?

DS MrSinister 11-21-2011 03:00 PM

Quote:

Originally Posted by Matrix Leader (Post 2270285)
Can the developer please fix this?


Not sure if this will help you at all. https://www.vbulletin.com/forum/entr...Bulletin-4-1-8

SNATCH3R 11-21-2011 04:27 PM

I am not getting it aligned properly.....anybody else got the problem ?

MagicThemeParks 11-27-2011 07:08 PM

Quote:

Originally Posted by demonfatal (Post 2139318)
A little update for vB4.1.X

1. Uninstall the previous version.
2. Install this one.
3. :)

Used this one and works well :)

DS MrSinister 11-28-2011 03:47 AM

Quote:

Originally Posted by SNATCH3R (Post 2270394)
I am not getting it aligned properly.....anybody else got the problem ?

Try this code and see if its what you are looking for..

Replace the todays_top_poster template with the code below.


Code:

<div id="wgo_top_posters" class="wgo_subblock collapse">
<h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/forum_stats.png" alt="{vb:raw top_posters_title}"/> {vb:raw top_posters_title} </h3>
<a class="collapse" id="collapse_top_posters_list" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse.png" alt="" title="{vb:raw top_posters_title}" /></a>
<div id="top_posters_list">
<table class="block" cellpadding="6" cellspacing="6" border="0" width="100%" align="center">
<tr>
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</tr>
</table>
</div>
</div>


SNATCH3R 12-01-2011 06:33 PM

Thanks...it worked with a bit of HTML tweeking....


All times are GMT. The time now is 12:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01566 seconds
  • Memory Usage 1,823KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete