0
hey germi not to bug you on here....but ever since i sent you the payment for the custom work...you never even hit me back to let me know you recieved it
not one email...nothin....and ive tried to email you 3 times now its been 8 days
seeing as how thats the clients money....and over 200 american bucks...they kinda wanna know a timeline of when things can be expected
the only place i see you is on the forum....whats the eta on the custom work?
and also...if you check back to my site mytrackhouse.com
im havin an issue....the album search plugin doesnt use the set default item id or any id for that matter
its putting up the non sef links that start with component/muscol
anyway to fix this?
not one email...nothin....and ive tried to email you 3 times now its been 8 days
seeing as how thats the clients money....and over 200 american bucks...they kinda wanna know a timeline of when things can be expected
the only place i see you is on the forum....whats the eta on the custom work?
and also...if you check back to my site mytrackhouse.com
im havin an issue....the album search plugin doesnt use the set default item id or any id for that matter
its putting up the non sef links that start with component/muscol
anyway to fix this?
Responses (4)
-
Accepted Answer
-
Accepted Answer
0i fixed it myself...you simply forgot to add the itemid settings into the search plugin ....i went into your albums data array definitions around line 87 and hardcoded it in myself
$menuitemid = '&Itemid=59';
$albums_data[$i]->href = JRoute::_('index.php?option=com_muscol&view=album&id=' . $albums_data[$i]->id.$menuitemid ); -
Accepted Answer
0wait till you see what i did with the search engine itself
http://mytrackhouse.com
now im tryna figure out hwy i cant load the album hits into the
detailed artist view
i defined it in your foreach statement as
$album_hits = $album->keywords ; :blink:
then entered into the view
doesnt work....but when i load album-> id or name it works fine
why isnt the hits data comin in from the db? am i doing something wrong?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »