Can I use Selenium IDE on a Drupal system?
I found http://drupal.org/project/selenium but that involves downloading Core and not using my current machine.
Does anybody know of a way to use the IDE with Drupal, or if not what do you suggest I do?
...
Anyone knows how to solve the error below ?
Deprecated: Function ereg() is deprecated in C:\wamp\www\includes\file.inc on line 895
It is happening after installing Drupal 6.13 on wamp server 2.0i with PHP 5.3.0
...
I'm using Wampserver 2.0i with php 5.3.0 to install Drupal 6.13. During the installation I'm receiving the message below during the "Set up database" phase
Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support. (Currently using Unicode library Standard PHP)
...
Using php and mysql (and Drupal), I want to generate an index based on the number of items in the database by year - 20090001, 20090002, 20090003, etc.
Is there a way to do this without testing if the year has changed for each and every item - a cron job perhaps?
...
Hi guys,
I need to know the type of the tid in the term_data table. For example, I want to know if this tid is a type of the ed-classifieds module?
This is my query right now that is not 100% correct
# get all the parent categories for the ed classifieds
SELECT th.tid, td.name, n.type
FROM term_hierarchy th
LEFT JOIN term_data td ON ...
As a company specialized in developing custom CMS, we have been asked to deploy a open source CMS in our next project.
We are free to choose a system. What would you recommend for a team familiar with MVC model and OOP in PHP5?
I was told that Drupal and TYPO3 are very hard at the beginning, so what are the other options? eZ Publish o...
On Drupal 6 using a Zen subtheme, our custom stylesheet is beautiful and perfect everywhere except in ie7. Appears to be the :hover bug, where any link we hover over causes the main content area to jump over the left sidebar (is that called margin collapse or margin reset?).
Tried setting min-height: 1% on all :hover and parent elements...
I have an old drupal site that I'd like to upgrade, but I need to move all the site data files (like jpgs, gifs, etc.) from /files to /sites/default/files.
I'd like to use a PHP script or just a MySQL command to find any instance of /files/* and change it to /sites/default/files/* (without messing up the string in the * part of the name...
Any one know how to go back to the "last page" after a user is presented the login screen and chooses to create a new account?
Basically the sequence is this:
User tries to get to protected content
Redirected to login page
If he logs in he is redirected to original page
If he chooses "create new account" and fills it out, he is redire...
I need to create a view that lists out taxonomy terms and then list the top 3 recent(sort by node:date updated) nodes with that tag
example out put:
Article
Article 1
Article 2
Article 3
Podcast
Podcast 1
Podcast 2
Podcast 3
.
.
.
I created a view of type "Term" and I can get the view to output all of the terms. However, I don...
I've looked around a bit and I can't seem to find the answer to this problem: in fact, this may be a stupid question and there isn't an answer.
So anyway; here's my problem.
I have a website that runs off of Drupal. So, I've also started to mess around with Adobe Flex to create a few fancy drag/drop webapps that I'd like to embed into...
We are putting together a website for a client and their IT Team have ask us if we can use Drupal and YUI together.
We have not use both products before, but we have no reason why not to use them. We have heard good things for both, the only concern that we have is the actual integration, since drupal is a CMS and YUI is a framework....
I would like to get a list of all the users who have been assigned a certain role. I could write my own SQL but I would like to use the api as much as possible.
...
Hopefully someone can help me with this problem.
I'm starting to work with Drupal Services & Adobe Flex. I created a simple service and installed the AMFPHP module. In Adobe Flex when running the application, I don't seem to have a problem...and everything runs fine showing the data
However, after uploading the .html and .swf files t...
In drupal, keep getting an upgrade message all over site from htmlpurifier that a 4.0 is available. Ran upgrades (uploaded files and ran update.php) but still have message. No finds on this when I googled around.
Supposedly a flush.php in a maintenace folder will flush it's cache (which is invconveniently separate from the rest of Drup...
I need to be able to edit nodes from a client outside of Drupal (this cant be implemented as a Drupal module). I'd like to find a module that exposes basic Drupal functionalities as an HTTP API (REST, SOAP, JSON, ...). I found the webservices module, but I cant find any documentation for it.
Do you know where I can find documentation fo...
Right now I'm loading nodes with jquery's $.ajax. By that I mean I simply enter in the node url and then load the whole page.
That's probably ridiculous and totally incorrect way to do it. How do I fetch a specific field in a node without loading the kitchen sink?
Thanks
I also see this module:
http://drupal.org/project/js
Am I to u...
Hello!
I'm not that good with .htaccess, so I wonder, how can I rewrite default 'node' part of the url to an 'article' for example, so that server will output 'article/1' instead of 'node/1'. I need this to be done on a server side, so with the use of .htaccess only. Any guess?
...
Apologies for the awkward wording in this question; I'm still trying to wrap my head around the beast that is Drupal and haven't quite gotten the vocabulary down yet.
I'm looking to access all rows in a view as an array (so I can apply some array sorting and grouping functions before display) in a display output? The best I can tell, yo...
Hi Guys,
Right now I am usingjQuery UI Tab but it has a conflict in Drupal's fieldset accordion so I am thinking of using a lightweight javascript tab with a good design like rounded corners that is a javascript framework independent.
What javascript tabs are you using? Or do you know any javascript tabs that is working in drupal and d...