Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
DZMod Pro - Ajax Top X Details »»
DZMod Pro - Ajax Top X
Version: 1.00, by DZ Coder DZ Coder is offline
Developer Last Online: Mar 2016 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.7.x Rating:
Released: 10-11-2008 Last Update: Never Installs: 0
Uses Plugins Auto-Templates
 
No support by the author.

Djazair Mods Pro - Ajax Top X
By DZ Coder

This Product brought to you by
http://www.vbulletin-turkey.com
Description :


This hack adds the latest 'x' Posts & Latest Thread to your forumhome.

1. Added support for attachment paperclip if thread has attachments. Clickable and will a list of attachment from the thread & Options in the Admincp.
2. Added support for thread prefix & Options in the Admincp
3. Added support for thread tags & Options in the Admincp
4. Added support for thread icons
5. Added preview for last Message
6. Added support for replies window. Clickable and will open a list of users who replied to the thread.
7. Added Latest Thread Block
8. Added Top Posters
9. Added Newest Members
10. Added support for Posts ( in TOP Posters ) window. Clickable and will find all post the members.
11. Optimized AJAX
12. Optimized mysql query
13. Optimized templates

The original idea was nanoentities but he will not be releasing his hack for vB3.6. Basically this is the same idea, all new coding, all new templates.

This hack also shows the icons new last post on the thread was posted after your lastvisit or marking all forums as read and adding the icnos thread. can be set to exclude forums.

I am currently working on a seperate page where the user can set the number of stats he wishes to show.

Instructions

1) Import the product through your admincp by going "Manage Products" > "[Add/Import Product]". If you have already installed this plugin then select "Yes" for "Allow Overwrite".

2) For the product option in admincp going "Option vBulletin" > "[AJAX] DZMods Pro - Top X".

Show Your Support

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

Comments
  #2  
Old 10-12-2008, 08:55 AM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice idea - before I install, I presume it has the ability to have "Private" and "Admin" forum posts not visible to the general members ?
Reply With Quote
  #3  
Old 10-12-2008, 09:04 AM
DZ Coder DZ Coder is offline
 
Join Date: Oct 2008
Location: France
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry my friend, but I understand what you mean
Reply With Quote
  #4  
Old 10-12-2008, 09:08 AM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will Admin/Moderator posts in Private Forums, show up in latest posts ?
Reply With Quote
  #5  
Old 10-12-2008, 09:13 AM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jambo_1969 View Post
Nice idea - before I install, I presume it has the ability to have "Private" and "Admin" forum posts not visible to the general members ?
Quote:
Originally Posted by jambo_1969 View Post
Will Admin/Moderator posts in Private Forums, show up in latest posts ?
Why don't you use disable forum ID to do that?
Reply With Quote
  #6  
Old 10-12-2008, 09:30 AM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

preview, top poster, newest member, all are enabled. but now showing.
Reply With Quote
  #7  
Old 10-12-2008, 09:35 AM
jambo_1969 jambo_1969 is offline
 
Join Date: May 2007
Posts: 224
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Forum Lover View Post
Why don't you use disable forum ID to do that?
I saw that after I posted, just wanted to make sure
Reply With Quote
  #8  
Old 10-12-2008, 09:41 AM
eTiKeT?'s Avatar
eTiKeT? eTiKeT? is offline
 
Join Date: Aug 2008
Location: T?rkiye
Posts: 257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks DZ Coder Ellerin Dert G?rmesin
Reply With Quote
  #9  
Old 10-12-2008, 09:56 AM
DZ Coder DZ Coder is offline
 
Join Date: Oct 2008
Location: France
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Forum Lover View Post
preview, top poster, newest member, all are enabled. but now showing.
Its Shwing the latest Thread Block
Reply With Quote
  #10  
Old 10-12-2008, 10:24 AM
Atakan KOC's Avatar
Atakan KOC Atakan KOC is offline
 
Join Date: Feb 2006
Location: Istanbul
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

far out

My Mod ALP PRO

HTML Code:
<script type="text/javascript">
<!--

    function alp_change()
    {
        countDownTime = $vboptions[alp_time];
        countlocation=1;
        ajax_alp = new vB_AJAX_Handler(true);
        ajax_alp.onreadystatechange(alp_update);
        ajax_alp.send('ajax.php', 'do=alp');
    }
DZMOD

HTML Code:
<script type="text/javascript">
<!--

    function dzm_change()
    {
        countDownTime = $vboptions[dzm_time];
        countlocation=1;
        ajax_dzm = new vB_AJAX_Handler(true);
        ajax_dzm.onreadystatechange(dzm_update);
        ajax_dzm.send('ajax.php', 'do=dzm');
    }
My Mod ALP PRO
PHP Code:
if (($_POST['do'] == 'alp2') and $vbulletin->options['alp_enable'])
{
$alpuser split(','$vbulletin->options['alp_user']);
if (
is_member_of($vbulletin->userinfo$alpuser))
{
$alpmax intval($vbulletin->options['alp_max']);
if (
$alpmax <= 0) {
    
$alpmax '5';
}

$alpttl intval($vbulletin->options['alp_ttl']);
if (
$alpttl <= 0) {
    
$alpttl 20;

DZMOD

PHP Code:
if (($_POST['do'] == 'dzm2') and $vbulletin->options['dzm_enable']) 

$dzmuser split(','$vbulletin->options['dzm_user']); 
if (
is_member_of($vbulletin->userinfo$dzmuser)) 

$dzmmax intval($vbulletin->options['dzm_max']); 
if (
$dzmmax <= 0) { 
    
$dzmmax '5'


$dzmttl intval($vbulletin->options['dzm_ttl']); 
if (
$dzmttl <= 0) { 
    
$dzmttl 20

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 03:16 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.06619 seconds
  • Memory Usage 2,308KB
  • Queries Executed 23 (?)
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
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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