Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have a site where ever user has their own page that shows just their posts by using a view. The view is a page set to /staffpages/%user where %user is whatever name you type in there. I need to make a link in my navigation menu that links to a certain %current_user 's page.
In other words, whoever is currently logged in, I need the navigation menu to dynamically change the link to view their page. (/staffpages/%current_user)
I have a view which lists node NIDs by some criteria. What I'd want is to reduce the list of nids by a set of conditions that are completely unrelated to the original list. Imagine the view creates a node list with nids from 1 to 100. I can produce another view (or SQL query) that produces a list of, say 10 numbers between 1 and 100, and I'd like to reduce the first view to not include those numbers.
Say there is a module, in the site/all/module there is a function theme_abc (&$var). (In my case, it is int module gmap_location.module) and the function is "theme_gmap_location_node_page".
How can I use this function in my theme layer in page.tpl.php? Can I do
A complete newbie question. I know a little about enabling and and configuring contact forms. Can someone please tell me how to get the form itself to appear on the page?
Thanks ahead of time,.
sifaka
I have just recently installed Drupal 7.4 using Godaddy's hosting control center. After a default install (only changing directory installed to and passwords.) I am unable to sign into my drupal page at work.
If I give incorrect credentials it will tell me they are wrong and ask me to try again.
If they are correct it takes me to a white page with a single '0' in the upper left hand corner.
I tried to view page source but all it shows is a 0 at line 1.
At home I can login and start configuring the site without issue. Have loaded a new theme and everything.