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.
I am a web developer with long experience in PHP Nuke, OpenPHP, and Mambo/Joomla. After take a deep look at the Drupal source code and coding that available on TinyMCE and FCKEditor module, I can say that next Drupal version must has a builtin WYSIWYG Editor. Please CMIIW, but read my reasons first before you have different opinion:
I'm having some security issues with the Organic Groups module. I'm sure I just don't know where the right setting is, but for some reason anonymous users seem to have the ability to alter groups. So if an anonymous user were to nagivate to my site, pull up a group listing and select a group, they will see the "edit" tab and have the ability to change the name, description, welcome message, etc. How can I disable this? In Admin/Access Control, anonymous users only have access permission.
I am not sure how many of you are familar with Joomla but they have a great module that lets you display categories and subcategories as a diretory in the content portion of the page. Does anyone know of a module that cna do this for drupal
i've modified block.tpl.php to have the look that i would like. i also use Nice-Menu module as my top navigation. the problem is whatever i modified in block.tpl.php, it also appears on my top Nice-Menu navigation because Nice-Menu is using the block also.
block id and module are known. I need help in php code to detect if this is Nice-Menu block then certain things would be displayed otherwise everything else is for the rest of other block in block.tpl.php.