Hey,
I was installing a new theme, and so I figured I would edit the primary links (from within the global settings page). I edited the primary links and inserted comments around my old links. I saved, then tried to edit the primary links again. But this time, the text boxes for the primary links are no longer there and the Reset Configuration button doesn't work. I think when Drupal outputs the code to the browser, parts of the global settings page are being commented out. I do I go in and manually reset the primary links? Which file?
I'm trying to integrate the Plogger image gallery on my Drupal website (5.1), but it is not working very well. In the Plogger website they says that I need to insert: include("gallery.php");
...in the first line of my template page.
And I need to insert: the_gallery_head();
... between opening and closing HEAD tags.
Then insert: the_gallery();
...anywhere in my page.
Hi all i m new in this forum
i have a problem that i want to customize tiny_mce editor, in this editor to upload image field is a text filed i want to change into file browser field what should i do to complete the task
Hi,
I have used druapl 4.7.x and curretly using 5.x. I feel that druapl 5 slower than 4.7.
What is other's expereince? Is it really slow or some other reason.
I mostly use drupal on local machine via xampp on windowsxp.
I know that hook_filter do filtering every time I edited the page.
But I need a filter-like function to be performed every time I load some specific node.