Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
[AJAX] Top X - ALP Pro Details »»
[AJAX] Top X - ALP Pro
Version: 1.60, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.6.8 Rating:
Released: 06-26-2007 Last Update: 07-06-2007 Installs: 301
Uses Plugins Template Edits
 
No support by the author.

[AJAX] Top X - ALP Pro


Features:
  • Uses AJAX technology
  • Ajax - Last Post preview
  • Latest Posts
  • Top Posters
  • Newest Members
  • Most Replied To Thread
  • Most Viewed Thread
  • Disallow Forum Settings
  • Turn On/Off Date & Time
  • Location Settigs
  • Displayed Characters Settings
  • easy Product installer/updater/uninstaller
  • On/Off Top Poster
  • On/Off Newest Members
  • On/Off Popular Thread
  • auto-refresh option
  • New post icon On/Off
install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-alatestposts.xml' from your computer then press 'Import'


Modifications Info

Plugin : 3
Phrases : 36
Template : 6
Setting : 9


Latest Posts Setting

Go to your admin cp, then:
vBulletin Options -> [AJAX] Latest Posts ->



Versions:
v1.0 - 27 June 2007
-First release

v1.1 - 28 June 2007
- Characters problem fixed
- Disallow Forum Added
- alp_forumhome template deleded
- a Waiting Animated Change

v1.2 - 29 June 2007
- Added Thread Title Displayed Characters
- Added Usernames Displayed Characters
- Added Forums Displayed Characters
- Added Date & Time line
- Added Top Posters
- Added Newest Members
- On/Off Date & Time
- Added Location Settigs
- Navbar Bellow / Forums Above / Forums Below / Whois Online Below
- Updating Mod Picture

v1.3 - 29 June 2007
- Added Popular Thread Menu
- Added Most Replied To Thread
- Added Most Viewed Thread

v1.4 - 02 July 2007
- Added Turn Top Poster On/Off
- Added Turn Newest Members On/Off
- Added Turn Popular Thread On/Off

v1.5 - 04 July 2007
- Added auto-refresh option
- Buttons Change
- Small Change Template
- Forum Title Problem Fixed
- Added vBulletin 3.5.x version

v1.6 - 07 July 2007
- New post icon On/Off
- Ajax - Last Post preview "Click ",

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #162  
Old 11-15-2007, 03:43 AM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Michelle View Post
Btw I noticed another bug with this: If in a forum a user can only view own threads and not others' threads, the permission doesn't get applied to the new posts: He can view others' threads from that forum as well.
Here's how to fix this

In plugins Alp Ajax Start and Alp Load find:
PHP Code:
$excludedforums ''
add below:
PHP Code:
$ownthreadsforums ''
Find:
PHP Code:
    if (!($forumpermissions[$forum["forumid"]] & $vbulletin->bf_ugp_forumpermissions['canview']) AND !$vbulletin->options['showprivateforums'])  {
        
$excludedforums $excludedforums ',' $forum['forumid'];
    } 
Add below:
PHP Code:
    else if(!($forumpermissions[$forum["forumid"]] & $vbulletin->bf_ugp_forumpermissions['canviewothers']) AND !$vbulletin->options['showprivateforums'])
    {
        
//can can't view others' threads here
        
$ownthreadsforums .= ',' $forum['forumid'];
    } 
Find:
PHP Code:
// get rid of initial comma
$excludedforums substr($excludedforums1); 
Add below:
PHP Code:
$ownthreadsforums substr($ownthreadsforums1); 
Find:
PHP Code:
if ($excludedforums != "") {
    
$excludedforums "AND thread.forumid NOT IN ($excludedforums)";

Add below:
PHP Code:
if($ownthreadsforums != '')
{
    
$ownthreadsforums "AND (thread.forumid NOT IN ($ownthreadsforums) OR thread.postuserid = " $vbulletin->userinfo['userid'] . ')';

Find (this is in the query):
PHP Code:
            NOT ISNULL(thread.threadid)
            
$excludedforums 
add below:
PHP Code:
$ownthreadsforums 
Reply With Quote
  #163  
Old 11-16-2007, 01:56 AM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Michelle,
It's about time somebody fixes this !!!!!!

Thanks a bunch

Did you find a fix for the problem of garbage screen if we leave it for a long time ? I got a screenshot a few page back

UPDATEd: After doing the changes, the plugin just squeeze my forum width. And it does not appear so i have to disable it
Reply With Quote
  #164  
Old 11-16-2007, 03:31 AM
Lea Verou Lea Verou is offline
 
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Quantnet.org View Post
Michelle,
It's about time somebody fixes this !!!!!!

Thanks a bunch

Did you find a fix for the problem of garbage screen if we leave it for a long time ? I got a screenshot a few page back

UPDATEd: After doing the changes, the plugin just squeeze my forum width. And it does not appear so i have to disable it
After doing the first or the second changes?
Reply With Quote
  #165  
Old 11-16-2007, 03:15 PM
Zixxy Zixxy is offline
 
Join Date: Jun 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Links not working for me? :O
Reply With Quote
  #166  
Old 12-05-2007, 01:50 PM
007's Avatar
007 007 is offline
 
Join Date: Jan 2003
Location: United States
Posts: 872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Couldn't this be made to only show latest posts from forums that the current user has access to view? That would be better than manually disallowing several forums by looking up their id's.
Reply With Quote
  #167  
Old 12-09-2007, 12:29 PM
mpoorrajab's Avatar
mpoorrajab mpoorrajab is offline
 
Join Date: Mar 2007
Location: Internet
Posts: 95
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

perfect ...

marked as installed ...
Reply With Quote
  #168  
Old 01-27-2008, 06:41 PM
RvG2 RvG2 is offline
 
Join Date: Jan 2007
Posts: 457
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi! been using this for long time but now I wanted to show also the "prefix" in the thread display. Help?
Reply With Quote
  #169  
Old 01-31-2008, 04:29 PM
paulomt1 paulomt1 is offline
 
Join Date: Nov 2001
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

new/old post icon doesn't work. Any fix for this?
Reply With Quote
  #170  
Old 03-05-2008, 04:12 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

*never mind i got my answer*
Reply With Quote
  #171  
Old 03-06-2008, 03:54 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what would be good is if you could press a "more" link and choose an amount of stats)

Example 30-40-50 and u could view the latest 50 post..popular etc etc by
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:33 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.04767 seconds
  • Memory Usage 2,325KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (10)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete