[Mini Frontpage] deleting the layout ?
- Posted by mairiaux (5) Offline
				Hello,
eg <p> tags are removed in iintrotext, are that this is normal?
How else do?
Thank you.
						
								12 years 2 months ago								#1
				by mairiaux
			
		eg <p> tags are removed in iintrotext, are that this is normal?
How else do?
Thank you.
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
				Yes some html tags are removed that's normal.
What tag or tags that you want to keep in MiniFP?
						
								12 years 2 months ago								#2
				by erwinschro
			
		What tag or tags that you want to keep in MiniFP?
Please Log in or Create an account to join the conversation.
- Posted by mairiaux (5) Offline
- Posted by erwinschro (1034) Offline
				If you want to not remove that tags, edit the followong file
modules/mod_minifrontpage/mod_minifrontpage.php at about line 95
you may add p and div tag there.
						
								12 years 2 months ago								#4
				by erwinschro
			
		modules/mod_minifrontpage/mod_minifrontpage.php at about line 95
$allowed_tags = "<i><b><strong><br><a>";you may add p and div tag there.
Please Log in or Create an account to join the conversation.
- Posted by mairiaux (5) Offline