vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Alphabetical List Thread (https://vborg.vbsupport.ru/showthread.php?t=269048)

Asterix_ita 08-23-2011 10:00 PM

Alphabetical List Thread
 
1 Attachment(s)
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.

Asterix_ita 08-24-2011 06:17 AM

1 Attachment(s)
reserved

Asterix_ita 08-24-2011 06:20 AM

1 Attachment(s)
reserved 2

Hornstar 08-24-2011 09:26 AM

I might have to test this one out. It looks very interesting :)

tarzan22 08-24-2011 09:59 AM

It hurts, does not work in 4.1.5

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

thanks

Asterix_ita 08-24-2011 10:30 AM

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;
}


tarzan22 08-24-2011 10:48 AM

excellent work

It could do this with less height?


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

Many thanks

pardon my English

Asterix_ita 08-24-2011 11:04 AM

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

On my test site it works fine

thanks

tarzan22 08-24-2011 11:23 AM

Works well with all browsers.

I mean remove the blank header

thanks

Asterix_ita 08-24-2011 11:54 AM

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

Asterix_ita 08-24-2011 03:50 PM

Tarzan you have this vbulletin options active -> Store CSS Stylesheets as Files

Regards

tarzan22 08-24-2011 05:10 PM

Thank you very much, perfect

http://www.foroxd.com/dvdrip-bdrip-c...2-indices.html

FReeSTER 08-25-2011 02:20 AM

this will be a great option if it could be add it to the MyPages mod...
Very interesting :up:

Asterix_ita 09-16-2011 04:48 AM

Fix bug for vbseo user

misericorde 09-16-2011 06:38 AM

I'm sorry :

It s not good for 4.1.5 and no working for it.

snowlion 09-16-2011 06:46 AM

Code:

Warning: include_once(includes/functions_vbseo.php) [function.include-once]: failed to open stream: No such file or directory in [path]/includes/class_postbit.php(340) : eval()'d code on line 322
 
Warning: include_once() [function.include]: Failed opening 'includes/functions_vbseo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/class_postbit.php(340) : eval()'d code on line 322

I don't use vbseo. :D
*Edit: Fixed by comment "include_once 'includes/functions_vbseo.php';"
One more issue: the page refresh when click "Top" link.
Stickied threads don't list on Alphabetical list

Asterix_ita 09-16-2011 02:10 PM

during my tests was never presented, I have now added a condition.

the stickies threads are deliberately excluded from list.

Quote:

One more issue: the page refresh when click "Top" link.
I will run verification with rewrite url active

Thanks

regards


Edit: There was a bug in creating links, it should be resolved.

snowlion 09-16-2011 05:30 PM

Thanks for the update:D
Anchor link ok now but...
When I click a letter in alphabetical bar, it redirect me straight to index page not jump to the list, like this http://www.domain.com/forum/#D

Asterix_ita 09-16-2011 05:43 PM

I use vbseo and I don't have problem demo

Thanks

snowlion 09-16-2011 05:57 PM

Here the link of my forum. I'm using Mod Rewrite Friendly URLs.
Code:

http://www.bentinhyeu.info/forum/threads/14130

CILGINKRAL_ 09-16-2011 06:23 PM

Quote:

Originally Posted by snowlion (Post 2246643)
Code:

Warning: include_once(includes/functions_vbseo.php) [function.include-once]: failed to open stream: No such file or directory in [path]/includes/class_postbit.php(340) : eval()'d code on line 322
 
Warning: include_once() [function.include]: Failed opening 'includes/functions_vbseo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/class_postbit.php(340) : eval()'d code on line 322

I don't use vbseo. :D
*Edit: Fixed by comment "include_once 'includes/functions_vbseo.php';"
One more issue: the page refresh when click "Top" link.
Stickied threads don't list on Alphabetical list

I get the same error. :(

Asterix_ita 09-16-2011 07:01 PM

I restored the 4.0.2 version. I am having problems using the anchors. The variable relpath has some problems.

thanks

POL_ED 09-16-2011 09:18 PM

vb 4.1.6 - working :up:
Thanks

CILGINKRAL_ 09-17-2011 11:11 AM

vBSEO does not work :(

Asterix_ita 09-17-2011 01:21 PM

in 4.0.2 version vbseo don't work fine.

On my site i have the vbseo demo, for now I don't find problems

CILGINKRAL_ 09-17-2011 05:35 PM

Quote:

Originally Posted by Asterix_ita (Post 2247151)
in 4.0.2 version vbseo don't work fine.

On my site i have the vbseo demo, for now I don't find problems

vBulletin 4.1.5 version, custom rew dont

Asterix_ita 09-23-2011 01:05 PM

On 4.0.6

added compatibility vbseo (the addon is online to my site and it works fine)
fix refresh page on click anchor link
added option sticky on list

I also run tests on a vbulletin 4.1.6 without vbseo on locally and I don't have refresh on click anchor

I thank everyone for alerts

regards

Asterix_ita

snowlion 09-23-2011 04:55 PM

*Updated
Work great now, thanks for the update :d

Gn_Snake 09-23-2011 08:13 PM

Another great work, thanks!!

dvL-den 09-24-2011 09:40 PM

So what do we do when we get this error message?

Warning: include_once(includes/functions_vbseo.php) [function.include-once]: failed to open stream: No such file or directory in [path]/includes/class_postbit.php(340) : eval()'d code on line 429

Warning: include_once() [function.include]: Failed opening 'includes/functions_vbseo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in [path]/includes/class_postbit.php(340) : eval()'d code on line 429

I really didn't understand how to fix this issue...

Asterix_ita 09-25-2011 05:13 AM

do you have vbseo installed?
I check if vbseo is active with:

Code:

if(defined('VBSEO_ENABLED') && VBSEO_ENABLED)
{

the answer on your forum is active, if not it is very strange because it sees the variable active vbseo

did you have vbseo installed and then removed?

dvL-den 09-25-2011 05:44 PM

Never uninstalled vbseo and I am using it as always...I am using another hack similar to this and no problems, thank you for trying to help anyways...maybe when bugs are sorted this hack will work better...

Asterix_ita 09-26-2011 05:25 AM

I do not understand why he does not find the file "includes/functions_vbseo.php", seen that you using vbseo

you can try to set the full path of file on

admincp -> plugin & product -> plugin manager -> select "Create Alphabetical list vbseo"

include_once ('your_path_vbseo/includes/functions_vbseo.php');

you change your_path_vbseo

regards

solohdes 09-26-2011 09:59 AM

Your hack is awesome, I love it, you save me a ton of work in my forum.

A sugestion, can be possible to do with users too? Will be great.

alhidaya 04-01-2012 05:27 PM

Hello,

Can you do for version 4.1.1.1, please ?

Asterix_ita 04-04-2012 04:45 AM

I change dependency maxversion from 4.1.9 to 4.2.99

download the file again

alhidaya 04-04-2012 11:25 PM

Hello

I installed the product but I see nothing;

Active Plugin
Do you want to activate the plugin? Yes

Enabled Forums - Select the forum to be enabled Alphabetical List Navigation. : I have the forum selection. : ok

But I don't see Alphabetical in my forum

Asterix_ita 04-05-2012 10:19 AM

do you have create a new thread on the forum enabled?
do you have insert only the secret key to the post? ( for your security don't use passwords already used in other applications)

regards

Sworm 05-26-2012 06:10 AM

will work on 4.2.0?

Regards

dny18 09-09-2012 04:35 PM

Sorry, where do i insert the secret key?

I don't see Alphabetical List in my forum


All times are GMT. The time now is 06:02 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.03881 seconds
  • Memory Usage 1,819KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete