hello,
I'm looking to create in a newsletter with a customized theme (such as background, colors, formatted text, etc..), there's some way to do this? r have to change syste, to use newsletter? ;)
What I'm having problems with is the Slideshow 2 module (top node on right column). First, I only have 2 images, but it says I have 3. The 3rd one is blank. I need to get rid of the blank image. Also, what must I do to enable the javascript? It IS enabled on my browser (I am using Mozilla) but the slideshow will not automatically go to the next picture. I have to click next to get to the next picture.
I've run into an issue with using request_uri() in a link when my drupal install is in a sub dir.
I have the site available as:
www.example.com/site
and request_uri() returns this from a request:
/site/node/1
putting that into a l() gives you:
www.example.com/site//site/node/1
which obviously doesn't work. How can I get the correct url from these functions? Or perhaps there is another way to get the intended destination of a request?
I'm looking for a "files folder" or a similar file management module, to upload, download, list and browse uploaded files by category. Is this part of core?