Thanks great thinking![]()
This is a discussion on [HOW-TO] Add keyword relevant text in similiar threads within the Member Articles forums, part of the Focus on Members category; Thanks great thinking...
Thanks great thinking![]()
good work
can i use it on 3.8.6 ?
No offense to the great product that VBSEO is, but this is one of the greatest hacks I have ever come across! Unfortunately after upgrading to 4.1.1, it is no longer working. Has anyone that knows about such things taken a look at updating the code as needed? I would gladly do it, but I haven't a clue. Probably just needs a few changes after the "refactoring"...
Thanks!
I don't see anything that shouldn't work on 4.1.1. Does anyone else see a similar problem?
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
VB 4.1.1 uses a other CSS names.
Modify showthread_similarthreads template.
<h4 class="threadinfohead"> to <h4 class="threadinfohead blockhead">
And
<div id="similar_threads_list" class="thread_info_block"> to <div id="similar_threads_list" class="thread_info_block blockbody formcontrols">
Instead of using the relevant replacement. How can i use {vb:raw thread.title} instead? Dont work as it is now.
Thanks for the updates zkilzz. I just realized this only adds the preview text for guests only--very cool.
Solved.
Hello, I am trying this modification in my 3.8.7 vb, but when I save showthread_similarthreadbit I obtain the following error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in [...]/includes/adminfunctions_template.php(3950) : eval()'d code on line 4
Could you help me?
This thread has nothing that can cause the above error
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
this is the line 3950:
eval('$devnull = "' . $template . '";');
Looks like you are trying to install this modification in vb3 forum, But this tutorial is ONLY for vb4 owners.
Because it's uses the vb4 phrases, if conditions and vB4 raw format, Which is totally different than vb3 so basically vb3 will not understand what's these things.
Here's an example to show the difference between vb3 format and vb4 ... Lets see the phrases display in vb3 :
And in vb4 :PHP Code:$vbphrase[something]
And the same thing with if conditions, templates rendering ... etc. So It shouldn't work with vb3.PHP Code:{vb:rawphrase something}
Marco Mamdouh Fahem / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
oh, that's it. Thank you. I am running 3.8.7.![]()