Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

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
  #132  
Old 08-12-2007, 12:53 AM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have to take this off as my members complain about being confused of new posts showing as old. i wait till this got fixed
Reply With Quote
  #133  
Old 08-12-2007, 08:17 AM
nnjj.net nnjj.net is offline
 
Join Date: Dec 2002
Posts: 342
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed
Reply With Quote
  #134  
Old 08-12-2007, 10:29 PM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It seems the $gthread_newpost variables does not work on the templates because it always refer to as 'old'

I also tried to change this in my alp_latest_bit template

<if condition="($vboptions['alp_npi']) AND ($getstats_thread[lastpost] > $vbulletin->userinfo['lastvisit'])">

but it still does not work. maybe someone can have a better idea.
Reply With Quote
  #135  
Old 08-13-2007, 03:21 PM
TrIn@dOr TrIn@dOr is offline
 
Join Date: Nov 2006
Location: South Bend, IN
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TrIn@dOr View Post
Can u tell us or me how did u fix that on your site?

Thanks.
Figured it out by myself.

If someone need to change the font color of the title of the table u will need to modifiy 2 templates of alp.

"alp_latest_post" and "alp_latest_post_yeni"

In both templates u have this:
HTML Code:
        <td class="tcat" colspan="3">
<form action="index.php?do=alppro" method="post" id="alp_form">
<span style="float: right;">&nbsp;
<input class="button" tabindex="1" value="$vbphrase[alp_renew]" id="vB_ReNew" type="button" onclick="alp_change2();" style="overflow: visible; border: 0px inset; background-color: transparent; background-color: transparent; font-family: tahoma, arial, verdana; font-size: 11px; font-weight: bold; text-decoration: none; cursor: pointer; " />
</span>
<input class="button" tabindex="1" value="[ $vbphrase[alp_latestposts] ]" id="vB_ReNew" type="button" onclick="alp_change();" style="overflow: visible; border: 0px inset; background-color: transparent; background-color: transparent; font-family: tahoma, arial, verdana; font-size: 11px; font-weight: bold; text-decoration: none; cursor: pointer; " />
<if condition="$vboptions[alp_spt]== 1">
<input class="button" tabindex="1" value="[ $vbphrase[alp_popular] ]" id="vB_ReNew" type="button" onclick="alp_change2();" style="overflow: visible; border: 0px inset; background-color: transparent; background-color: transparent; font-family: tahoma, arial, verdana; font-size: 11px; font-weight: bold; text-decoration: none; cursor: pointer; " />
And you need it like this:
HTML Code:
        <td class="tcat" colspan="3">
<form action="index.php?do=alppro" method="post" id="alp_form">
<span style="float: right;">&nbsp;
<input class="button" tabindex="1" value="$vbphrase[alp_renew]" id="vB_ReNew" type="button" onclick="alp_change2();" style="overflow: visible; border: 0px inset; background-color: transparent; background-color: transparent; font-family: tahoma, arial, verdana; font-size: 11px; font-weight: bold; text-decoration: none; cursor: pointer; color: white;" />
</span>
<input class="button" tabindex="1" value="[ $vbphrase[alp_latestposts] ]" id="vB_ReNew" type="button" onclick="alp_change();" style="overflow: visible; border: 0px inset; background-color: transparent; background-color: transparent; font-family: tahoma, arial, verdana; font-size: 11px; font-weight: bold; text-decoration: none; cursor: pointer; color: white;" />
<if condition="$vboptions[alp_spt]== 1">
<input class="button" tabindex="1" value="[ $vbphrase[alp_popular] ]" id="vB_ReNew" type="button" onclick="alp_change2();" style="overflow: visible; border: 0px inset; background-color: transparent; background-color: transparent; font-family: tahoma, arial, verdana; font-size: 11px; font-weight: bold; text-decoration: none; cursor: pointer; color: white;" />
In the 2 buttons u choose your text color and DONE
Reply With Quote
  #136  
Old 08-13-2007, 09:06 PM
Loxor Loxor is offline
 
Join Date: Sep 2006
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nicely done installed thank you

sweet managed to get the category text changed too many thanks
Reply With Quote
  #137  
Old 08-19-2007, 08:12 PM
Quantnet Quantnet is offline
 
Join Date: Nov 2006
Location: NYC
Posts: 649
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any update on the old post icon fix ?
Reply With Quote
  #138  
Old 08-20-2007, 01:37 AM
avaio avaio is offline
 
Join Date: Aug 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to enable for guests too see it too?
Reply With Quote
  #139  
Old 08-20-2007, 10:39 AM
avaio avaio is offline
 
Join Date: Aug 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nobody help me?
Reply With Quote
  #140  
Old 08-21-2007, 04:18 AM
nigelbb nigelbb is offline
 
Join Date: Jul 2007
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A very nice modification. Thank you.

Just a suggestion but larger fields for Forum Name & Thread Title would be nice. I am only displaying a minimal subset of the fields & have plenty of room for the full thread title & forum name.

Cheers

Nigel
Reply With Quote
  #141  
Old 08-21-2007, 05:36 AM
Techno05 Techno05 is offline
 
Join Date: Nov 2005
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a Black Title bar and my members can't see the text to click it. Where can I edit it.
Reply With Quote
Reply


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 04:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04721 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)bbcode_html
  • (1)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