Similar Topics
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Re: Similar Topics
Hi Stoker
Now I'm a little confused.
Can you please explain which files in the first post are edited ?
The lanuage file edits I can see at the first narrow and steely look.
Are there additional edits in the files viewtopic.php and viewtopic_body.html ?
Now I'm a little confused.
Can you please explain which files in the first post are edited ?
The lanuage file edits I can see at the first narrow and steely look.
Are there additional edits in the files viewtopic.php and viewtopic_body.html ?
Last edited by Chalong on 28 Mar 2010, 00:48, edited 2 times in total.
Re: Similar Topics
yes, there are replacement edits on the viewtopic_body.html, and language edits added to the viewtopic.php
Re: Similar Topics
Thanks for reply cisco and thanks to Stoker for adaption.
So the german translation would be:
Open language/de/common.php
Find:
Before add:
Save as utf-8 without a BOM.
So the german translation would be:
Open language/de/common.php
Find:
Code: Select all
?>
Code: Select all
// BEGIN Similar Mod
$lang = array_merge($lang, array(
'SIM_TOP' => 'Ähnliche Themen',
'SIM_REP' => 'Antworten',
'SIM_VIEWS' => 'Zugriffe',
'SIM_AUTH' => 'Autor',
'SIM_PIF' => 'Beitrag im Forum:',
'SIM_PBY' => 'Geschrieben von:',
));
// END Similar Mod
Re: Similar Topics
Missed the language update thanks
Re: Similar Topics
If we don't have installed phpmyadmin, what can we do?First thing to do is making sure that the topics table is fulltext indexed. Execute this SQL in phpMyadmin:Code: Select all
ALTER TABLE `phpbb_topics` ADD FULLTEXT (`topic_title`);
- Inner Circle
- BBCoder III
- Posts: 107
- Joined: 20 Mar 2010, 20:25
- Location: Germany
- Contact:
Re: Similar Topics
Download the Support Tool Kit from www.phpbb.com
Re: Similar Topics
At ACP there is an index maker.
Will this do the job?
Will this do the job?
- Inner Circle
- BBCoder III
- Posts: 107
- Joined: 20 Mar 2010, 20:25
- Location: Germany
- Contact:
Re: Similar Topics
Dunno what you mean?Nisok » 07 Apr 2010, 18:14 wrote:At ACP there is an index maker.
Will this do the job?
Re: Similar Topics
I found a solution.
Thank very much for your time
Thank very much for your time
Re: Similar Topics
ALTER TABLE `phpbb_topics` ADD FULLTEXT (`topic_title`);
How do we do this? I dont use phpmyadmin. Can we do this in ACP?
How do we do this? I dont use phpmyadmin. Can we do this in ACP?
#1 BlackBerry News site - BlackBerry Empire. Come visit us!