I am using a custom template to handle a flexinode type, some sample code I grabbed off this site helped me handle a main entry and separate teaser body. But I am getting gibberish code at the tops of my pages and between entries on the lists and I need some help troubleshooting. Does anyone have any ideas what part of this code is doing this? The gibberish in question looks like this:
I'd like to know if there is a way to add a field handler to the Views system when the table the field exists in has already been exposed. For an example, I'd like to create a view where one of the fields is the node title. Not a link to the node, just the node title. I have edited the views_node.inc for the Views system and add another handler there but then when I upgrade the Views module at some point, I'm going to have to hack it again.
I've also tried exposing the node table again and specifiying another handle but that didn't work (makes sense).
Hi! My name is Salvador and i from spain, so that sorry by my english.
Well, my question is: I installed de module gallery 2.1 for my drupal site (propiedadpublica.com/drupal) my gallery is in (propiedadpublica.com/gallery2) i want that the block gallery to redirect a mi gallery2, no a Drupal.
I am looking to add a link to my administer menu block so that only an admin can access this link (link is used to view site statistics).
So I've added the menu item and set the parent item to Administer. As an admin this shows up in the proper place. However as an anonymous or regular registered user this shows up in the root menu. Does placing an item in the Administer menu not propogate permissions as well?
If not, how do I fix this so that only admins can see this menu item in the same manner that they only see the Administer menu.
There are a couple of functionalities that I want to be turned on only on blog posts and on no other content type - timestamp and comments.
So, I created a template file called node-blog.tpl.php. However, I don't know how make my blog posts follow that template file instead of node.tpl.php. Can someone help?