How to change title of Drupal 7 feeds?

Hello all.

I'd be grateful if someone could advise.. I'd like to change the title of the RSS feed icons but can not figure out the correct way to do so. I'm on Drupal 7.

CKEditor not displaying

Hello,

I've installed the WYSIWYG module + the editor library CKEditor that I've placed in the directory \sites\all\libraries\ckeditor. I've associated CKEditor to the input formats Full HTML and Filtered HTML. Then checked some buttons/plugins for both formats.

But when I want to add new content, for example an article, the editor is not showing. Anybody knows why? Am I missing some configuration?

Thanks in advance.

Join Tables From Different Databases in Drupal 7

I am having a hard time figuring out how to join 2 tables together from different databases with db_select in Drupal 7.

With the old db_query function I would have done something like this:

$result = db_query("SELECT n.*, u.* FROM {node} n INNER JOIN global_db.global_user_stats u ON n.uid=u.uid LIMIT 3");

I am currently working with something along these lines but it is obviously not correct:

User Content compare and announce?

I have searched through the forums, and perhaps I have missed it somewhere, but what my goal to do is:

Once a user creates a profile, information that has been input is compared to the other users in the database and data that matches is shown.

For example, my site is to reconnect gamers. So if a user inputs they played x game during x time it would display other users that fall into that range.

Content type?

I installed a lot of modules today, and can't find the usual link to edit content types. Anyone know where it's likely to have gone?

I can't see it in Configuration or Structure. All I have it seems is a reduced configurational menu.

I have Panels, Views, Styles, Media, Media Gallery installed.

Drupal 7 hide function simply not working for hiding body field....

I am trying to hide the body field of a node for more granular redisplay elsewhere on the page and I'm using the following code:

<?php 
hide($content['body']); 
print render($page['content']);
?>

but this is simply not working. I've cleared my cache, refreshed the page, and nothing. The body field is simply not being hid.... am I doing something wrong?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x