Hi!
I have installed Location, GMAP, GMAP Location and Location CCK modules.
I needed Location CCK because I could not force ordinary location to show in specific field group. It looks like it is attached statically to the main group (I have defined field groups as a tabs and do not want to show location information on the main tab).
A...
Im sort of new to this web developer thing (I really enjoy it!). I always want to give clients the option to edit their content with the whole login system setup...I've been hearing/reading about Drupal and it seems that this is my best option to offer content management, increase productivity, stable code, and uh increase productivity. ...
Is there a way to read the ip address of the people who is currently visiting my Drupal website ?
Also, can I see the connections in real-time ? Is there any Drupal module for it ?
I need kinda a dinamyc list of ips
thanks
...
I have a drupal 6 site running with blogs on it. I use the comment notify module to implement wordpress-like notification of new comments and the antispam module for keeping the spam off the site.
The issue I have is that commenters get email notification for each comment, including the spam ones, eventhough the antispam module filters ...
Hi all,
I'm getting lost in the sea of allowable permissions in Drupal.
I have a content-type which has revision and workflow settings all nicely setup, but I do not want my users to be able to see these options (new revision each time automatically, etc).
From what I understand, this information goes away when you disable the 'admi...
im using drupal 6 and both "views embed form" and "views bulk operation" to have a list with a button in every row and some button on the bellow for bulk operations
but a funny thing happens!
each time i click the first row button (in views embed form) the vbo validator says "No row selected. Please select one or more rows."
other (view...
I have implemented hook_menu in order to set a $_SESSION var that stores the current stylesheet preference for users. Once it's set, I'd like to redirect users back to the previous page they were viewing. How can I get the value of the previous url?
...
1) I have a Drupal site located at http://example.com and I have a directory located at http://example.com/foo, but I also have a Drupal page with an alias of http://example.com/foo. How can I get the Drupal page to serve? Currently, I get a 403 forbidden page as a result of the Options -Indexes declaration in Drupal's .htaccess file, bu...
Is there any existing alternative on XCloner for Joomla or WP?
Sultan
...
I have a Drupal set up with CKEditor and CCK, with a custom node which has some additional fields using CKEditor, one field being 'related_news'.
I'm trying to figure out the best practice for returning that data safely. What I have right now is:
$node = noad_load(35);
<h3>Related News</h3>
<?php print $node->field_related_news['0']['v...
I've created a custom content type: product
This product has an image (cck file field) and a few other cck fields that make up it's content definition.
By default, when an anonymous user looks at a published product, they do not have permission to view the image or any other cck field.
Personally, I don't really want to have to alwa...
So I've been asked to take over another persons code in WordPress with little time before launch date... Usually I would say no but it's an interesting project. I am a pretty good Drupal programmer but have little experience in WordPress.
So I want to know, what is the difference between developing a Drupal module and a Wordpress plugi...
I'm trying to simply display an RSS feed as part of my site. A user will put in an RSS URL into a CCK field and I want to take that URL and display the latest RSS results.
I assume there's a module for this but I can't seem to find it.
...
I need to remove the "more info" link from feeds. It appears that the link is added to the content in place of the break tag, but I see no option to disable this substitution for RSS feeds only. I am generating the feeds using a feed display in a view. Can anyone tell me how I can remove the "more info" link?
Thanks.
...
I have one certain product that needs to be in the cart under certain circumstances. I have been looking at the Ubercart api documentation and I don't see any hooks that would be the obvious place to see if a certain item exists prior to checkout.
I could use the hook_add_to_cart hook to add the special item whenever the first item is a...
I have recently moved a drupal site. (both servers run on a debian based LAMP stack) Everything works great here, including the uploading of images via a CCK filefield. Original url:
dev.example.com/foo
Deploying it to a test folder on the production server to a test folder for an environmental shakedown cruise lead it here:
www...
I have applied and configured CCK Location module to show node location on map (GMap, GMap location modules).
However there is small issue that map does not show location at the centre (address marker is off the screen and user must scroll through the map to find it ;-).
It looks like map is centred one map screen off to the left (to t...
Is there a "most read" module for Drupal? I want to create a "most read" block on my drupal page.
...
Hi, We designed a search engine but it takes much time to execute its query in drupal.We have uploaded many modules in our search engine.So could you please guide what will be the remedy for make our search engine fast.Is there any thing that i can do with my site? Thanks In Advance
...
I have created a blog in drupal using CCK and taxonomy.
I wish to display my posts in a timeline, according to the posted date (using views).
So far I have created a listing of the post titles on a timeline.
I now want to display the posts using ajax, wherein clicking on a post title will load the content of that node on the same page. G...