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'm using the following code in a block in combination with the latest tagadelic module version, great stuff!
I'd like to remove the reference to the tagadelic.css file though from the code below, because it's already in my general website css file. Is this possible? Can somebody please adjust the code below for this?
and another thing I can't seem to do is limit the amount of tags in the cloud. It's not in module options, and since I'm using the code below it's also not a block option...
I need some help about <title> in nodes except the main page.
Every node shows "Blah, blah, blah... | TheNameOfWebSite".
I would like to delete the pipe sign and the name of the website because readers complained about the part is not necessary and, in fact, cumbersome when they want to bookmark some pages.
I'm using tablemanager.module,v 1.72.2.1. In the admin mode, under Table Operations: => Select Table, I want the drop down list to show the name of the table and not the ID.
I've identified the area of the code where this needs to be changed (around 411) and have changed:
$sql = db_query('SELECT tm.tid FROM {tablemanager} tm');
to
$sql = db_query('SELECT tm.tid, tm.name FROM {tablemanager} tm');
After I installed views, i am getting this error. What should i do? If i take out the folder views, it goes away. If i put it back in the modules directory, when i click on modules i get the error.
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 58368 bytes) in /var/www/web6/web/modules/views/views_ui.module on line 1817
I'm having trouble adding content when I have the taxonomy menu module turned on. I receive an "Internal Server Error" when I try. The server error log reads "Premature end of script headers: /dh/cgi-system/php.cgi"