hi all,
I'm using 1.4.7.
How to
1) remove [en] and every category page like sample;
# tile, title category [en]
(5 views)
2) how to remove scroll lang selection at left panel
thanks in advance
removing [en] and removing scroll lang selection
Moderator: Thorsten
Hi,
1) -> http://www.phpmyfaq.de/forum/viewtopic.php?t=1360
2) -> just remove the form in template/index.tpl
bye
Thorsten
1) -> http://www.phpmyfaq.de/forum/viewtopic.php?t=1360
2) -> just remove the form in template/index.tpl
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi Thorsten,Thorsten wrote:
1) -> http://www.phpmyfaq.de/forum/viewtopic.php?t=1360
for question no 1, the thread i was checked age ago. It's won't help much on removing [en] they only explain howto remove how many visit or msgViews.
and still, anyone know how?
Thanks
Hi,
this should work: Open inc/functions.php and look for the function printThemes(). Then look for the line
and edit to
bye
Thorsten
this should work: Open inc/functions.php and look for the function printThemes(). Then look for the line
Code: Select all
$output .= "\t<li><a href=\"".$_SERVER["PHP_SELF"]."?".$sids."action=artikel&cat=".$row->rubrik."&id=".$row->id."&artlang=".$row->lang."\">".stripslashes($row->thema)."</a> [".$row->lang."]<br /><div class=\"little\">(".$visits." ".$PMF_LANG["msgViews"].")</div></li>\n";Code: Select all
$output .= "\t<li><a href=\"".$_SERVER["PHP_SELF"]."?".$sids."action=artikel&cat=".$row->rubrik."&id=".$row->id."&artlang=".$row->lang."\">".stripslashes($row->thema)."</a> <br /><div class=\"little\">(".$visits." ".$PMF_LANG["msgViews"].")</div></li>\n";Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist