Quote:
Originally Posted by Loco.M
There was a tag cloud with the zoints setup like the one you linked to and it had different color and sized fonts.. it was on the zoints site
|
This is for vBadvanced, so I am not for sure if this is what you are referencing, but I use it and I think it's great.
https://vborg.vbsupport.ru/showthread.php?t=127749
Quote:
Originally Posted by longgsm
How about change to utf-8? I want to type vietnamese language. Thanks for support!
|
I am not for sure what they'll do, but with Zoints Local, the upcoming version is much easier to convert to other languages so I know the engineers will look at that for the future with tags.
Quote:
Originally Posted by SBlueman
Ok...so I am looking at the tags/index.pho file looking for ways to edit the order posts are displayed. I want to display them in order by first post with the newest listed first. By default the threads are listed by last post. So I am looking at the code and find some places this can be edited in the file.....
This spot in the file:
Code:
$count = $count['count'];
$orderby = 'lastpost';
$direction = 'DESC';
I bet if I change 'lastpost' it will pop out the results I am looking for....I just don't know what it needs to be changed to....and I am wondering if this is the file that I need to edit to display the correct post icons...
So can anyone help with this? Thanks in advance.
|
Hi SB,
Danny, one of our engineers, suggested to try changing $direction to 'ASC'
- Reid