Hello all, I've been fighting overriding some default output of the theme for drupal 7.4. I have a theme folder located at:
/sites/all/themes/mytheme/
it has the theme .info file and template.php file but anytime I try to update the pager function using the theme name with the function for override nothing changes:
theme info file:
name = nufangle
description = A custom theme for NUFANgLE
package = Core
version = VERSION
core = 7.x
stylesheets[all][] = css/styles.css
scripts[] = js/jquery.cycle.min.js
regions[header] = Header
regions[help] = Help
regions[page_top] = Page top
regions[page_bottom] = Page bottom
regions[highlighted] = Highlighted
regions[featured] = Featured
regions[content] = Content
regions[sidebar_first] = Sidebar first
regions[sidebar_second] = Sidebar second
regions[triptych_first] = Triptych first
regions[triptych_middle] = Triptych middle
regions[triptych_last] = Triptych last
regions[footer_firstcolumn] = Footer first column
regions[footer_secondcolumn] = Footer second column
regions[footer_thirdcolumn] = Footer third column
regions[footer_fourthcolumn] = Footer fourth column
regions[footer] = Footer
settings[shortcut_module_link] = 0
; Information added by drupal.org packaging script on 2011-06-30
version = "7.4"
project = "drupal"
datestamp = "1309397516"
My main menu is set as primary and secondary links. Here's the functionality I want:
1. The secondary links to show when hovering the primary link.
2. When on a secondary link page, the related secondary menu to show by default, unless I hover over another primary link (the secondary menus all share the same real estate).
Hello,
I was wondering if it was possible within Drupal to have parts of the menu display as a non link.
What I need is the section of a heading to display as a # or something similar.
This is how I would do it in HTML, if this helps illustrate.
I have a website with sport team as "content type" and user. It's a sport association. Each member of the association, must specify his team when he register. Each team is created by webmaster as a content. I would like to offert the list of Title of content "team type" on a selectable list in my registration field "team". How can I do that.