Sort topics alphabetically

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26887
Joined: Fri Aug 29, 2008 9:49 am

Re: Sort topics alphabetically

Post by Mick »

If the mod is compatible with Subsilver2, you can check, it would be the same as installing any MOD.
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
User avatar
DragonMaster1
Registered User
Posts: 994
Joined: Tue Aug 17, 2004 11:04 am
Name: Terry

Re: Sort topics alphabetically

Post by DragonMaster1 »

My board is based on subsilver and it installed fine
revoD
Registered User
Posts: 3
Joined: Wed Jul 08, 2009 8:45 pm

Re: Sort topics alphabetically

Post by revoD »

Does this MOD alphabetize forum/subforum names too? Or only topics?
User avatar
Leinad4Mind
Translator
Posts: 865
Joined: Sun Jun 01, 2008 11:08 pm

Re: Sort topics alphabetically

Post by Leinad4Mind »

Works on 3.0.6?

best regards
Want to access all my Premium MODs and Extensions? Check out my store
phpBB Portugal Translator and Moderator
Neoxxx
Registered User
Posts: 102
Joined: Wed Mar 18, 2009 12:18 pm

Re: Sort topics alphabetically

Post by Neoxxx »

Leinad4Mind wrote:Works on 3.0.6?

best regards

I try it and work
User avatar
Leinad4Mind
Translator
Posts: 865
Joined: Sun Jun 01, 2008 11:08 pm

Re: Sort topics alphabetically

Post by Leinad4Mind »

EDIT: FORGET IT, I have figure it out :p

I have install this MOD, all correctly. But there is an error, When I click on one letter, no topic appear and the url is "/viewforum.php?f=9&letter=A&" What is the error?!

Im using a prosilver tempalte, DVGFX.

But I have discover some differences in the installation:

FIND

Code: Select all

gen_sort_selects($limit_days, $sort_by_text, $sort_days, $sort_key, $sort_dir, $s_limit_days, $s_sort_key, $s_sort_dir, $u_sort_param);
I could not find it, 'cause mine is:

Code: Select all

gen_sort_selects($limit_days, $sort_by_text, $sort_days, $sort_key, $sort_dir, $s_limit_days, $s_sort_key, $s_sort_dir, $u_sort_param, $default_sort_days, $default_sort_key, $default_sort_dir);
But I have put the lines after it. Like it was the same.

And I couldn't find too this:

Code: Select all

'PAGINATION'	=> generate_pagination(append_sid("{$phpbb_root_path}viewforum.$phpEx", "f=$forum_id&$u_sort_param"), $topics_count, $config['topics_per_page'], $start),
My code was:

Code: Select all

'PAGINATION'	=> generate_pagination(append_sid("{$phpbb_root_path}viewforum.$phpEx", "f=$forum_id" . ((strlen($u_sort_param)) ? "&$u_sort_param" : '')), $topics_count, $config['topics_per_page'], $start),


And I have put the code that one member said some pages before this one:

Code: Select all

'PAGINATION'	=> generate_pagination(append_sid("{$phpbb_root_path}viewforum.$phpEx", "f=$forum_id&letter=$letter" . ((strlen($u_sort_param)) ? "&$u_sort_param" : '')), $topics_count, $config['topics_per_page'], $start),

And I have a doubt, this code is correct?:

Code: Select all

'U_ALL_TOPICS'				=> append_sid("viewforum.$phpEx", "f=$forum_id&letter=&st=$sort_days&sk=$sort_key&sd=$sort_dir"),
Best Regards.
Want to access all my Premium MODs and Extensions? Check out my store
phpBB Portugal Translator and Moderator
i2Paq
Registered User
Posts: 24
Joined: Wed Dec 03, 2008 3:31 pm

Re: Sort topics alphabetically

Post by i2Paq »

I've installed his mod, no errors but I see nothing in my ACP of Front.

Where have I to look?
i2Paq
Registered User
Posts: 24
Joined: Wed Dec 03, 2008 3:31 pm

Re: Sort topics alphabetically

Post by i2Paq »

Image

This is also missing in my 3.0.6, I have changed and uploaded all the files and deleted all cache etc.

Template is prosilver, no other mods installed.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26887
Joined: Fri Aug 29, 2008 9:49 am

Re: Sort topics alphabetically

Post by Mick »

i2Paq wrote:This is also missing in my 3.0.6, I have changed and uploaded all the files and deleted all cache etc.

Template is prosilver, no other mods installed.
Mine is fine after updating to 3.0.6, how did you update?
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
i2Paq
Registered User
Posts: 24
Joined: Wed Dec 03, 2008 3:31 pm

Re: Sort topics alphabetically

Post by i2Paq »

Mixstar wrote:
i2Paq wrote:This is also missing in my 3.0.6, I have changed and uploaded all the files and deleted all cache etc.

Template is prosilver, no other mods installed.
Mine is fine after updating to 3.0.6, how did you update?
I have a clean 3.0.6 install and then added this mod.
skarbanan
Registered User
Posts: 158
Joined: Mon Dec 01, 2008 9:11 am

Re: Sort topics alphabetically

Post by skarbanan »

It would be nice to have SORTING option when clicking ....

Search user’s posts | Search user’s topics
AbZer0
Registered User
Posts: 2
Joined: Tue Jan 19, 2010 10:47 am

Re: Sort topics alphabetically

Post by AbZer0 »

Hi,

Just installed this mod in the forum I look after all seems to work but the Pagination function doesn't appear to be working properly. Clicking on Next sends you back to the overall first page. I'm using phpBB 3.06 I tried the pagination change that was suggested but that didn't work (I got an unexpected ; error :( )

Does anyone have any advice?
FF27
Registered User
Posts: 52
Joined: Tue Mar 24, 2009 6:01 pm

Re: Sort topics alphabetically

Post by FF27 »

Its not work on 3.0.7-PL1. I click "A" or "B" ... but the Threads doesnt sort. The Topics every same ... .
http://keeperboard.ohost.de
For all Football and Mini Games Fans!
FF27
Registered User
Posts: 52
Joined: Tue Mar 24, 2009 6:01 pm

Re: Sort topics alphabetically

Post by FF27 »

EDIT!
Now it works perfect on 3.0.7-PL1 /subsilver2
Thanx for this great mod!
http://keeperboard.ohost.de
For all Football and Mini Games Fans!
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: Sort topics alphabetically

Post by DoYouSpeakWak »

Is is posible somehow to make this work with non-english letters ?

In danish its the letters æøå that causes a bit of problems. I have tried to change the viewforum.php edits (that A - Z) to Å (last letter) but that didnt really make it work. Just alot of errors.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.

Return to “[3.0.x] MOD Database Releases”