MyBB Community Forums

Full Version: change Url & FIX Statistics THREAD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello 
i need change url 


showthread.php?tid=161



To 


showthread.php?t=161



But When change in init.php 


define('THREAD_URL', "showthread.php?tid={tid}");



To 


define('THREAD_URL', "showthread.php?t={tid}");





Not Work  Angel




-------------------


after merge vb3 to mybb 


Statistics THREAD in profile 0



rebuild Counters and cache 


 [b]Not Work   Angel [/b]

EDIT : solved Statistics THREAD " UPDATE mybb_forums SET usethreadcounts = '1';"
uppppp
up up up
The thing is it won't work because of how it gets the input. It would be a lot of core file modifications if you want to have it use t=x instead of tid=x.
thanks dragonexpert for reply

Can change this by htaccess file ?
Maybe, but I'm not an expert on .htaccess.
ok thanks

plz any one can help me for change url by htaccess
uppppp