MyBB Community Forums

Full Version: [F] Show latest discussions, css bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On the latest discussions block, on the alternating row colours, the first two row colours are the same:

Do you have a fix for this please?
In portal.php, find
// Latest forum discussions
if($mybb->settings['portal_showdiscussions'] != "no" && $mybb->settings['portal_showdiscussionsnum'])
{
	$altbg = "trow1";
Replace with:
// Latest forum discussions
if($mybb->settings['portal_showdiscussions'] != "no" && $mybb->settings['portal_showdiscussionsnum'])
{
	$altbg = alt_trow();
This bug has been fixed in the latest code.

Please note the latest code is not live on the site or for download. An update will be released which contains this fix.
That still hasnt fixed it is still showing the same problem.
give me a link to your site then.
Did you apply the patch? If so, pm me ftp access please.
It's because you renamed your portal.php to index.php and you didn't apply the patch to index.php
ok thanks