Topic History of: Regarding Kwick Vertical Sliding Menu J!1.5 Max. showing the last posts - (Last post first)
|
dennysp |
We not make any customization for that, that's default from Remository Component Installation |
|
Leena |
Hi there,
Thanks a bunch! this is awesome, it works great. You was right that was css div name that was clashing.
Have one more question, just out of curiosity. Don't know if it is right to post it here.
On your site: http://www.camp26.com/component/option,com_remository/Itemid,0/func,select/id,1/
This link has files sortable by
Files
Order By : ID | File Title | Downloads | Submit Date | Submitter id
Wondering how you have got that. Did you customize Joomla database for this output. Is there any third party sort extn available for this.
I want to implement similar feature for my site, but couldn't do it so just thought to ask.
Thanks,
Leena |
|
dennysp |
Did you check your site in IE7? I made that change for fixing the bug found in IE7.
For your problem, I think because both of them have the same <div id="menu"> so the definition in swMenuFree will read the definition from Kwick Vertical. I have fixed that problem and you can download again from free download area. I hope no error found again 
regards,
dennysp |
|
Leena |
Thanks DannySP,
Really appreciate your help. This is fantastic, and the support is so good.
Just one input I will like to give: I don't know if others have faced this problem. But I have another menu (swmenfree) on left side of certain height. Once I enabled the new Kwickstart menu (updated with new target window)on right side, menu on other side(left) is getting adjusted to this "kwickstart menu" height.
compared last two: mod_kwickverti_slidingmenu.php files
and found code change here on line 40 of new file:
$total_menuitems = $status1 + $status2 + $status3 + $status4 + $status5 + $status6 + $status7 + $status8;
I changed this line back to:
$total_menuitems = 0;
if ($status1 == true AND $status2 == true AND $status3 == true AND $status4 == true AND $status5 == true AND $status6 == true AND $status7 == true AND $status8 == true)
$total_menuitems .= 1;
and things are working fine. Don't know if I did right thing. Pl. advice.
Thanks,
Leena |
|
dennysp |
Yes, I just updated the module for Joomla 1.0.x and for Joomla 1.5.x, now you can download it from free download area
regards,
dennysp |
|
camp26team |
Hello Leena,
Thanks for your sharing,
Lets you know, Denny was updated that module, so you able to setup from module paramaters.
As i know, he was uploaded for Joomla 1.0.x (for Joomla 1.5.x under progress), so please re-download that |
|