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.
gruute
Registered User
Posts: 1
Joined: Sat Sep 27, 2008 8:13 am

Post by gruute »

Hello everybody,

First, congratulations for this MOD, it works perfectly on my forum.

But I have a little question, you said "this MOD allows the user to display topics from only one letter."
Is it really impossible to add the categories L' ? (so, to display topic from two letter, if the ' is considered like a letter for a phpBB forum).
The bar would look like this : ...I, J, K, L, L', M, N, O...

I think it's a typical french language problem :D

Thanks a lot for your answers.
MKULTRA
Registered User
Posts: 188
Joined: Tue Oct 16, 2007 12:07 pm

Re: Sort topics alphabetically

Post by MKULTRA »

Would this MOD work from within customized searches? I think that would be better while keeping the forum looking clean.
EzerchE
Registered User
Posts: 102
Joined: Fri Apr 08, 2005 11:22 pm

Re: Sort topics alphabetically

Post by EzerchE »

perfect mod! thanks thanks thanks!!!
User avatar
oddfish
Registered User
Posts: 839
Joined: Mon Mar 19, 2007 8:45 pm
Location: Testing 3.1

Re: Sort topics alphabetically

Post by oddfish »

code change in 3.0.3 (the 'PAGINATION' => ... edit in viewforum.php) caused an issue. the Next page or 2, 3, 4 etc would not return correctly.

this works for me on both styles :

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),
cheers,
oddfish.
Country Flag User Edition Clickable Post Count Link

... another record broken without breaking any records ...
Testing phpBB3.1 dark style based on prosilver ... http://www.oddmods.net
Bombybob
Registered User
Posts: 50
Joined: Sat Sep 06, 2008 11:51 am

Re: Sort topics alphabetically

Post by Bombybob »

Thanks. ;)
User avatar
Ahri89
Registered User
Posts: 525
Joined: Sat Apr 07, 2007 2:53 pm
Location: Spain

Re: Sort topics alphabetically

Post by Ahri89 »

Thanks, great mod!
MODs translated to Spanish: ACP Add User MOD, ACP Announcement Centre, Advertisement Management, Custom Profile Fields, Update Reminder, Flood time setting per forum, MOD Version Check, Posting template, Prune Log, Simple Trash Bin, TinyPic Plugin, User Reminder, View Profile, View your topics, and more...

Sorry for my bad english xD
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Sort topics alphabetically

Post by ameeck »

oddfish wrote:code change in 3.0.3 (the 'PAGINATION' => ... edit in viewforum.php) caused an issue. the Next page or 2, 3, 4 etc would not return correctly.

this works for me on both styles :

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),
cheers,
oddfish.
Thank you, I will try to release a new version as soon as possible.
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Sort topics alphabetically

Post by ameeck »

I have submitted oddfish's change (and a few others) and hopefully, 1.0.4 will be released soon, giving you a functional version for phpBB 3.0.3, thank you for your ideas and tips.
Kharon
Registered User
Posts: 235
Joined: Thu Oct 26, 2006 5:27 pm

Re: Sort topics alphabetically

Post by Kharon »

ameeck wrote:I have submitted oddfish's change (and a few others) and hopefully, 1.0.4 will be released soon, giving you a functional version for phpBB 3.0.3, thank you for your ideas and tips.

hmmm, any news ? I am waiting new version :roll:
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Sort topics alphabetically

Post by ameeck »

It got denied for some formalities, I will be resubmitting it as soon as I can.
Kharon
Registered User
Posts: 235
Joined: Thu Oct 26, 2006 5:27 pm

Re: Sort topics alphabetically

Post by Kharon »

I can't wait :roll: can you add new files here or your website (new verison),please ?

thank you

sorry,my english bad
WascallyWabbit
Registered User
Posts: 170
Joined: Sun Mar 16, 2008 1:17 pm

Re: Sort topics alphabetically

Post by WascallyWabbit »

Grrr...updating to 3.0.4 has really given me some major headaches. I have gone through all the code and refreshed everything, but this mod has just stopped working. Everything displays correctly in the forums and I can click the letter, but when the page reloads all of the topics are shown. I am going to end up in a psych ward after all this :?: . Any suggestions on how to get it working again? It is an uber important part of my site. Tx


------Nevermind problem solved :oops:
Artack
Registered User
Posts: 312
Joined: Thu Feb 07, 2008 11:26 pm

Re: Sort topics alphabetically

Post by Artack »

works with 3.0.4
no any errors yet
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26882
Joined: Fri Aug 29, 2008 9:49 am

Re: Sort topics alphabetically

Post by Mick »

I have got the mod working fine but can it be made to sort by 'subject ascending' by default please?

Then it would be perfect for me :)
  • "The more connected we get the more alone we become” - Kyle Broflovski© 🇬🇧
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: Sort topics alphabetically

Post by ameeck »

You'll have to use the Forum Sort Order MOD for that. They should be compatible though :)

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