Changing background for primary menu

Hi, I'd like to modify my primary menu. I want to make it a full page width stripe instead of tabs-form as it is now. I think the graphic will describe it the best: http://www.loter.pl/images/example-menu.jpg

I've been trying to put image url in
#primary-menu-wrapper {

Didnt work.

Any ideas how to approach this? Will be greatful for any help.

What a options to use social counters with Views?

Is there any options to count social shares (i.e. FB, Twitter, Google+, etc.) and use this counter for example to sort Views' output?

Thanks.

Content not saved in content_type_ table

Hi

We have recently upgraded from drupal 6.26 to drupal 6.28. We are having an issue that the content is saved to the node table but not to the content_type table.

I can see that there is a php error being thrown as follows:

Unknown column 'field_add_child_business_value' in 'field list' query: INSERT INTO default_content_type_meeting_business (vid, nid, field_add_child_business_value, field_add_child_attachment_value, field_add_sibling_business_value, field_index_formatted_value, field_prefix_value) VALUES (58856, 47599, 47599, 0, 46921, '3', '4') in xx/public_html/sites/all/modules/cck/content.module on line 1213.

The column ‘field_add_child_business’ does not exist in the table for the content type meeting_business ie content_type_meeting_business. This would explain the problem. However, the column did not exist before the upgrade before yet there was no error and the content was stored appropriately.

field_add_child_business is a computed field with the following code:

if (!$node->nid) node_save($node);
$nid = $node->nid;
$node_field[0]['value'] = $nid;

The structure of ‘content_type_meeting_business’ is:
vid int(10) UNSIGNED No 0
nid int(10) UNSIGNED No 0
field_index_formatted_value varchar(50) utf8_general_ci
field_prefix_value longtext utf8_general_ci

Duplicating Stores in drupal

Hello,

I am working on one of the site in which we have to create multiple stores.
so we need to duplicate the products and stores
Is there any solution ?
how could i make this possible ?

Req: Need to have option to duplicate the store(here store is user) with all details that includes all the products with full details of the product.

Newly created forum topics are not added under "forum" table in Database

Hello all,

I can't figure out the starting point of this bug (when it firstly appeared), but since some point the newly created forum topics are not shown under the corresponding forum category even though they have the appropriate taxonomy tag (tid).
I discovered that the {{forum}} table in the database doesn't contain the newly (buggy) forum topics. Moreover if I edit-resave a topic it dissapears from the table and from the forum page of course.

  • When I visit the container's page (that is : <...>/forums/testcontainer
    I can see the topic and access it by directly clicking on it's title(==testtopic - check on the right), screenshot, BUT:
  • When I visit the forum's page (that is : <...>/forums/testcontainer/testforum, then I get an empty list: screenshot

{{ Forum }} table screenshot

I unistalled / re-installed forum module already.
I just inserted manually an entry(nid,vid,tid) in {{forum}} table and suddenly it is finally shown under the corresponding forum page ... (I think this started to work after re-installing the forum module (not sure though)).

How to delete uselessly TAGS ?

Hi, i would like to know how to delete only the TAGS which aren't edited on each blocks entries and which uselessly created lot of page. When i go to Taxonomy, TAGS, List Term i have more than 5000 TAGS and would like to keep only 5% of them. It's gonna be too long to delete them one by one. Is there any easy solution ?

Thanks a lot for your help !

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x