Differences between revisions 6 and 7
Revision 6 as of 2006-02-04 22:39:31
Size: 976
Editor: t-indiv10-220
Comment:
Revision 7 as of 2006-02-23 23:53:04
Size: 1033
Editor: t-indiv10-220
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
 * ''''' Problem does not exist''''' any more. strange.

TableOfContents

Components

Joomla

Full menu too short in the backend

  • /administrator/modules/mod_fullmenu.php, to changge the number of the items in the top level menus at the backend. Change $topLevelLimit = 19; to $topLevelLimit = 30;

Live bookmarks problem (Firefox 1.5, Joomla 1.0.7)

  • Problem does not exist any more. strange.

  • Problem: firefox shows "live bookmarks feed failed to laod" when add the frontpage as live bookmark.
  • Reason: the links in the feed is not full url.
  • Solution: in /components/com_rss/rss.php, change line 222

    $item->link             = $item_link;

to

$item->link             = $mosConfig_live_site.$item_link;

Tooltip color

  • problem: red tooltip. want it to be blue.
  • file: /includes/js/overlib_mini.js
  • change ol_fgcolor to #fafafa
  • change ol_bgcolor to #0066cc

JunHu: JunHu/Memo/JoomlaTipsAndTricks (last edited 2008-10-03 20:19:42 by localhost)