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

Problem displaying after install

After install I looked at the index.php page in the root of my drupal directory. However, all that was displayed is the following:

{head} {styles}
{_BLOCK_.header.logo} {_BLOCK_.header.site_name}
{secondary_links}
{primary_links}
{_BLOCK_.header.blocks}

Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.

SQL Inner Join 3 tables Buddylist and Profile

Hello
I am trying to intersect 3 tables in order to return the profile name of the buddies, not just their uid

on line 392 of buddylist.module is this sql request :

    $sql = "SELECT DISTINCT(buddy) FROM {buddylist} b INNER JOIN {users} u ON b.buddy = u.uid WHERE b.uid = %d ORDER BY u.access DESC";

i would like to intersect the profile_values table in order to retrieve the fid corresponding to the buddy's real first name.

something like :

Modify Drupal search block

Anybody has had modifications to the default Drupal search.module?

Our idea is that:

The SEARCH block (left or right column) can display popular searches, either

1. automatic (tied with the search log),

2. manual (that means, admin can type in whatever keywords or questions) - and display a link which will point to the search results of that word/keywords/phrases

need help with 4.7 rc1

Hello

I am trying to put following in primary menu but its not working

1. New links module. I am put it in Navigation bar but not on primary menu. No errors, it just doesnt display

2. I want to put one Taxonomy Category in the Primary Menu, I cant figure out how to do it.

Apart from this whenever I add content, I get error related to Upload module... Is there an issue with using upload with 4.7

Thanks a lot

Help Edit module: quick help needed

The Help Edit module seems like a good idea to make a site more user friendly, but I can't figure out how to display the messages. I've created some help text and associated it with a page, but it doesn't tell you how to display it. Is it a block or something else??

How painfully ironic.... :-)

Many thanks, Neil.

Output Forum List AND node content on same page

can anyone point me in the right direction :

when i click on a forum topic, i would like to output on the same page, first my list of 10 forum topics, and then underneath it, the node that contains the discussion.

I don't know how to "join" both.
could i call "theme_forum_list" from somewhere ?
or perhaps the node id from that theme_forum_list function ?

Pages

Subscribe with RSS Subscribe to RSS - Post installation