DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
Fix for Thene over ride for Nice_Menus to remove the text link and replace with an image
View
Fix
May 12, 2009 - 2:29pm — Anonymous
if
(
$mlid
!
=
'694'
)
{
//if the mlid is NOT 694 then simply use the expected text as the link-text
$output
.=
'<li id="menu-'
.
$mlid
.
'" class="'
.
$parent_class
.
$path_class
.
'">'
.
$bar_here
.
theme
(
'menu_item_link'
,
$menu_item
[
'link'
]
)
;
}
else
{
// If the mlid IS 694 then do the following
$menu_item
[
'link'
]
[
'title'
]
=
' '
;
//replace the link-title with an empty space. ONLY 1 is accepted the rest are truncated
// print_r($menu_item['link']);
$output
.=
'<li id="menu-'
.
$mlid
.
'" class="'
.
$parent_class
.
$path_class
.
'">'
.
$bar_here
.
theme
(
'menu_item_link'
,
$menu_item
[
'link'
]
)
;
}
// Now I have taken the #menu-694 and themed a background image into the <li> but the only active region for the link is a single space bar,
dougvann
drupal
nice menus
theme
theming
Submit Fix
Summary:
Tags:
Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Show summary in full view
if ($mlid!='694') { //if the mlid is NOT 694 then simply use the expected text as the link-text $output .= '<li id="menu-'. $mlid .'" class="'. $parent_class . $path_class .'">'. $bar_here . theme('menu_item_link', $menu_item['link']); } else { // If the mlid IS 694 then do the following $menu_item['link']['title']= ' '; //replace the link-title with an empty space. ONLY 1 is accepted the rest are truncated // print_r($menu_item['link']); $output .= '<li id="menu-'. $mlid .'" class="'. $parent_class . $path_class .'">'. $bar_here . theme('menu_item_link', $menu_item['link']); } // Now I have taken the #menu-694 and themed a background image into the <li> but the only active region for the link is a single space bar,
Syntax highlighting mode:
ActionScript
ColdFusion
Diff
Drupal 5
Drupal 6
HTML
INI
Javascript
MySQL
PHP
Python
robots.txt
SQL
Text
Select the syntax highlighting mode to use.
See Also:
Order
Title:
URL:
-1
0
1
Title:
URL:
-1
0
1
Any links you'd like to have associated with the post (Drupal.org issue, Wikipedia article, etc).
File attachments
Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.
Attach new file:
The maximum upload size is
1 MB
. Only files with the following extensions may be uploaded:
jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp phps
.