All links in page content replace my Drupal 7 page

If I create a page either with ckeditor or PHP code, all html links on that page open either a new tab or overwrite the whole current page depending on the target settings..

How do I make the links open in the Drupal environment (theme).. inside the content holder?

Rules: Create a node only if it does not exist.

I'm really struggling to figure out if this is something that rules can do. On creation of one node type, I want to check and see if another node type with the same taxonomy terms exists, if not I want to create it, if so I want to reference it. For more details check this out

http://drupal.stackexchange.com/questions/19059/rules-help-check-to-see-...

Thanks in advance for any help

Custom Banner Image with Views: Using "Specified number of items" in Pager doesn't display anything.

Greetings!

I am having an issue with a View I set up to allow for a custom header on each page. I have been able to pinpoint the issue to the "Pager" option in the View Editor, since when I have it set as "Display All Items" it will show multiple banners stacked on top of each other, but when I have "Display a specified number of items" and have it set to 1, it doesn't display anything.

Does anyone have any experience with this? I attached a screenshot so you can view my settings. I appreciate any help!

Thanks!

Drupal 7 upgrade menu problem

Upgrading from Drupal 6 to Drupal 7 I found that the menus were still the old style 6. I went to menus and reset every menu item for all menus. Then cleared (truncate, empty) all caches and menu router and menu links. Ran update.php and all is fixed. This cleared out old links and restructured it to Drupal 7 default and style. Looked high and low for this info. Thought it might be useful to someone.

How to include a caption (a cck field) in lightbox ?

Hello,

I'm working on a theme i bought and since i'm just learning php i'm having a hard time including a field as a description text in the lightbox once the thumbnail is clicked.

Here's the code that outputs the thumbnails

if (isset($fields['field_image']->content) and strpos($fields['field_image']->content, '<img')) {
 print str_replace('<a ', '<a rel="prettyPhoto[gallery]" ', $fields['field_image']->content); ...

Here's the html version of the lightbox script :

Multilangual site - fallback

Hi! Here's my prob:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x