Matthew Hawley
Well-known member
Okay so I put this in the node title:
		
		
	
	
		
	
And got this:
		
	
So I went to node_forum_level_2 and found:
	
	
	
		
inside of:
	
	
	
		
So i changed the forum.title thing to:
	
	
	
		
And got this:
		
	
Now its all good to go! BUT, now I get this in the forum breadcrumb.
		
	
Also I need to be able to put more characters in the node title.
				
			
	And got this:
	So I went to node_forum_level_2 and found:
		Code:
	
	{$forum.title}
	inside of:
		Code:
	
	<h3 class="nodeTitle"><xen:if is="{$watchCheckBoxName}"><input type="checkbox" name="{$watchCheckBoxName}" value="{$forum.node_id}" /> </xen:if><a href="{xen:link forums, $forum}" data-description="{xen:if @nodeListDescriptionTooltips, '#nodeDescription-{$forum.node_id}'}">{$forum.title}</a></h3>
	So i changed the forum.title thing to:
		Code:
	
	{xen:raw $forum.title}
	And got this:
	Now its all good to go! BUT, now I get this in the forum breadcrumb.
	Also I need to be able to put more characters in the node title.