[ABD] Sort Topics Alphabetically

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Sort Topics Alphabetically

Post by Bruninoit »

BF79 wrote:first letter of author should be good :)
viewtopic.php?f=456&t=2350306
User avatar
pierredu
Registered User
Posts: 1274
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

Re: [RC] Sort Topics Alphabetically

Post by pierredu »

Before add in a new line

Code: Select all

echo "cl $cl - cf $cf - letter $letter - fid $forum_id";

Code: Select all

cl - cf 0 - letter C - fid 1
Hope that helps.

I checked what is under the config entry config_name.
I have phpbb3_exs66, which is what stands in the ACP. The only entry in the browser (Firefox) with this prefix is *_ca.
On the other hand, under my local (test) server cookies, I have also phpbb3_2rufz with three variants, u, k and sid, then phpbb3_8opjs with u, k and sid, again, then phpbb3_pd8y2 with u, k and sid and, at least, brunino_cl and brunino_cf.

I don't know how this can happen.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Sort Topics Alphabetically

Post by Bruninoit »

Please make this test:
- go in a forum -> report the text
- press a letter -> report the text
- press the second page -> report the text

Thanks.

Ps. Bho... I didn't understand the second part of your message... But if you have some settings not correctly...
User avatar
pierredu
Registered User
Posts: 1274
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

Re: [RC] Sort Topics Alphabetically

Post by pierredu »

Here it is:

First page of the forum:
Image
First page after selecting the lettre A:
Image
Second page after the selection :
Image

Please note that the third screen capture is the same as the second page of the forum without selection.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Sort Topics Alphabetically

Post by Bruninoit »

Yes, but I'm interesting about the written in header
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [RC] Sort Topics Alphabetically

Post by 3Di »

I believe the problem lies where and how the cookies are read from the code?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Sort Topics Alphabetically

Post by Bruninoit »

Eh... But where? :mrgreen:
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [RC] Sort Topics Alphabetically

Post by 3Di »

Bruninoit wrote:Eh... But where? :mrgreen:
Bruninoit wrote:I used the normal phpBB system to add cookies
You should know.
May I ask you from where (links) you got the knowledge related to the cookies system for phpBB 3.1?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
pierredu
Registered User
Posts: 1274
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

Re: [RC] Sort Topics Alphabetically

Post by pierredu »

First page:
cl - cf 0 - letter - fid 1
Please note that the forum id is really 1.
Second page:
cl - cf 0 - letter A - fid 1
Third page:
cl - cf 0 - letter - fid 1

This is what I told you: the letter is lost.
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Sort Topics Alphabetically

Post by Bruninoit »

Official announcement extension... And it works on my servers ...
User avatar
pierredu
Registered User
Posts: 1274
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

Re: [RC] Sort Topics Alphabetically

Post by pierredu »

I'm using Firefox. I deleted all cookies. There are no more cookies for your extension.
As said, this is a local test server. There are no special configuration settings.

Why don't you use specific columns in user table?
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Sort Topics Alphabetically

Post by Bruninoit »

pierredu wrote: Why don't you use specific columns in user table?
I don't use columns to avoid to do extra sql queries
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [RC] Sort Topics Alphabetically

Post by 3Di »

Bruninoit wrote:
pierredu wrote: Why don't you use specific columns in user table?
I don't use columns to avoid to do extra sql queries
You are already using the USERS_TABLE?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Sort Topics Alphabetically

Post by Bruninoit »

3Di wrote:
Bruninoit wrote:
pierredu wrote: Why don't you use specific columns in user table?
I don't use columns to avoid to do extra sql queries
You are already using the USERS_TABLE?
No
Bruninoit
Registered User
Posts: 499
Joined: Thu Jun 13, 2013 2:34 pm
Location: Florence (Italy)
Name: Bruno Andrew

Re: [RC] Sort Topics Alphabetically

Post by Bruninoit »

The problem is that I don't know if the problem is the cookie system or the conditions system... But I think cookie, because conditions on my forums work. In the next days I'll try to develop a new version using phpbb_users table and not cookie...

Return to “Abandoned Extensions”