Xmap Link Plugin issues
3 posts
• Page 1 of 1
Xmap Link Plugin issues
Hello,
the first thing I like to say is that if you use sh404SEF (I have version 1.5.6) and this plugin you may get an error like this:
I just changed the name of the function in \administrator\components\com_xmap\classes\XmapAdmin.php to solve it.
Second, I have this problem: when I click on the Link button all I see in the tree of the popup window is the word "Home", no more, but my sitemap is OK. Any idea of what it could be?
Thank you!
the first thing I like to say is that if you use sh404SEF (I have version 1.5.6) and this plugin you may get an error like this:
Fatal error: Cannot redeclare getMenuTitle() (previously declared in [...]
I just changed the name of the function in \administrator\components\com_xmap\classes\XmapAdmin.php to solve it.
Second, I have this problem: when I click on the Link button all I see in the tree of the popup window is the word "Home", no more, but my sitemap is OK. Any idea of what it could be?
Thank you!
- Alejandro
- Fresh Boarder

- Posts: 3
- Joined: Thu Feb 25, 2010 1:12 pm
Re: Xmap Link Plugin issues
I have solve the issue removing the function htmlentities from
like this:
It works for me! Now I can use tildes in the menu names
- Code: Select all
echo "<node text=\"".htmlentities($node->name)."\"
like this:
- Code: Select all
echo "<node text=\"".$node->name."\"
It works for me! Now I can use tildes in the menu names
- Alejandro
- Fresh Boarder

- Posts: 3
- Joined: Thu Feb 25, 2010 1:12 pm
Re: Xmap Link Plugin issues
Alejandro wrote:I have solve the issue removing the function htmlentities from
I also have the same problem of the link plugin, it only show me the Home entry and my menuname, no other links at all.
I find the code you mentioned in the file /administrator/components/com_xmap/admin.xmap.html.php and modified it as you mentioned above, but my Xmap link plugin still show me the empty dialog.
What shall I do to fix this?
Thanks.
-

baijianpeng - Junior Boarder

- Posts: 27
- Joined: Thu Nov 08, 2007 2:24 pm
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest