What Drupal 7 Theme was utilized?

Hello! Can somebody tell me what drupal 7 (or drupal 6) theme or similar theme was used at this site: www.mindtools.com

Find/filter a user/node by name

I've recently set up my first Drupal (7) site and now have lots of content and also lots of users (transferred from the old site). On the admin overlay menu I'm missing a text search option, there are only drop down filters.
It's kind of OK for nodes, as I can just find them by navigating the site, or filtering the node list by content type, but with several 100 users it becomes very tedious to click through the list until I find that specific user I'm looking for. Isn't there an option/module so I can just seach user names/emails in the admin overlay?

Thanks!

Clean URLs working/notworking

Hi Drupal community...I have been wresling with the clean URLs option and for some reason I don't get it to work properly. I hope that one of you can spot the error.

I have set the httpd.conf file in /etc/httpd/conf/httpd.conf as:

<Directory /var/www/vhosts/mydomain.nl/htdocs>
AllowOverride all
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</Directory>

I have the drupal .htaccess file in the docroot and I've tested that it works by putting something bogus in it...it will come back with a good old error message.

When i do the "clean URL test" at ?q=admin/config/search/clean-urls it will just refresh the page, no option to turn on clean URLs, nor an error page.

I assumed that something in the .htaccess must be failing, but when I manually change my URL from http://dev.mydomain.com/?q=node/1 to http://dev.mydomain.com/node/1 it loads the page properly, so that makes me think that the .htaccess is doing its work partially anyway. But when I however create a new basic page, it will still display the ?q=, when I make it into a menu link, it still has the ?q= query stuff.

Array question

Hi all

I know it is something small and basic but i am unable to see it at this moment so i need some help.
I have the following code

$yy = 'storesection';
$xx = entity_get_info($yy);
print_r($xx); 

$stn = 1;
$storesection = storesection_load($stn);
print_r ($storesection);
$storesection->caption = 'No body';

print_r ($storesection);

And this gives me the following output

Array ( [label] => Store Sections [base table] => storesection [entity keys] => Array ( [id] => aid [revision] => [bundle] => ) [fieldable] => [controller class] => DrupalDefaultEntityController [static cache] => 1 [field cache] => 1 [load hook] => storesection_load [bundles] => Array ( [storesection] => Array ( [label] => Store Sections [rdf_mapping] => Array ( ) ) ) [view modes] => Array ( ) [translation] => Array ( ) [schema_fields_sql] => Array ( [base table] => Array ( [0] => aid [1] => sectionid [2] => storeid [3] => parent [4] => caption [5] => description [6] => created ) ) )

Array ( [1] => stdClass Object ( [aid] => 1 [sectionid] => 9999 [storeid] => yapsalot [parent] => 0 [caption] => New test [description] => kjfdgjkfdahgk jkgfdhjg jkdfhsgkd kjdhjgdk kjhgfjkshklg [created] => 0 [rdf_mapping] => Array ( ) ) )

Site email changes won't register

Hi,

My site email was set during installation but I am unable to change it.

Under: Home » Administration » Configuration » System, I can see the email address and can change it, but, upon pressing the "Save Configuration" Button, it reverts.

ANy way of changing this? Or in which database table the site_email resides so that I can adjust it by hand?

How to make admin for nodes under term/taxonomy?!

Hi,

For news site, I need to make roles for admins by taxonomy, this admin can add/modify/delete nodes under this term only?

How, which module can do this ?

Thanks!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x