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
  #2  
Old 08-24-2011, 06:17 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved
Attached Images
File Type: png list_01.png (55.4 KB, 0 views)
File Type: jpg list_02.jpg (38.0 KB, 0 views)
File Type: jpg list_03.jpg (23.6 KB, 0 views)
File Type: jpg list_04.jpg (29.2 KB, 0 views)
File Type: jpg list_05.jpg (47.2 KB, 0 views)
File Type: jpg list_06.jpg (28.6 KB, 0 views)
File Type: jpg list_07.jpg (50.5 KB, 0 views)
File Type: png list_08.png (19.5 KB, 0 views)
Reply With Quote
  #3  
Old 08-24-2011, 06:20 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved 2
Attached Images
File Type: png list_09.png (18.9 KB, 0 views)
File Type: jpg list_10.jpg (23.5 KB, 0 views)
File Type: png list_11.png (9.7 KB, 0 views)
Reply With Quote
  #4  
Old 08-24-2011, 09:26 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I might have to test this one out. It looks very interesting
Reply With Quote
  #5  
Old 08-24-2011, 09:59 AM
tarzan22 tarzan22 is offline
 
Join Date: Apr 2008
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It hurts, does not work in 4.1.5

http://img855.imageshack.us/img855/5...nshot006dj.png

thanks
Reply With Quote
  #6  
Old 08-24-2011, 10:30 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it is a problem with the template css, apparently in your site the template is not loaded,
you can try to add this css code on template additional.css

Code:
#charlistnav {
	border:solid {vb:stylevar lightweightbox_border.borderWidth}px {vb:stylevar lightweightbox_border.borderColor};
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:3px;
	margin-bottom:1em;
	width:auto;
}

#bitletter {
	border:solid {vb:stylevar lightweightbox_border.borderWidth}px {vb:stylevar lightweightbox_border.borderColor};
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:3px;
	margin-bottom:1em;
	width:auto;
}
#charlistnav dt {
	float:{vb:stylevar left};
	width:13%;
}

#charlistnav dd {
	float:{vb:stylevar left} ;
	width:3.2%;
}



#charlistnav dd a {
	font-size:{vb:stylevar small_fontSize};
	padding:2px 1px;
	border:solid {vb:stylevar lightweightbox_border.borderWidth}px {vb:stylevar lightweightbox_border.borderColor};
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:{vb:stylevar lightweightbox_background.backgroundColor};
	text-decoration:none;
	display:block;
	text-align:center;
	
}

#charlistnav dd span {
	font-size:{vb:stylevar small_fontSize};
	padding:2px 1px;
	border:solid {vb:stylevar lightweightbox_border.borderWidth}px {vb:stylevar lightweightbox_border.borderColor};
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:{vb:stylevar lightweightbox_background.backgroundColor};
	text-decoration:none;
	display:block;
	text-align:center;
	
}

#charlistnav dd a:hover {
	border-color:{vb:stylevar link_color};
	background:{vb:stylevar link_color};
	color:white;
}
Reply With Quote
  #7  
Old 08-24-2011, 10:48 AM
tarzan22 tarzan22 is offline
 
Join Date: Apr 2008
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

excellent work

It could do this with less height?


http://img824.imageshack.us/img824/8...nshot007li.png

Many thanks

pardon my English
Reply With Quote
  #8  
Old 08-24-2011, 11:04 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Then pass me the link to the discussion
which browser do you use?

On my test site it works fine

thanks
Reply With Quote
  #9  
Old 08-24-2011, 11:23 AM
tarzan22 tarzan22 is offline
 
Join Date: Apr 2008
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works well with all browsers.

I mean remove the blank header

thanks
Reply With Quote
  #10  
Old 08-24-2011, 11:54 AM
Asterix_ita's Avatar
Asterix_ita Asterix_ita is offline
 
Join Date: Aug 2009
Location: Italy
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I see nothing in the code that creates the space.
I use the same CSS that vbulletin use to create the alphabetical list member.

you can pass me the link in private to the alphabetical discussion

Regards
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 07:59 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.04759 seconds
  • Memory Usage 2,354KB
  • 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
  • (1)bbcode_code
  • (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
  • (10)post_thanks_box
  • (6)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (16)postbit_attachment
  • (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
  • 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