Tags
|
22-09-2010, 07:32 PM
Post: #1
|
|||
|
|||
Tags
How do you make the Tags Module show more tags on the pages?
|
|||
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 |
|||
« Next Oldest | Next Newest »
|