SMF Sort alphabetically by username - bridge sort alphabetically by username SMF Sort alphabetically by username - bridge sort alphabetically by username
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

SMF Sort alphabetically by username - bridge sort alphabetically by username

Started by Muhammad g, December 11, 2014, 01:28:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Muhammad g

I would like it alphabetical by username.  I have tried to edit the sort with the SMF's user_name but no such luck.  Any help appreciated.  Thanks.
I would like it alphabetical by username.  I have tried to edit the sort with the SMF's user_name but no such luck.  Any help appreciated.  Thanks.
I would like it alphabetical by username.  I have tried to edit the sort with the SMF's user_name but no such luck.  Any help appreciated.  Thanks.
:P ??? 8)
atif

allvip

I just splited the topic, but in the future please fallow those rules:

Start a new topic with your question.

Forum rules:

One question per thread http://forum.coppermine-gallery.net/index.php/topic,55415.msg270618.html#msg270618 and http://forum.coppermine-gallery.net/index.php/topic,55415.msg270632.html#msg270632.

Be detailed: http://forum.coppermine-gallery.net/index.php/topic,55415.msg270615.html#msg270615
Use a meaningfull subject line for topic title: http://forum.coppermine-gallery.net/index.php/topic,55415.msg270613.html#msg270613

Thanks :)

I don't know the answer to this question.
Hope someone will help you.

allvip

Maybe this topic can help:

SMF 2.0 CPG 1.5X gallery sorting: http://forum.coppermine-gallery.net/index.php/topic,74114.0.html

Try searching. Maybe you will find more related topics.

allvip

Solution found here: Sort user gallery icons http://forum.coppermine-gallery.net/index.php/topic,75669.msg364840.html#msg364840

Quote from: ΑndrĂ© on November 26, 2012, 03:51:58 PM
Please try the following. Open bridge/udb_base.inc.php, find
. "ORDER BY category "
and replace with
. "ORDER BY user_name "
at two locations.

The bridge folder is in your coppermine gallery folder.

I test it myself.
new1 is the last registred user.

allvip