Pages: [1]
|
 |
|
Author
|
Topic: Mambo issues (Read 1152 times)
|
Corey Reil
Guest
|
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=553) 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
|
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: if ( $title->image ) { $link = $mosConfig_live_site .'/images/stories/'. $title->image; I changed it to: 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]
|
|
|
 |