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

Reply
 
Thread Tools
Alphabetical List Thread Details »»
Alphabetical List Thread
Version: 4.0.9, by Asterix_ita Asterix_ita is offline
Developer Last Online: Jul 2019 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.2.0 Rating:
Released: 08-23-2011 Last Update: 08-31-2013 Installs: 46
Uses Plugins
Translations  
No support by the author.

Alphabetical List Post is a simple addon for vBulletin 4
you can create a totally automated an alphabetical list of threads present in a forum. The list is placed inside of a post without any change of template.

The creation of the discussion list is very quick and simple:
  • create a new thread on the forum enabled
  • to the post insert only the secret key ( for your security don't use passwords already used in other applications)
  • save

Installation:

1. Import product-ct_thread_list.xml
2. Configure the hack in vBulletin Options -> CT-> Simple Alphabetical List

Changelog:

4.0.0 started version
4.0.1 fix adding CSS if Store CSS Stylesheets as Files is active (thank Lynne for help)
4.0.2 no vbseo user (refresh page)
4.0.3 / 4.0.4 /4.0.5 tests for vbseo
4.0.6 added compatibility vbseo - fix refresh page on click anchor link - added option sticky on list
04/04/12 change dependency maxversion from 4.1.9 to 4.2.99
4.0.9 fix for vbseo 3.6
4.0.9s for only spanish language add letter ?

Translations:

Italian language: Collectiontricks

Support:
Low priority will be given to posters who do not have this marked as installed

Brand:
The addon insert the brand, if you want to use addons do not remove

Donation:
Any donation is always welcome

Attention with TapaTalk the list is not created, the secretkey is displayed in the post

At this address (link) there is a detailed description of the addon, unfortunately it is only Italian.

Download Now

File Type: xml product-ct_thread_list_4_0_2.xml (24.2 KB, 83 views)
File Type: zip product-ct_thread_list_4_0_6.zip (5.4 KB, 114 views)
File Type: xml product-ct_thread_list_4_0_8.xml (35.2 KB, 39 views)
File Type: xml product-ct_thread_list_4_0_9.xml (35.3 KB, 116 views)
File Type: xml product-ct_thread_list_4_0_9s.xml (36.6 KB, 107 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
crazyboy1661, Gn_Snake, Gorgasm, misericorde, rechoncho, TheLastSuperman

Comments
  #72  
Old 02-15-2018, 03:43 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Stratis View Post
Can someone help please?
How insert (target="_blank) in this code:
Code:
<vb:if condition="$ctlist['active_other']">{vb:raw template_ct_thread_list_all_bit}</vb:if>
Thanks in advance
You would need to find where that variable is constructed in the plugin PHP code and edit the links there.
Reply With Quote
  #73  
Old 02-15-2018, 04:21 PM
Stratis's Avatar
Stratis Stratis is offline
 
Join Date: Jan 2010
Posts: 738
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe this is the one

Code:
$ctlist['link'] = '<a href="showthread.php?'. $riga['threadid'] .'-'.$riga['title'].'">'.$riga['title'].'</a>';
Actually I want the threads that shows in the list to open on new window, now it opens in same.

How are you Mark? and thanks for answering
Reply With Quote
  #74  
Old 02-15-2018, 06:15 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm good Stratis...and you?

That code looks like a good candidate...try changing it to:

Code:
$ctlist['link'] = '<a href="showthread.php?'. $riga['threadid'] .'-'.$riga['title'].'" target="_blank">'.$riga['title'].'</a>';
Or perhaps even better:

Code:
$ctlist['link'] = '<a href="' . fetch_seo_url('thread', $riga) . '" target="_blank">'.$riga['title'].'</a>';
Reply With Quote
  #75  
Old 02-15-2018, 06:35 PM
Stratis's Avatar
Stratis Stratis is offline
 
Join Date: Jan 2010
Posts: 738
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am fine to, weather here is a bit cold though.


Thank you for another time for your help, I will test and see what happens.


EDIT:
It works fine Mark
Reply With Quote
  #76  
Old 02-16-2018, 03:03 PM
Emad ELsayed's Avatar
Emad ELsayed Emad ELsayed is offline
 
Join Date: Feb 2013
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry
Not working on 4.2.5
Reply With Quote
  #77  
Old 02-16-2018, 03:11 PM
Stratis's Avatar
Stratis Stratis is offline
 
Join Date: Jan 2010
Posts: 738
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Emad ELsayed View Post
Sorry
Not working on 4.2.5
It works fine for me in vb4.2.5 and with 7.0.26 PHP
I do not remember in 7.1 php and can not test it again.
Reply With Quote
  #78  
Old 08-21-2018, 09:05 AM
hhwforum hhwforum is offline
 
Join Date: Nov 2017
Location: Budapest
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi! This mod available for vb3.8x?
Reply With Quote
  #79  
Old 08-30-2021, 05:02 AM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No work in 4.2.5
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 01:51 PM.


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.10043 seconds
  • Memory Usage 2,329KB
  • Queries Executed 24 (?)
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
  • (4)bbcode_code
  • (2)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
  • (2)pagenav_pagelink
  • (9)post_thanks_box
  • (6)post_thanks_box_bit
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (5)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete