2018-10-30, 12:58 AM
Pages: 1 2
2018-10-30, 01:56 AM
you can modify showthread_similarthreads_bit template like this :
find {$similar_thread['threadprefix']} and add required characters before it
find {$similar_thread['threadprefix']} and add required characters before it
<< {$similar_thread['threadprefix']}
find {$similar_thread['subject']}</a> and add required characters after it {$similar_thread['subject']}</a> >>
2018-10-30, 02:44 AM
Thanks for the response but it did not work, please help
2018-10-30, 02:51 AM
well, it has worked for the original related threads feature [image].
not sure if you were expecting it for the embedded content of the post.
which method you are using for the embedding ?
not sure if you were expecting it for the embedded content of the post.
which method you are using for the embedding ?
2018-10-30, 07:44 AM
(2018-10-30, 02:51 AM).m. Wrote: [ -> ]well, it has worked for the original related threads feature [image].
not sure if you were expecting it for the embedded content of the post.
which method you are using for the embedding ?
I don't know, can you visit my site to know http://forum.talkcloud.com.ng .i want it on the homepage related post and inside post related posts, thanks
It is showing inside post, please how can I make << >> show at the beginning and end of the related posts on my index.php homepage. Thanks
2018-10-30, 10:39 AM
for the Home page, may be you are referring to Latest Threads
for that, you can modify portal_latestthreads_thread template
for that, you can modify portal_latestthreads_thread template
<a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$thread['fullsubject']}">{$thread['subject']}</a>
you can add << at the beginning and >> at the end << <a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$thread['fullsubject']}">{$thread['subject']}</a> >>
2018-10-31, 12:04 AM
(2018-10-30, 10:39 AM).m. Wrote: [ -> ]for the Home page, may be you are referring to Latest Threads
for that, you can modify portal_latestthreads_thread template
you can add << at the beginning and >> at the end<a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$thread['fullsubject']}">{$thread['subject']}</a>
<< <a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$thread['fullsubject']}">{$thread['subject']}</a> >>
Thank you very much. Works well
2018-11-01, 04:04 AM
please how can i add << >> at the beginning and end of possible related posts inside post.
![[Image: 720ab59a-d903-43b8-85ee-9df4f99d64e9.png]](https://camo.mybb.com/5932319f296e0045ef1e1748365621d686e29588/68747470733a2f2f322e62702e626c6f6773706f742e636f6d2f2d4e583036527a557254504d2f57397036654e57366237492f41414141414141414d67342f7456635553304e4345726f684b5a553638554933664748384859504c3839524951434c63424741732f73313630302f37323061623539612d643930332d343362382d383565652d3964663466393964363465392e706e67)
2018-11-02, 04:35 AM
Please how can I add << >> to possibly related posts that appears after the post
2018-11-02, 05:00 AM
check plugins section of your forum admin panel.
do you see any active plugin for related posts ? if so, which plugin is used ?
do you see any active plugin for related posts ? if so, which plugin is used ?
Pages: 1 2