Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
is there anyway to show inline ads as we can show inline images using adsense module , i just tried to insert the same but the rectangle doesnt show up inline , the text doesnt show up in the area on right side of the rectangle
i tried using [adsense: size , 1, 1] filter option
I am wanting to be able to insert links into the body of a node by selecting the node to link to from a list. I feel that there must be something out there that will do just this, as it must be a common requirement. I am using TinyMCE and I found the linktocontent module, this seems to almost do what I need, but it does not seem to show any book pages in the list. As book pages are used for the main structure of my site this makes it useless.
Any pointers on this would be really helpful
Thanks
I'm a noob to CMS, but I've managed to get Drupal 5rc1 installed & serving two sites but I get "Internal Server error" (with bluebreeze theme) and "404 page not found" (with pushbutton theme) errors with FCK editor in the modules that use it (text box or as a popup).
I'm guessing that I need to adjust a path reference someplace, but I don't know where.
My server tree looks like this-
root
--CMS
----Drupal
------(usual Drupal folders)
I'm preparing pages to be viewed by press only. I use Simple Access.
I don't want to create a user account for every member from the press because it means creating so many accounts.
And if I let them change the password I guess someone will change the password in order to be the only one to reach the content.
Using simple access or any other module, is there a way to do this?
I want to change the English captions used in a module without changing the module source itself and I wonder whether that is possible, so that t() routine could translate them to the captions I prefer.
I don't do know much about multilingual stuff as such but if I want to use different languages and I change the parameters to the t() function would that mean that the .po files would require their corresponding msgid values to change as well?