Search found 8 matches

by doctorj
Thu Sep 06, 2007 2:48 am
Forum: Joomla! Extensions Directory Forum
Topic: Looking for an easy image rotator module
Replies: 8
Views: 2575

Re: Looking for an easy image rotator module

If you are using fire fox read this: Firefox has some unique web caching features that are designed to speed up the browsing process. With scripts like this, Firefox can appear to have its share of issues. To quote an article released on the Scot Finnie Newsletter page - he addresses this issue as f...
by doctorj
Sun Jul 22, 2007 4:47 pm
Forum: Joomla! Extensions Directory Forum
Topic: Email when updating extension
Replies: 4
Views: 971

Re: Email when updating extension

Thanks I see the issue. I will forward this on to the team.
by doctorj
Sun Jul 22, 2007 7:44 am
Forum: Joomla! Extensions Directory Forum
Topic: Email when updating extension
Replies: 4
Views: 971

Re: Email when updating extension

I dont see any issues. I removed the mailto: as it as causing some emails issues. If you update it manually, does it give an error? If so, what the error?
by doctorj
Tue Jul 17, 2007 5:19 pm
Forum: Joomla! Extensions Directory Forum
Topic: gallery 2 search mambot...??
Replies: 4
Views: 1068

Re: gallery 2 search mambot...??

igeoffi wrote:Here it is.

MODS: Please remove the attachment if I am not allowed to do this.


Thanks!
by doctorj
Mon Jul 16, 2007 7:01 pm
Forum: Joomla! Extensions Directory Forum
Topic: gallery 2 search mambot...??
Replies: 4
Views: 1068

Re: gallery 2 search mambot...??

I remember seeing this on the old joomla forge but it is not accessible from the author yet. I would contact the author Michiel Bijland at his site: http://trac.4theweb.nl/g2bridge/
by doctorj
Mon Jul 09, 2007 5:07 pm
Forum: Joomla! Extensions Directory Forum
Topic: Looking for an easy image rotator module
Replies: 8
Views: 2575

Re: Looking for an easy image rotator module

This is something you need to add to your template code. Preferably in the section where you want your random photo's to show. This is a script for rotating photos and not for slideshows.

And yes you can use this without adding the YOU_DATA. You just use:

Code: Select all

<div class="rotate"></div>
by doctorj
Sun Jul 08, 2007 4:14 pm
Forum: Joomla! Extensions Directory Forum
Topic: Looking for an easy image rotator module
Replies: 8
Views: 2575

Re: Looking for an easy image rotator module

Lets try this: In your CSS sheet create a new class (maybe rotate) and assign a script we will create later called rotate (stored in the root folder of your template). Here is what the css will look like: rotate { background-image: url("../rotate.php") } Now create the rotate script, open notepad (o...