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

forum: li(Post new forum topic link) doesn't show up on comments page!

4.7

This has been driving me nuts! ;)

When you pull up the forum I have two links just above the forum....

Back to Forum Index & Post new topic.

They show up on all pages except the final page(comments page).

Is there anyway to get those links to show up there so everything is consistant?

Thanks in advance.

Change role based on custom profile fields

I would like to change role based on information in the custom profile. Like when someone indicates name, address and a small questionaire, they receive another role. Or alternatively I would like to be notified when a user decided to fill out certain optional fields in the profile, like filling out their address, changing a select list or alike. Is there module that can handle this or how could this be done?

Random set of URL links posted on a page node and refreshed daily

Firstly, let me say that Drupal rocks! Awesome CMS and awesome community.

I have been searching this website for a PHP snippet that would do the following;

Pull a number (which could be set to let's say 10) of random links from the database and post them on a page node. I would like these links to be refreshed daily with a new set. I have been trying to do something like this and have set up my database (based on something I found on the net) by using this code;

CREATE TABLE `links` (

`id` int(11) NOT NULL auto_increment,
`link` text NOT NULL,
`text` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;

No problem. I inserted values like so;

insert into links values ('NULL',"http://www.site1.com", "link description");
insert into links values ('NULL',"http://www.site2.com", "link description");
insert into links values ('NULL',"http://www.site3.com", "link description");

Then I tried altering PHP that I found like so;


$num_displayed = 3 ;

$result = mysql_query ("SELECT * FROM links ORDER BY RAND() LIMIT $num_displayed"); 

while ($row = mysql_fetch_array($result)) 

print "<a href=\"$row["link"]\">
<img src=\"$row["image"]\" border="0">$row["text"]\"/>
</a>" ;

I know, I know! I am no good with PHP, so it's probably terrible. It doesn'y have the code for changing the links set daily, but I'd thought that I'd start small and build up to that. If anyone can help me out I would be eternally grateful.

Node_relativity.module doesn't doesn't show on any nodes after 4.7.1 upgrade !!

Dear all,
I just did an upgrade 470->471. I am using "node relativity" that was working as espected before the upgrade. After it no relativity link neither relativity action are displayed anymore on the nodes ! I did a white test with 470 + relativity on a fresh install -> ok, the same test on 471 + relativity -> nothing on nodes ? Any idea ? regards, eric.

PS : i fill a bug report here.

How do you create a taxonomy menu?

I have continuously read about the taxonomy features but have never understood it, dummy me, but is there anyone who can help explain all this in simple english, for example:

I want to create the following menu with a taxonomy, how do i do it:

Main Introduction
-----------------------
-About
-News
--Events
-Investors
-Team Members
--Team Member A
--Team Member B
--Team Member C
--Team Member D
--Team Member E
--Team Member F

xml parsing

How to I parse xml feed given me by URL adress http://www.emhi.ee/ilma_andmed/xml/ilm_tana.php

The XML seem very solid and nicely compiled:

Pages

Subscribe with RSS Subscribe to RSS - Post installation