Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tags
22-09-2010, 07:32 PM
Post: #1
Tags
How do you make the Tags Module show more tags on the pages?
Visit this user's website Find all posts by this user
Quote this message in a reply
23-09-2010, 02:31 PM
Post: #2
RE: Tags
(22-09-2010 07:32 PM)DougieFresh1 Wrote:  How do you make the Tags Module show more tags on the pages?

open include/functions.php
find $sql_sorgu="Select DISTINCT(kelime) from tag order by rand() limit 20";
at line 1512

chage 20 to 30 or 40 whatever you want.


to chage game tags

find
$sql_sorgu="Select DISTINCT(kelime) from tag_game order by rand() limit 20";
at line 1582 and edit it
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: