I am using Pixture_reloaded and I like the block theme with the block-title and block-content colors, but I have just one special block that I don't want these styles applied to. I know if the block I create is for instance block-block-2 I can modify the styles by adding a block-block-2 div. But this doesn't get rid of the styles for the block-title and block-content. How would I do this or can't I have a "custom" block style just for one block?
I'm trying to create a system where a user can post a link to their mp3 and then a player will appear allow everyone to listen to. Ideally the Soundcloud module would be great but it's not necessarily moving forward in development. Are there any other alternatives or suggestions?
I'm trying to set it up where a user can sign up, create a node and provide a url to an mp3 there. Then this node contains the mp3 player.
Using Quickstart, I've got a server running. Succeeded in creating a new site. It loads, I can log into the admin tools.
That's where I've been for many hours of scouring the online documentation for basics. I thought I'd easily figure out how to make the "Welcome to.." line on the front page say something like "Hello World". Grinding through page after cheerful page of what I might do, and can do, but never how to, I give up.
There's something fundamental I'm missing; other people have actually made working web sites with Drupal. What am I missing?
Using a test site I tried to restore a site and had a couple of strange messages followed by the following when I tried launching the homepage.......
anyone comment on what they think is wrong with the restore????
Just consider this first... should the system being restored into contain the same modules and views BEFORE the restore or will they be restored???
Notice: Undefined index: highlighted in include() (line 121 of C:\server\apache\htdocs\geosz2\modules\system\page.tpl.php).
Notice: Undefined index: sidebar_first in include() (line 133 of C:\server\apache\htdocs\geosz2\modules\system\page.tpl.php).
Notice: Undefined index: sidebar_second in include() (line 139 of C:\server\apache\htdocs\geosz2\modules\system\page.tpl.php).
Notice: Undefined index: access in _menu_translate() (line 776 of C:\server\apache\htdocs\geosz2\includes\menu.inc).
Notice: Undefined index: access in menu_link_get_preferred() (line 2406 of C:\server\apache\htdocs\geosz2\includes\menu.inc).
Notice: Undefined index: access in menu_tree_page_data() (line 1165 of C:\server\apache\htdocs\geosz2\includes\menu.inc).
Notice: Undefined index: access in _menu_translate() (line 776 of C:\server\apache\htdocs\geosz2\includes\menu.inc).
Notice: Undefined index: access in menu_get_item() (line 457 of C:\server\apache\htdocs\geosz2\includes\menu.inc).
Hello everybody,
After I made a post, where I included a map from google.maps, I got this error.
I tried to delete the post and then recreate it, without the map, but the same error stills there.
I also have found this post http://drupal.org/node/998590 , but I'm not sure what exactly to do...
* Warning: DOMDocumentFragment::appendXML(): Entity: line 24: parser error : StartTag: invalid element name in filter_dom_serialize_escape_cdata_element() (line 1108 of /srv/www/vhosts/portaldaradio.com.br/httpdocs/comico/modules/filter/filter.module).
* Warning: DOMDocumentFragment::appendXML(): /*-->*/ in filter_dom_serialize_escape_cdata_element() (line 1108 of /srv/www/vhosts/portaldaradio.com.br/httpdocs/comico/modules/filter/filter.module).
* Warning: DOMDocumentFragment::appendXML(): ^ in filter_dom_serialize_escape_cdata_element() (line 1108 of /srv/www/vhosts/portaldaradio.com.br/httpdocs/comico/modules/filter/filter.module).
* Warning: DOMDocumentFragment::appendXML(): Entity: line 24: parser error : Sequence ']]>' not allowed in content in filter_dom_serialize_escape_cdata_element() (line 1108 of /srv/www/vhosts/portaldaradio.com.br/httpdocs/comico/modules/filter/filter.module).
Hi everybody, i would like to know how to override/disable an admin node and implement a custom one.
What i want to do is to make a custom node/add/page with different layout and tools and css in order to allow not so technical users to create content with custom layout an content using some sort of drag and drop interface.
This interface is already working, all i need is to know how to convert it into the new node/add/page.