ameeck wrote:The change shouldn't be too complicated.
&sk=s&sd=a
Find this line in viewforum.php:and replace it with this line:Code: Select all
'U_LETTER' => append_sid("viewforum.$phpEx", "f=$forum_id&letter=$single_letter&$u_sort_param"),
and then change the second 'U_LETTER' line just below it to this:Code: Select all
'U_LETTER' => append_sid("viewforum.$phpEx", "f=$forum_id&letter=$single_letter&sk=s&sd=a"),
Code: Select all
'U_LETTER' => append_sid("viewforum.$phpEx", "f=$forum_id&letter=other&sk=s&sd=a"),
Code: Select all
'ALL_TOPICS' => 'All Topics',
Code: Select all
'ALL_TOWNS' => 'All Towns',
Code: Select all
{L_SORT_ALPHABETICALLY}: <a href="{U_ALL_TOPICS}" style="font-weight: bold;">{L_ALL_TOPICS}</a>
Code: Select all
{L_ALL_TOPICS}
Code: Select all
{L_ALL_TOWNS}
ThanksBombybob wrote:Hello,
I work on a new version of my forum with phpbb3.0.2 and i install this mod with no soucy but my title topic are
[Apis mellifera] new bee for me (or a exemple with phpbb2)
and the mod can not work with my title.
I would like that the classification is made between [ ]
Can you help me ?
Cordialy.