AlphaOne Technology Support Forums
Welcome, Guest. Please login or register.
December 03, 2008, 04:57:31 PM

Login with username, password and session length
Search:     Advanced search
1733 Posts in 827 Topics by 4766 Members
Latest Member: beverlys
* Home Help Search Login Register
AlphaOne Technology Support Forums  |  IMPORTANT ANNOUNCEMENTS  |  MOVE to New Servers  |  Topic: Mambo issues 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Mambo issues  (Read 1152 times)
Corey Reil
Guest


Email
Mambo issues
« on: February 21, 2005, 04:01:34 PM »

Here are a few issues I have run into with testing Mambo, although I am not certain they are related to the new servers:

 
1) I am not able to insert links with the TinyMCE editor - I click the insert link icon, type in the link, and click the insert button... nothing happens.

2) When using a blog - content category multiple menu item, it trys to display some sort of header graphic for the section - can't seem to get rid of this.  See http://www.mannafellowship.org/mambo/index.php?option=com_content&task=blogcategory&id=70&Itemid=55

3) When I create a submenu menu item (a menu item with a parent item), it attempts to display a graphic for the menu item, even though I specify no graphic.
Logged
Jasper
Tech Team
Sr. Member
********
Offline Offline

Posts: 31


View Profile
Re: Mambo issues
« Reply #1 on: February 21, 2005, 05:20:50 PM »

2) When using a blog - content category multiple menu item, it trys to display some sort of header graphic for the section - can't seem to get rid of this.  See http://www.mannafellowship.org/mambo/index.php?option=com_content&task=blogcategory&id=70&Itemid=55
I ran across this 'bug' as well. I solved this by changing the component (mambo/components/com_content/content.html.php).  Where on line 58 it reads:
Code:
if ( $title->image ) {
$link = $mosConfig_live_site .'/images/stories/'. $title->image;
I changed it to:
Code:
if ( $title->image!="" && $title->image_position!="") {
$link = $mosConfig_live_site .'/images/stories/'. $title->image;

The issue with the submenu graphics might be the result of a similar situation where the code doesn't check its variables thoroughly enough.

For Mambo specific questions you may find the Mambo Forum helpful.
Logged
Pages: [1] Go Up Print 
AlphaOne Technology Support Forums  |  IMPORTANT ANNOUNCEMENTS  |  MOVE to New Servers  |  Topic: Mambo issues « previous next »
Jump to:  

Powered by MySQL Powered by PHP AlphaOne Technology Support Forums | Powered by SMF 1.0.7.
© 2001-2005, Lewis Media. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!