Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 6:52 pm (All times are UTC )

 




Post new topic Reply to topic  [ 4 posts ] 
Author Message
Posted: Tue Sep 25, 2007 7:39 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 25, 2005 11:53 pm
Posts: 15
Description:
When selecting "Your details" from the user menu bad html/php is shown in breadcrumbs.

Reported on:
Joomla 1.5 RC 2

Classification:
[Q&T] Critical/High/Medium/Low/Enhancement

Affected functions:
unknown

Related files:
Possible modules\mod_breadcrumbs\tmpl\default.php (?)

Steps to replicate:
- login to a site
- select "Your details"
- view breadcrums
- you will see "

Analysis:
[Q&T] Confirmed/Unable to confirm/Rejected
Any other comments

Proposed fix(es):
code from generated html/php file:

Code:
<div id="pathway">
<span class="breadcrumbs pathway">
<a href="http://localhost/Joomla/Joomla15RC/" class="pathway">Home</a> <img src="templates/rhuk_milkyway/images/arrow.png" border="0" alt="arrow" /> <span><![CDATA[Your Details]]></span></span>
</div>



Topic / Artifact ID:
-

System info:
-

Note: see attached jpeg


You do not have the required permissions to view the files attached to this post.


Top
  E-mail  
 
Posted: Wed Sep 26, 2007 4:35 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Wed Sep 26, 2007 4:30 pm
Posts: 1
I have this problem too.
I guess there is a bug in breadcrumbs.
There should be "<" or ">", but instead, they are "<" or ">".

Who can fix this bug?  :D


Top
   
 
Posted: Thu Sep 27, 2007 2:13 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Sep 27, 2007 2:10 pm
Posts: 4
I am also receiving this, specifically when I add a WRAPPER to the menu, I will see the wrapper title in the breadcrumbs!!  Thanks!!

Home arrow


Top
   
 
Posted: Thu Sep 27, 2007 2:17 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Thu Sep 27, 2007 2:10 pm
Posts: 4
KUDOS to jenscski

http://forum.joomla.org/index.php/topic ... #msg982148

In file modules\mod_mainmenu\helper.php, at line 272, replace

$tmp = $item;

with

$tmp = clone($item);


This will fix it! As Jinx said, it was a reference problem.


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group