forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 bridging => Topic started by: Muhammad g on December 11, 2014, 01:28:08 pm

Title: SMF Sort alphabetically by username - bridge sort alphabetically by username
Post by: Muhammad g on December 11, 2014, 01:28:08 pm
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)
Title: Re: SMF Sort alphabetically by username - bridge sort alphabetically by username
Post by: allvip on December 11, 2014, 03:42:25 pm
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 (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 (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 (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 (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.
Title: Re: SMF Sort alphabetically by username - bridge sort alphabetically by username
Post by: allvip on December 11, 2014, 04:31:15 pm
Maybe this topic can help:

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

Try searching. Maybe you will find more related topics.
Title: Re: SMF Sort alphabetically by username - bridge sort alphabetically by username
Post by: allvip on December 11, 2014, 05:52:42 pm
Solution found here: Sort user gallery icons http://forum.coppermine-gallery.net/index.php/topic,75669.msg364840.html#msg364840 (http://forum.coppermine-gallery.net/index.php/topic,75669.msg364840.html#msg364840)

Please try the following. Open bridge/udb_base.inc.php, find
Code: [Select]
. "ORDER BY category "and replace with
Code: [Select]
. "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.
Title: Re: SMF Sort alphabetically by username - bridge sort alphabetically by username
Post by: allvip on December 11, 2014, 06:15:40 pm
I changed the topic title to be more search friendly.