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.
OK so i went to add menu item, added a newlink1, now im not sure what to do at this point. my goal was to have it go to a page i created in php and uploaded.. is this how it works? if so where do i put that page? is it possible to do what i want so when i add menu item, newlink1, upload newpage1.php, the link will go to www.mysite.com/drupal/?q=newpage1.php ?
I would like to use my own css style sheet with tinymce.
I created a css and loaded it into the theme that I am using. I changed the settings of tinymce:
Editor CSS: define css
And entered the pass to my css.
But it is not working! Now I saw in the code that if I try to use my css the "content_css : " in the javascript function "tinyMCE.init" is missing. So that is the reason why it is not working, but why is "content_css: " missing in the function?
I notice that when I search a certain string at drupaldocs.org, wildcards (i.e. *) will be automatically added before and after the string. In this way, the search results will be improved dramatically. This is especially useful for drupal sites in Chinese, Korean and Japanese languages which do not have a space between characters and words. So I am wondering how can I hack the search module to include wildcards before and after any inputed search string? Thanks a lot!
when i upload image and promote it to frontpage, it only displays the small thumbnail pic of the image - how can I change this behavior so that it shows the preview image, centered?