Need and method for cleaning out unused data

We had some mysql issues with the DBs under our sites recently and I have been doing some checking and repairing. In the process, I have noticed some tables which are on the large side ... though not huge, by any means. But, it makes me wonder if there is some kind of cleanup process which one is supposed to run periodically to clean out logs and such. Examples include:
accesslog 200K records
cache_html_purifier 125K
search_index 100K

Cronjob is not reported in dblog

Hi there!

I am running a Drupal 6 installation which works well. The only problem I have is that the cronjob is not shown/ reported in the 'admin/reports/dblog'.

The cronjob is running every hour and correctly reported in 'admin/reports/status'.
And when I start it manually from there, it is also reported in 'admin/reports/dblog'.

find a page without module installation

Hello.
This should be an easy question to answer. I've checked the forums as much as time allows...
My company has inherited maintenance of a site with hundreds of pages on it. The client wants to edit something on the home page. I've clicked on "Content management -> Content -> List", and I've noticed that I cannot sort the list of pages alphabetically. I do not have permission to install any modules.
How can I find the home page?
I also have access to the MySQL database if that helps.
Thanks.

Changing node-reference based on content type

In an effort to help reveal what I have, I thought I'd provide the paths to my content to better explain my question. I'm trying to change the node-reference to a select list widget based on the content type.

So, starting here:
admin/content/node-type/euro-job-postings/fields/field_job_location

on that screen for this content type we have created, towards the bottom on the admin screen I have:

Content types that can be referenced:
…listing of all my content types

ctools form wizard updated url path is always one step behind form rendered

I am having this problem where the url is not not one for the rendered form. For example if step2 form is rendered, it shows url for step1 in url bar. I couldn't identify the problem Here is code for wizard

<?php
/**
* Controller to initiate slot filling mechanism
* @param user $account
* @param mainlist_id $mid
* @param species_id $species
*/
function slot($account, $type, $mid, $js , $species, $step = NULL)
{

$types_having_cage = array('bird');
if ($js)
{
ctools_include('modal');
ctools_include('ajax');
}

$list_url = "user/$account->uid/categories/$type/list/$mid/";

$form_info = array(
'id' => 'slot',
'path' => $list_url . 'nojs/'."$species/%step", //%step will be replaced with key for form.
'show trail' => TRUE,
'show back' => TRUE,
'show cancel' => TRUE,
'show return' => FALSE,
'next callback' => 'slot_wizard_next',
'finish callback' => 'slot_wizard_finish',
'cancel callback' => 'slot_wizard_cancel',
'order' => array(
'options' => t('Choose option'),
'upload' => t('Upload image'),
'checkmark' => t('Checkmark'),
'details' => t('Details'),
),
'forms' => array(
'options' => array(
'form id' => 'slot_options_form',
),
'upload' => array(
'form id ' => 'slot_upload_form',
),

View Filter Group programaticly

I don`t know if you want or not to make dynamically the groups of filters for a view.

I use view as search engine but i don`t want to send all the filters at once and from time to time i need Group1 to have AND relationship and Group2 to have OR relationship .. and so on.

I search on internet but i never find it so i study and now i share with you

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x