OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Slideshow link problem (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Slideshow link problem

panda (Visitor)
Posts: 0
graphgraph
User Offline
Slideshow link problem 9 Years, 9 Months ago
Karma: 0  
Hi all , i have a problem with REM Slideshow , when i click on a image it bring me right in the house page , but the link add '&Itemid=1586' , that bring in the page the search module too , only if i disable it from module panel it will not show up ... how can i remove this problem ?
Thank you
Logged Logged
The administrator has disabled public write access.
panda (Visitor)
Posts: 0
graphgraph
User Offline
Re:Slideshow link problem 9 Years, 9 Months ago
Karma: 0  
i noticed that in every module of real estate manager , top10 for example too , all link add '&Itemid=1586'
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Slideshow link problem 9 Years, 9 Months ago
Karma: 101  
hello,

Please check menu Item ID what have real estate manager menu and 1586 - it equal ?
If not - please set in module option ItemId - correct value

Thanks,
Andrew
Logged Logged
The administrator has disabled public write access.
panda (Visitor)
Posts: 0
graphgraph
User Offline
Re:Slideshow link problem 9 Years, 9 Months ago
Karma: 0  
it's not the right itemid , even if i delete that search module and install a new one , the link is Always same and brings up the box too , i try changing itemid to the module in panel but it seems to have no effect , any itemid number i give to the module , any link of any house in any module bring in front search module too.
Only solution is to disable search module , but i need that module

Where is build the link for those module , cause i think are togheter , cause any module bring that link
Logged Logged
The administrator has disabled public write access.
panda (Visitor)
Posts: 0
graphgraph
User Offline
Re:Slideshow link problem 9 Years, 9 Months ago
Karma: 0  
i don't know how but i resolved , after reading again your post i noticed what u meant , so i check and real estate category menu item was that menu itemid , so i removed it ( it was not possible to change itemid in menu item ) and rebuild a new one .
And the problem still there ... but i just disable search module for home , that activate again and now all work fine , but house link have still that 'itemid=1586' in the link
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Slideshow link problem 9 Years, 9 Months ago
Karma: 101  
Hello,

Please try in file
{site}/componentscom_realestatemanager/router.php


find and remove below rows
Code:

        if (!empty($query['Itemid'])) {
            $query['Itemid'] = "";
            unset($query['Itemid']);
        }



please backup file first

Thanks OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»