-
AuthorPosts
-
thewebguy Friend
thewebguy
- Join date:
- November 2007
- Posts:
- 20
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
March 28, 2008 at 11:14 am #127034Hi, I have downloaded and installed ja header antares 1.5 version for a joomla 1.5 of antares –
however I cannot seem to get it to appear at all – even incorrectly :confused:
I have enabled it. I have tried placing it in the header, banner, slideshow and a few users – to no avail. I changed the images path for the header images (as was going thru ja-villadi) I even uploaded ja villadi too and tried using it’s images !
I have a header folder in both antares template (which I am default) and in villadi (which is not allocated at all now)
I note a person said following on forums but I dunno if they were using the 1.5 header module:
“I’ve had a look at a few of the files for the ja_header module. mod_ja_header.php, ja_headerxml.php both use variables starting with $mos (no longer in J1.5). I tried updating those then noticed the ja_headerxml.php also uses functions from J1.0 which are have been replaced. Starting to understand why there is no update path from 1.0.x to 1.5…..If anyone is able to get the ja_header functioning in J1.5, please let me know.
“So I am not alone. I cannot imagine that ‘they’ would create and name a ja_header1.5 which is not compatible.
One other little thing – I miss the preview with positions option that was in joomla 1 to help choose possible targets – but hey! thats another story.
can you let me know if i should just move away from antares with 1.5 whichis a pity as It is very nice…
Thanks, Rosa:)jimmiehendriks Friendjimmiehendriks
- Join date:
- March 2008
- Posts:
- 33
- Downloads:
- 2
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
March 30, 2008 at 7:57 pm #243655Hello,
I don’t have the solution but maybe this has something to do with it?
I updated joomla 1.5.0 > 1.5.2. From that moment on I have the same problem you describe. No pictures in ja_header1.5 on XeniaII template, its dead. On joomla 1.5.0 it worked perfect! I am no programmer but maybe someone else…..I see an error message in Firefox:
Error: imgs[0] has no properties
Bronbestand: http://www.mywebsite.nl/modules/mod_ja_header/ja_header/ja.header.js
Regel: 20Below is a copy of ja.header.js
/*
Image Cross Fade Redux
Version 1.0
Last revision: 02.15.2006
steve@slayeroffice.comRewrite of old code found here: http://slayeroffice.com/code/imageCrossFade/index.html
*/window.addEventListener?window.addEventListener(‘load’,so_init,false):window.attachEvent(‘onload’,so_init);
var d=document, imgs = new Array(), zInterval = null, current=0, pause=false;
var fadetime = 3000;
function so_init()
{
if(!d.getElementById || !d.createElement)return;imgs = d.getElementById(‘ja_header_jsfade’).getElementsByTagName(‘img’);
for(i=1;i<imgs.length;i++) imgs.xOpacity = 0;
imgs[0].style.display = ‘block’; :(( Regel: 20
imgs[0].xOpacity = .99;setTimeout(so_xfade,fadetime);
}function so_xfade()
{
cOpacity = imgs.xOpacity;
nIndex = imgs?current+1:0;
nOpacity = imgs[nIndex].xOpacity;cOpacity-=.05;
nOpacity+=.05;imgs[nIndex].style.display = ‘block’;
imgs.xOpacity = cOpacity;
imgs[nIndex].xOpacity = nOpacity;setOpacity(imgs);
setOpacity(imgs[nIndex]);if(cOpacity<=0)
{
imgs.style.display = ‘none’;
current = nIndex;
setTimeout(so_xfade,fadetime);
}
else
{
setTimeout(so_xfade,50);
}function setOpacity(obj)
{
if(obj.xOpacity>.99)
{
obj.xOpacity = .99;
return;
}obj.style.opacity = obj.xOpacity;
obj.style.MozOpacity = obj.xOpacity;
obj.style.filter = ‘alpha(opacity=’ + (obj.xOpacity*100) + ‘)’;
}
}April 1, 2008 at 7:23 am #243876Hi,
I have the same problem with Ja_Villadi, Joomla 1.5.2 and the Header Module.
I updated joomla 1.5.1 to 1.5.2. and from that moment on I have the same problem. The header module does not work. :confused:
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 1, 2008 at 10:29 am #243904Hi everybody !
I have the same problem with ja header module in villadi for joomla 1.5.2 . I haved fix it following way :
open mod_ja_header.php file in modulesmod_ja_header folder
change code section at about line 64 :
$regex = '/'.implode ('|', $ja_header_imgtype).'$/i';
to
$regex = '/'.implode ('|', stripcslashes($ja_header_imgtype)).'$/i';
This is small bug . I think JA will fix it soon !
jimmiehendriks Friendjimmiehendriks
- Join date:
- March 2008
- Posts:
- 33
- Downloads:
- 2
- Uploads:
- 2
- Thanked:
- 2 times in 2 posts
April 1, 2008 at 10:58 am #243906hainn84, toppie (that’s dutch for great!) it works again 🙂
Jimmie
April 9, 2008 at 4:36 pm #244945One little problem with that patch. If you have warnings on you’ll get Warning: implode() [function.implode]: Bad arguments. in C:wamphtdocsxxxmodulesmod_ja_headermod_ja_header.php
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
April 10, 2008 at 3:33 am #244980Hi iquana !
You do following way :
– You download attachment file then extract.
– Copy and overwrite mod_ja_header.php file to modulesmod_ja_header folder
good luck !ellie_t Friendellie_t
- Join date:
- March 2008
- Posts:
- 205
- Downloads:
- 0
- Uploads:
- 11
- Thanked:
- 1 times in 1 posts
April 18, 2008 at 12:50 pm #245894Thanks. This worked for me after reinstalling the header module update i was given, then updating the .php per your instructions…
May 9, 2008 at 12:54 am #248274Hi I have tried changing it and it came out in the header box ” function.implode”. Can you pleae help?
thanksMay 9, 2008 at 12:59 am #248276Hi Hainn84,
Replacing the file it works! but the function.implode still came out after the last image.
thanks. Michaelellie_t Friendellie_t
- Join date:
- March 2008
- Posts:
- 205
- Downloads:
- 0
- Uploads:
- 11
- Thanked:
- 1 times in 1 posts
May 9, 2008 at 2:52 am #248293did you 1. uninstall module 2. reinstall module 3 update php file?
don’t use the zip file above but do it yourself with the instructions he wrote out that is above that post with the zip file.the zip file didn’t work for me but when i edited myself using his instructions, it worked completely.
brucetaylor Friendbrucetaylor
- Join date:
- May 2008
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 2 times in 1 posts
June 5, 2008 at 5:24 pm #252182I have tired everything in this thread and I getting the attached error.
When I attempt to run flash I get an error preventing the site from runing.
Any idea’s? I am running Joomla 1.5.2
http://www.divemidlancs.co.uk:confused:
brucetaylor Friendbrucetaylor
- Join date:
- May 2008
- Posts:
- 60
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 8
- Thanked:
- 2 times in 1 posts
June 5, 2008 at 6:26 pm #252192I have managed to fix my site. I was missing the a.jpg in my images file
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 8 voices, and was last updated by brucetaylor 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
ja header1.5 module for 1.5 joomla – whats the story
Viewing 13 posts - 1 through 13 (of 13 total)