Drupal is up and running but how do I ...?

Help pick a theme please!

Hi guys,

I am new to the whole CMS thing. I am trying to redesign our current website. http://camb.ucdavis.edu/camb/index.php

How hard do you think it will be to make something look better then that? Here is the one I am working on.
http://hans.dnsdojo.com

tagadelic adjustments possible?

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...

Delete "|" from title of nodes

Hi,

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.

Any help would be appreciated.

table manager table names in admin view

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');

but am not sure what to do from here. I've tried

array_push($tables, $result->tid, $result->name);

After installing views getting this error?

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

Thanks for the help
-Hans

unable to add categorized content when taxonomy menu module is enabled

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"

Pages

Subscribe with RSS Subscribe to RSS - Post installation