News:

Wondering if this will always be free?  See why free is better.

Main Menu

Related Topics

Started by niko, September 14, 2005, 11:50:29 AM

Previous topic - Next topic

R1p.PeR

Sorry but how can i make a fulltext index? I'm using SMF 1.0.5

JayBachatero

Quote from: R1p.PeR on October 14, 2005, 07:15:18 PM
Sorry but how can i make a fulltext index? I'm using SMF 1.0.5

This was added in 1.1
Follow me on Twitter

"HELP!!! I've fallen and I can't get up"
This moment has been brought to you by LifeAlert

R1p.PeR

Yes, but the full text index is a sql query (i think) so must be another way to do so, like

CREATE TABLE log_search_fulltext (
  ID_SEARCH tinyint(3) unsigned NOT NULL default '0',
  ID_MSG mediumint(9) NOT NULL default '0',
  PRIMARY KEY (ID_SEARCH, ID_MSG)
) TYPE=MyISAM;


or sometin' like that

ddonzal

I am interested in your progress on the Related Forum Topics Mod as I still use the older version on www.certifiedsecuritypro.com and would like to use it on my new site, www.ethicalhacker.net where I use Joomla 1.0.2, SMF 1.1 RC1 and JoomlaHacks Bridge.

I'm also available to help test if needed.

Thanks.

ViV



HoTmetal

Quote from: Niko on September 14, 2005, 11:50:29 AM
Link to Mod

Adds "Related Topics" under posts when there is at least one.

Todo
- Do not include topics older than x days
- Show Caterogy/Board next to topic title
- Ability to limit to search from same Caterogy/Board/Board and its parent(s)
- 1.0.5 Support
- Allow to choose how many to show
- User can select what ever if its collapsed or not by default

Please Read My Blogs SMF category @ http://www.madjoki.com/blog/categories/smf/ for more 'info'

Nice mod, NICER site! I like the blog, is that from wordpress??

J. S.

I have manualy added this mod, but I am getting:

QuoteCan't find FULLTEXT index matching the column list
File: /home/lovesms/public_html/forum/Sources/Display.php
Line: 167

I have created the index!

QuoteSpace used by forum messages in the database: 685 KB
Space used to index messages in the database: 413 KB
Fulltext index: already created (remove fulltext index).

Fulltext search - match complete words is check`d..

Why am I still getting this error???

greyknight17

Got this error:
QuoteParse error: parse error, unexpected T_VAR, expecting ',' or ';' in .../Themes/Saf-Blue_for_1/Display.template.php on line 618
Using Saf Blue theme and applied this mod manually, but had problems with this part:
Quote<file name="Themes/default/Display.template.php">
      <operation>
         <search position="after"><![CDATA[   echo implode($context['menu_separator'], $buttonArray);

   echo '&nbsp;
               </td>
            </tr>
         </table>
      </td>
   </tr>
</table>

';]]></search>
The closest match I found for that had everything except for the ;' at the end.

I added it in anyway since it was the closest match...

Now I get the error I mentioned in my first sentence...

I tried testing it on my default to make sure it's not just the theme I'm using, but it failed...What is missing here to make it work?

Using SMF 1.1 RC1.

spaceman

No progress anymore on this?

I'm looking for this mod long before. However it will show topics from hidden forums as well? I hope it picks permissions in future development, if any.

Or will there be a separate mod made by other genius member? We can only wait and hope there is...

Thanks in advance!

FaSan


from phpMyAdmin :


ALTER TABLE smf_messages ADD FULLTEXT (subject,body);



and Work fine with SMF 1.1 RC1 and RC2




FaSan

FaSan

Little Tips


If you don't want to visualize the Recycled's Topic, change this:


Display.php

<search>
$context['related_topics'][] = $x;
</search>

<replace>
if ($x['icon'] != 'recycled')
$context['related_topics'][] = $x;
</replace>





FaSan

KemikKurdu

Can't find FULLTEXT index matching the column list
File: .../Sources/Display.php
Line: 331


I still get this Database error altought i did this >" Create FULLTEXT index. Goto (Admin->Forum->Search->Search Method)
Press "create a fulltext index" " which has written at his adress : http://www.madjoki.com/blog/2005/08/28/related-topics-for-smf-11/

I'm using 1.1 RC2. How can i fix that problem without phpMyAdmin
www.doctus.net , Bilgi Güvenliği Forumu

FaSan

I've create a Full Text Index (Admin->Forum->Search->Search Method) but don't work in my forum.

With phpMyAdmin, it work fine :)


Bye, FaSan

J. S.

Is there any demo on this mod? I`ve installed it @ http://forum.alltheweb.ro but I can`t see any "related" stuff..

J. S.

Well... It was something in the Packages Manager I suppose, the mod was`nt installed in the right way (I`ve installed it from there)...
Anyways... Manual install is the best way it seems :)

Working Demo of this mod @ http://forum.alltheweb.ro

spaceman

Quote from: J. S. on January 09, 2006, 09:07:47 AM
Well... It was something in the Packages Manager I suppose, the mod was`nt installed in the right way (I`ve installed it from there)...
Anyways... Manual install is the best way it seems :)

Working Demo of this mod @ http://forum.alltheweb.ro

Hello there, just a question: Did you created the (Related Topics) table yourself or is it ready by default? And how does the script determine relevancy amongst topics?

BTW, nice forum you've there with this mod!! ;)

ArkServer

works, sample here: http://arkserver.servehttp.com/index.php?topic=1450.0

Tho i have one question. how can i move the related topic down to the latest post?

ArkServer

#38
Quote from: ArkServer on January 10, 2006, 03:36:41 PM
works, sample here: http://arkserver.servehttp.com/index.php?topic=1450.0

Tho i have one question. how can i move the related topic down to the latest post?

edit

nevermind, it was easy to figre out. fixed!

//edit 2
The mod doesnt show related topics. Well.. not 100%
check this: http://arkserver.servehttp.com/index.php?topic=1458.0 and see related topics.

nza2k

#39
Quote from: J. S. on January 09, 2006, 09:07:47 AM
Well... It was something in the Packages Manager I suppose, the mod was`nt installed in the right way (I`ve installed it from there)...
Anyways... Manual install is the best way it seems :)

Working Demo of this mod @ http://forum.alltheweb.ro
Hello JS,

How do you manualy install this mod ?
Like, I fisrts tried to install "Related Topics" via mod manager but it doesn't work... Nothing new appears anywhere on my forum (I haven't seen any).
Related topics look very interesting !

edit : I use SMF 1.1RC2
Avis sur les voyagistes dans le forum de Voyage-Net, propulsé par SMF depuis des années :)

Advertisement: