Drupal is up and running but how do I ...?

External Redirects via URL aliasing

how can I get a url alias to redirect to an outside site? i.e.

www.mysite.com/goto

redirects to

www.yoursite.com

It currently doesn't seem to work on my site. Arg.

New item in the menu wih taxonomy_context

I use taxonomy_module for the menu. I needed a new item in the menu so I added these lines in the file taxonoomy_context.module:

$buttons[5] = array();
$buttons[5]["url"] = "forum";
$buttons[5]["name"] = "Forum";
if ($_GET["q"] == variable_get("forum", "forum")) {
$buttons[5]["status"] = 1;
}
else{
$buttons[5]["status"] = 0;
}
$buttons[5] = array2object($buttons[5]);

attachments with xtemplate

Hello, i'm a noob AFA drupal hacking but i'm very interested in learning how the system works better. right now I am trying to get contributions/sandbox/ccourtne/modules/attachment to work with xtemplate.

I followed the instructions according to ccourtne but i'm using xtemplate so the chameleon.patch won't do? things most work just displaying the final links to dowload is a problem. ie. the link for "2 attachments" shows up under the links under the node but when I click it I get a page with only the node table headers; no links to dowload the attachments.

What .php script assembles the page Views?

If I am not using xtemplate, but just putting our unformatted pages, what script is responsible for assembling the data and writing the page?

Second question, how do I add an image to a story. It appears that the HTML parser does not recognize image tags?
Or do I have to have an image node and call the node id?

confused

Chris :?

trouble with article module

I am begining to feel like a moron, tried to figure it out myself but... :(
When I installed this Articles module, I get this error when I bring up the page...

warning: call_user_func_array(): First argumented is expected to be a valid callback, 'more_info' was given in /home/daverobi/public_html/includes/theme.inc on line 219.

Latest Articles
* Torrent, Plague, Repeat

warning: call_user_func_array(): First argumented is expected to be a valid callback, 'article_index_item' was given in /home/daverobi/public_html/includes/theme.inc on line 219.

editing your post

hi, some users ask me how to make easy to edit their post but i dont find this option on drupal , dont exist? or i cant find it?

Pages

Subscribe with RSS Subscribe to RSS - Post installation