vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Alphabetical Forum Filtering (ABC Threads Menu) (https://vborg.vbsupport.ru/showthread.php?t=227174)

inciarco 11-02-2009 02:54 AM

Nominated For MOTM. :up:

Works Fine on vB373 PL1. :up:

I Hope You Can Find a Way to Work the Extra Pagination. ;)

Is Important that you Include Usergroup Restrictions, like an Option to Select the Usergroups that Can Use this Mod. ;)

On Plugin "Alphabetical Forum Filtering - Show ABC Menu" you can add

at the Beginning

Quote:

if (is_member_of($vbulletin->userinfo, explode(',','5,6,7,2')))
{
and at the End

Quote:

}
to Display it Only to Usergroups '5,6,7,2'; if required you can Add Usergroups by Adding them Sepparated by Commas.

You can Add an Option for the Mod where Admins can Specify the Usergroups listed as

5,6,7,2

My Best Regards.

:)

Cerbero1000 11-02-2009 06:00 AM

No way to have popup menu working. I have updated to last version. I'm on 3.7.5

Floris 11-02-2009 09:43 AM

Nice mod, and lol @ donate button INSIDE the admincp options ..

Probably going to use it on http://wetalk.tv in the 'tv shows' forum.

Feature request: this, but for forums. I have a site with 500 sub forums, having the user use that as a directory would be cool.

RenatoMN 11-02-2009 04:43 PM

Quote:

Originally Posted by inciarco (Post 1909223)
Nominated For MOTM. :up:

Works Fine on vB373 PL1. :up:

I Hope You Can Find a Way to Work the Extra Pagination. ;)

Thanks :)

I found a forum with a custom "ABC Menu" who did it, I think it's not too hard. Will look further still today.

Quote:

Is Important that you Include Usergroup Restrictions, like an Option to Select the Usergroups that Can Use this Mod. ;)

(...)

You can Add an Option for the Mod where Admins can Specify the Usergroups listed as

5,6,7,2

My Best Regards.

:)
Thanks for the suggestion. Works exactly same way the forums configuration. I just didn't realize somebody would want usergroup permissions. Will be implementing this for sure.

Quote:

Originally Posted by Cerbero1000 (Post 1909263)
No way to have popup menu working. I have updated to last version. I'm on 3.7.5

The mod has been developed for 3.8.4 (should work from at least 3.8 RC 3).

3.7 require a new mod, with the JS popup menu ported (3.8 have it built in).

I will be looking @ it next days/weeks. Would be faster if you donate to incentivate :D

Quote:

Originally Posted by Floris (Post 1909331)
Nice mod, and lol @ donate button INSIDE the admincp options ..

Probably going to use it on http://wetalk.tv in the 'tv shows' forum.

Something wrong with the donation button? :erm:

Searched vb.org rules and found nothing related to donations for coders. Considering vB.org have a specific forum for paid requests, it sounds nice to incentivate coders develop free mods and paid mods for a lower price (this mod is from a paid request, and while other coders would ask hundreds dollars, I asked a very low incentive and firmed that it would be publicy available after finished). ;)

I'm still implementing all features the user request: he wants A-Z filtering in forumhome (index.php) also, below each forum title. However, this seems hards to code, because there are 4 forumbits to attach the ABC Menu template and there is nothink to "hook in" that is widely used from different styles. Any user using a style != from vB default will have to use the manual placement in forumhome (and, like I said, there are 4 forumbits...). Like you can see, I hate manual edits. It make upgrading vB a bad experience. :(

Quote:

Feature request: this, but for forums. I have a site with 500 sub forums, having the user use that as a directory would be cool.
My forum have ~350 forums (50 of usergroups and staff level sections). I found a way to reduce the 300 content forums to only 8 (I'm implementing this - it's some kind of "filtering" too) :)

Send me a PM if you're interested in know more.

RenatoMN 11-02-2009 06:39 PM

@Cerbero1000:

Users reported it to works with 3.7.3 PL1, so it should work with 3.7.5 as well (I mean, it have the JS necessary built in), so there's no need for a new mod released to 3.7.x.

Please post your forums URL here (or send me a PM), then I will be able to debug it (at least 1 forum must be open to guests).

Quote:

Originally Posted by inciarco
Quote:

Originally Posted by RenatoMN
Quote:

Originally Posted by inciarco
Works Fine on vB373 PL1. :up:

Does the ordering popup works?

Asking because a user using 3.7.5 reported it as broken, so I though 3.7 does not have the JS for popup menus.

(more comments about your post in https://vborg.vbsupport.ru/showthread.php?t=227174)

Regards,
Renato

Hi.

Yes, it Works Fine on vB373 PL1; it's activated when the User Clicks on the Letter and after the Forum is Filtered on the Clicked Letter Appears the Dropdown Option with the Backgroud Color specified on the ACP Mod's Option, and when Clicking on it, Displays the Ordering Options, by Title and by other Criterias. :up:

Is a very nice Mod, RenatoMN, Thank You Very Much for Sharing it. ;)

My Best Regards.

:)


Cerbero1000 11-02-2009 09:20 PM

Pm sent.
Thanks! :)

chesterano 11-02-2009 10:09 PM

Nice work, thank you!
one q :) is possible to add filter threads by last word for eg.
Alphabetical Forum Filtering

RenatoMN 11-03-2009 01:36 AM

Quote:

Originally Posted by chesterano (Post 1909581)
Nice work, thank you!
one q :) is possible to add filter threads by last word for eg.
Alphabetical Forum Filtering

Wow, what kind of forums you run? :P

I will study mysql/regex to find a way of doing it (I know the regex to do it matching "[space]F" but it would not match a thread with a single word).

chesterano 11-03-2009 07:07 AM

:p i have place wher users add threads for eg.

Mike - my collections pictures from Sweden
Kate - pictures from London

ect.
Thank you very much
:)

Floris 11-03-2009 03:32 PM

Quote:

Originally Posted by RenatoMN (Post 1909467)
Thanks :)

I found a forum with a custom "ABC Menu" who did it, I think it's not too hard. Will look further still today.



Thanks for the suggestion. Works exactly same way the forums configuration. I just didn't realize somebody would want usergroup permissions. Will be implementing this for sure.



The mod has been developed for 3.8.4 (should work from at least 3.8 RC 3).

3.7 require a new mod, with the JS popup menu ported (3.8 have it built in).

I will be looking @ it next days/weeks. Would be faster if you donate to incentivate :D



Something wrong with the donation button? :erm:

Searched vb.org rules and found nothing related to donations for coders. Considering vB.org have a specific forum for paid requests, it sounds nice to incentivate coders develop free mods and paid mods for a lower price (this mod is from a paid request, and while other coders would ask hundreds dollars, I asked a very low incentive and firmed that it would be publicy available after finished). ;)

I'm still implementing all features the user request: he wants A-Z filtering in forumhome (index.php) also, below each forum title. However, this seems hards to code, because there are 4 forumbits to attach the ABC Menu template and there is nothink to "hook in" that is widely used from different styles. Any user using a style != from vB default will have to use the manual placement in forumhome (and, like I said, there are 4 forumbits...). Like you can see, I hate manual edits. It make upgrading vB a bad experience. :(



My forum have ~350 forums (50 of usergroups and staff level sections). I found a way to reduce the 300 content forums to only 8 (I'm implementing this - it's some kind of "filtering" too) :)

Send me a PM if you're interested in know more.

I don't mind that coders set paypal up in their profile, so those who decide to support it, have it in their release thread on the right column.

It's not needed to pollute my admincp with donate buttons.

If there's a readme.html or install.html, I think it's a suitable place to have someone consider contributing to it while they're reviewing it.

What's next, a popup that prevents one from using the product until donate option yes/no has been selected? Sorry, personally I find it a step too far to butt in on the admincp with going anywhere further than provide the code for the addon.

It's a personal preference. It got me by surprise. And I hope it's not a trend. It is actually a motivator for me to either a) stop using it and uninstall it as it gives me the impression the mod is only released to try and get some money out of it (just like so called "lite" releases on vborg) or b) just edit the code out and no longer support the idea of donating for it.

Again it's just me .. I would donate if it's a fair honest submitted contribution for free, no commercialization or monetizing on the mind, and there's a paypal link on the release or install thread in the right place.

No, it's not a problem, and yes, I understand your motivation. But no, I don't personally like it. That's why I commented on it. Nothing personal against you.


All times are GMT. The time now is 07:33 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.01385 seconds
  • Memory Usage 1,764KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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