Hi.
I created a module which adds a custom userpage to the user profile. In /user/*/edit I've got two tabs:
"userpage" "account...".
How do set "userpage" as default (like "type" => "MENU_DEFAULT_LOCAL_TASK")?
Is there any hidden feature for *_categories()?
I have eight domains I want to feed through one drupal codebase and one database (shared data). I have two of them working right now as a test, but here's where I'm stuck:
I want site1 to have 'node' as the default front page BUT forums and comments disabled.
I want site2 to have 'forum' as the default front page.
I can't find the variable name to override the default front page for site 2 and I can't get the forums working in site2 without also allowing them in site 1.
Hi everybody,
I hope this is the right forum...
Performance is of critical importance for me as the site I'm building is expected to withstand high traffic volume.
I want to load several blog entry nodes and display them using the hook_view method. As far as I have seen the only option for me is to invoke node_load with a condition nid=x for each node. This seems like an enormous overhead as each node_load() runs a query. I searched for a function that loads several nodes at once, but couldn't find any.
Am I missing something?
Thanks,
-Shahar
I would like to create a community exercise log for a group of people who are training for races, and I've created a flexinode with several data fields for things like distance, time, date and average heart rate. What I would like to do now is to create graphs based on that data. How hard is that likely to be?
I did find this node about creating graphs, but I checked out the current contributions cvs and didn't see the mentioned module in there.
i've been running Drupal and Gallery2 separately for some tests only.
Both systems were running fine, without any "Memory .... exhausted" messages.
But after I've integrated the Gallery2 into my Drupal with the gallery module, suddenly the message appears quite often.
Sometimes al all it apeeared, if only I tried to enter the "Site-Admin" of the Gallery.
When I open the same page through the not-integreted link, no "Memory .... exhausted" messages appears anyway.