MyBB Community Forums

Full Version: Why this plugins not update?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I need this plugins
Portal anouncement cut off
But this plugins not update

https://community.mybb.com/mods.php?action=view&pid=332
Please describe the issue with the plugin..

From a quick look my only finding is that it probably was coded with xThreads on mind, Leefish was an extensive user of that plugin. Find the following code. To make links work add $announcement['threadlink'] = get_thread_link($announcement['tid']); right before if($mybb->settings['styledlink'] == 1), like so :
            $announcement['threadlink'] = get_thread_link($announcement['tid']);
			if($mybb->settings['styledlink'] == 1)

I recommend you the following plugin to manage portal threads :
https://community.mybb.com/mods.php?action=view&pid=399

You will be able to cut off portal threads messages manually using a tag. Leefish's approachs forces a cut off which has undesired results as visible in the plugin screenshots.

Regards.
both of the plugins cause error 500 in portal

[Image: ziuma.jpg]
take a look in the server error log and post the corresponding lines