MyBB Community Forums

Full Version: Recent Threads On Index [Updated 02-09-21]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
(2018-02-13, 01:16 PM)dragonexpert Wrote: [ -> ]
(2018-02-13, 08:20 AM)Darkrad Wrote: [ -> ]Hey dragonexpert are there any fix for unread threads not showing as bold in recent threads? I am currently using version #15, I constantly see thread I didn't read (not all of them) like I already read it - it's not bold like it should be.

You need to update to the latest version because that is fixed in the latest version.

It was fine (v17) but suddenly it stopped working - all threads are displayed as unread (bold; with subject_new css class)... it happened after my mods moved some thread (they were in subsubforum). Please cna you help me? I can send you testing account via PMs if you have a free time. Thank you very much for your support!
How can I display the recent threads in my footer? Tried following the directions to add to any page, but the footer obviously doesn't reference {$headerinclude}. I added global.php to the pages to show it on, but not sure if that was right.
A heads up that this plugin is vulnerable to persistent XSS injections.
You should contact plugin author
@ Alexander L.
can you please send the details to the coder or post the details at Private Inquiries Section
I deactivated this then reactivated and it doesn't even show anymore, I've tried deleting files and reuploading but to no avail.

I don't know what else to do here? Plugin doesn't work?
After talking to the MyBB team, it has been unmarked as vulnerable. If anyone believes there is a vulnerability, please make sure to private message me all steps you performed to be able to reproduce it.
https://prnt.sc/l8cchd

i get this error :Confusedomeone can help? thanks
(2018-04-02, 05:21 AM)Azil Wrote: [ -> ]How can I display the recent threads in my footer? Tried following the directions to add to any page, but the footer obviously doesn't reference {$headerinclude}. I added global.php to the pages to show it on, but not sure if that was right.


For those who the plugin is not showing for them please download version #14 or 13 then edit just a single line very esy to do it and install it will work fellow this explanation :

https://community.mybb.com/thread-159857...pid1275431
Hi,

when I try to install your plugin, I've found a problem in the templates.php file.

In line 54 where it says:
$new_template['recentthread_avatar'] = '<a href="{$mybb->settings[\'bburl\']}/member.php?action=profile&uid={$thread[\'uid\']}"><img src="{$avatarurl}" {$dimensions} alt="{$avatarurl}" onerror="this.src='/images/default_avatar.png';"/></a>';

It must be:
$new_template['recentthread_avatar'] = '<a href="{$mybb->settings[\'bburl\']}/member.php?action=profile&uid={$thread[\'uid\']}"><img src="{$avatarurl}" {$dimensions} alt="{$avatarurl}" onerror="this.src=\'/images/default_avatar.png\';"/></a>';

Nice work  Wink
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42