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)

LordVader! 01-25-2010 04:01 PM

Anyway to have this MOD collapsed by default?

RedHacker 01-26-2010 06:50 AM

How to display unlimited posters?

saghir 03-14-2010 06:43 AM

Installed , 5 *****

thanx

ndut 03-16-2010 01:50 PM

Thank you

Professional2 03-17-2010 02:03 PM

works great,tnx.

Bob_R 04-25-2010 01:52 AM

1 Attachment(s)
Doesn't go in the right spot. Under total member last 24 hours and above forum stats.

See provided screen shot.

persianpros 06-10-2010 09:23 AM

Persian Language For Today's Top Poster

By Persian Prince

Good Luck

China-Rising 06-11-2010 06:22 PM

Just installed. Works perfect.

It's like a mod I had installed on phpBB which my members liked.

vidan 06-11-2010 06:27 PM

hello hasann is it possible to have this mod show on the sidebar block?
------------------------------------------------------------------

please look at http://www.fmdiscussion.com/
this mod used in this site, thanks

bsalu 06-12-2010 04:17 AM

Why people says its working great when it doesnt?

Its very nice mod, but Ignore userid and ignore usergroupid doesnt work.

forumsonsuz 10-21-2010 02:11 PM

4.0.8 is the problem
hasann evet düzeltebilirmisin

Dr.osamA 10-23-2010 01:30 AM

Waiting for update for 4.0.8 bro

-=Leb=- 10-24-2010 08:48 PM

hey hassan, i hope you release a new update soon. your hack has stoped working on the vb4.0.8

persianpros 10-27-2010 06:49 AM

Persian Translation :cool:

By Persian Prince

pujabrang 10-29-2010 08:47 PM

i cant select usergroups to view top posters list......top thread starters mod was ok but this aint working on my forum???? help

pujabrang 10-29-2010 08:49 PM

mine is vb 4.0.8 please update it

sadiq6210 10-29-2010 09:14 PM

It needs to be updated for 4.0.8

jluerken 11-05-2010 06:42 AM

Yes, broken in 4.0.8. I hope Hasann finds time for a fix

Hasann 11-05-2010 07:28 AM

I won't fix or update any of my modifications until vBulletin version 4.1 released..

steve1966 11-05-2010 08:13 PM

Quote:

Originally Posted by Hasann (Post 2118189)
I won't fix or update any of my modifications until vBulletin version 4.1 released..

thank you for informing of this

preemz10314 11-06-2010 02:12 AM

thanks...i like this alot...nice work. Installed on 4.0.7 works fine.

PiroX 11-12-2010 12:26 AM

Here is the fix for 4.0.8 - updated #1 (20.11.2010)

just replace the existing templates with those

todays_top_poster
Code:

<div id="wgo_top_posters" 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}
<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>
</h3>
<div id="top_posters_list">
<ol class="commalist">
<vb:if condition="$todays_top_posters">
{vb:raw todays_top_posters}
<vb:else />
{vb:rawphrase todays_top_poster_no_posters}
</vb:if>
</ol>
</div>
</div>

todays_top_poster_bit
Code:

<li>{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></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>)</li>


mmacrypt 11-12-2010 01:27 AM

Got this, seems to work in 0.8 but offset a bit. Just saw code above mine, I'll try that and post the results.
https://vborg.vbsupport.ru/external/2010/11/43.png

mmacrypt 11-12-2010 01:32 AM

Ok, the code fix seems to do the job. I'm running 4.0.8, PiroX's code changes and I think it looks fine. Thank you PiroX and Hasann

https://vborg.vbsupport.ru/external/2010/11/35.png
Check it out if needed.
http://mmacrypt.com/forum/forum.php

steve71 11-14-2010 02:11 PM

Quote:

Originally Posted by bsalu (Post 2052365)
Why people says its working great when it doesnt?

Its very nice mod, but Ignore userid and ignore usergroupid doesnt work.

Ditto.

newsoftw 11-15-2010 05:33 PM

Quote:

Originally Posted by mmacrypt (Post 2120776)
Ok, the code fix seems to do the job. I'm running 4.0.8, PiroX's code changes and I think it looks fine. Thank you PiroX and Hasann

https://vborg.vbsupport.ru/external/2010/11/35.png
Check it out if needed.
http://mmacrypt.com/forum/forum.php

hello mate and how u can to do it. plz can u explain it how to do and which file to need edit ?

thanks

PiroX 11-20-2010 09:57 AM

i updated my code few posts above to fix the " ,, " error

steve1966 11-21-2010 05:07 PM

Quote:

Originally Posted by PiroX (Post 2123822)
i updated my code few posts above to fix the " ,, " error

thank you

steve1966 11-25-2010 08:14 AM

even with the new fix the mod still has errors the hide button is diplayed in the wrong place

ndut 12-19-2010 04:18 AM

can't work on 4.1.0 PL2 ???

andrewpl 12-19-2010 06:29 PM

Install of vb 4.0.8 its going fine thx!

BaanFarsang 12-26-2010 04:03 AM

Does't work on 4.1.0 PL2.

demonfatal 12-26-2010 07:25 PM

1 Attachment(s)
A little update for vB4.1.X

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

lycheepassion 12-27-2010 01:24 PM

tyvm demonfatal that worked, but does anyone know how i can see posters over the past 2 wks " Thanks

demonfatal 12-27-2010 01:41 PM

1 Attachment(s)
Time set for 2 weeks (not tested) ;)

Quote:

Originally Posted by lycheepassion (Post 2139587)
tyvm demonfatal that worked, but does anyone know how i can see posters over the past 2 wks " Thanks


steve1966 12-28-2010 06:14 PM

Quote:

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

thank you

newsoftw 12-30-2010 08:41 AM

Quote:

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

not working for me..
i upload he image and then install the update file but still same not working properly.......

plz check : http://www.newsoftworld.com/forum/

demonfatal 12-30-2010 09:30 AM

Quote:

Originally Posted by newsoftw (Post 2141219)
not working for me..
i upload he image and then install the update file but still same not working properly.......

plz check : http://www.newsoftworld.com/forum/

I suggest you to uninstall it first and then install my update.

ndut 01-01-2011 08:10 AM

Quote:

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

thank you

-=Leb=- 01-05-2011 01:29 AM

hasann we neeeeeed youuuuuu to update your hack


All times are GMT. The time now is 12:58 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.01424 seconds
  • Memory Usage 1,791KB
  • 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
  • (2)bbcode_code_printable
  • (9)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