• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Can I change the smilies order?

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody!
Could someone help me re-order my own smilies? I think that the Top 20 Emoticons isn't right choice now. You can see it at http://host.north.kz/jforum.

P.S.
Sorry for my bad English ops:


[originally posted on jforum.net by OraCool]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Smilie order is based on the internal DB Id number. So the only way to do this is to delete and reload your smilies database table.

It is possible to do this via the admin screens but someone painfull since each smilie has to be entered by hand.

If you have some DB skills, it is possible to dump the contents of forum_smilies table to a script (MySQL and most other DBs have tools to do this), edit the script so that the order is what you want, then do a DELETE * FROM JForum_Smilies, and reload all of the records with the correct order.

(Of course, shut down JForum while changing the table!)


[originally posted on jforum.net by monroe]
 
It wasn't my idea to go to some crazy nightclub in the middle of nowhere. I just wanted to stay home and cuddle with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic