Share

Mamboboard Forum Component

Code

Programming Languages: PHP

License: GNU General Public License (GPL)

Repositories

browse code, statistics svn co https://mamboboard.svn.sourceforge.net/svnroot/mamboboard mamboboard

Show:

What's happening?

  • Followup: RE: uddeim integration

    Mambo 4.6.5 - Mamboboard 1.6.8 - uddeIM 1.6 integration: 1) Enter into /your_mambo_root/administrator/components/com_mamboboard/admin.mamboboard.php #591: $pmlist[] = mosHTML::makeOption( 'udde', 'uddeIM'); 2) Enter into /your_mambo_root/components/com_mamboboard/view.php #500: /*let's see if we should use uddeIM integration */ if ($sbConfig['pm_component']=="udde"...

    2009-07-16 18:55:34 UTC by iberan

  • bbCode helpline missing onMouseOut action

    Fixing onMouseOut action on bbCode helpline override bb.js.php, smile.class.php and userprofile.php files with attached ones. (Mamboboard v1.6.8)

    2009-07-02 04:19:56 UTC by iberan

  • Comment: "No referencing post" Error

    Both IE and FireFox on Windows don't recognize $_SERVER['HTTP_REFERER'] predefined variable, let's comment out in /mamboroot/components/com_mamboboard/mamboboard.php #324: // if(!empty($_SERVER['HTTP_REFERER'])) // { include ($map."/components/com_mamboboard/smile.class.php"); include($map.'/components/com_mamboboard/post.php'); // } // else // { // echo ''._COM_A_IMGB_NO_POST.''; // }.

    2009-06-30 17:57:20 UTC by iberan

  • No referencing post! - solved

    IE and FireFox on Windows ::post new topic:: error message: No referencing post! Both IE and FireFox on Windows don't recognize $_SERVER['HTTP_REFERER'] predefined variable, let's comment out in /mamboroot/components/com_mamboboard/mamboboard.php #324: // if(!empty($_SERVER['HTTP_REFERER'])) // { include ($map."/components/com_mamboboard/smile.class.php");...

    2009-06-30 17:43:54 UTC by iberan

  • showcat pagination

    Fixing uncorrect pagination in showcat.php (change $row_count to $threads_per_page in DB query). Change this: $database->setQuery("SELECT a. * , MAX( b.time ) AS lastpost FROM #__mb_messages AS a LEFT JOIN #__mb_messages AS b ON b.thread = a.thread WHERE a.parent = '0' AND a.catid = $catid AND a.hold = '0' GROUP BY id ORDER BY ordering DESC , lastpost DESC LIMIT...

    2009-06-28 21:56:49 UTC by iberan

Our Numbers