Modules - Center block BigTy - Jul 15, 2007 - 11:15 PM Post subject: Center block
Hey guys my center block is up an drunning with no issues but I wanted to update it but for some reason it wont let me can someone lend me a hand to look into this issue?mars - Jul 15, 2007 - 11:25 PM Post subject: RE: Center block
On the Norrath site?
What are you trying to do and what is happening?BigTy - Jul 15, 2007 - 11:55 PM Post subject:
Add this
<div align="left"><div align="left">Hello fellows Norrathians,</div><br />
<br />
<div align="left">Norrath Wanderers is a guild where you can enjoy a great adventure with other fellows that won't let you down. </div><br />
<br />
<div align="left">We have no definite ambition other than helping out our fellow members, or anyone in needs for that matter, and live great adventures. There is no plan to achieve greatness among other guilds nor do we want to level up in a rush. If we ever attain such greatness, this will be because of the willingness of Norrath Wanderers members.</div><br />
<br />
<div>We focus on having friends whom you can rely on to help you with quests and crafters who share items between each other as needed. We understand what it takes to make an efficient group that will work together to overcome major opponents without getting killed in the process for no good reason.</div><br />
<br />
<div align="left">Norrath Wanderers do have rules, but the main thing is: we are together to have fun and play the game as a game, with no stress, Being a member of this guild is not a work, do what you feel like doing and if it helps the guild grow then it's all for the better.</div><div align="left"><br />
</div>Please take a moment to read the <A HREF="http://www.norrathwanderers.com/modules.php?name=Forums&file=viewtopic&t=176">Guild Rules</A>, if you have any questions please feel free to see any guild leader.<br />
<br />
<div>See you hunting in the fields.</div><br />
<br />
<div align="left"><strong>Norrath Wanderers</strong></div><br />
<div><span class="date"><br />
</span></div><br />
<br />
</div>
I click update and it stays the same.mars - Jul 16, 2007 - 12:12 AM Post subject:
That usually means it is being denied based on an HTML tag not set to allowed in config.phpBigTy - Jul 16, 2007 - 12:19 AM Post subject:
can I do this in another lang?mars - Jul 16, 2007 - 12:21 AM Post subject:
Huh?BigTy - Jul 16, 2007 - 12:23 AM Post subject:
can I do this in some other code?mars - Jul 16, 2007 - 12:24 AM Post subject:
No need, just look in config.php and make sure that the tags you are using are allowed.
Like the DIV, BR, SPAN etcBigTy - Jul 16, 2007 - 12:34 AM Post subject:
From what I can tell HTML is set active.mars - Jul 16, 2007 - 12:38 AM Post subject:
No, there is a line called allowed HTML in config.php, you need to make sure the tags you want to use are on that list.BigTy - Jul 16, 2007 - 12:43 AM Post subject:
$AllowableHTML = array("b"=>1,"i"=>1,"u"=>1,"div"=>2,"a"=>2,"em"=>1,"br"=>1,"strong"=>1,"blockquote"=>1,"tt"=>1,"li"=>1,"ol"=>1,"ul"=>1);
Thats what I seemars - Jul 16, 2007 - 12:45 AM Post subject:
$AllowableHTML = array("b"=>1,"i"=>1,"u"=>1,"div"=>2,"a"=>2,"em"=>1,"br"=>1,"strong"=>1,"blockquote"=>1,"tt"=>1,"li"=>1,"ol"=>1,"ul"=>1,"span"=>2);
try that.BigTy - Jul 16, 2007 - 12:56 AM Post subject:
Still the same issue.
Let me verify I should be editing in message correct?mars - Jul 16, 2007 - 01:01 AM Post subject:
Yes, try removing the tags and see if it allows just the text to be editedBigTy - Jul 16, 2007 - 01:06 AM Post subject:
ok its fixed.
I had to deactivate the block then make my change and lastly activate it again.mars - Jul 16, 2007 - 01:08 AM Post subject:
Really have no idea, try creating a new center block with the text and see what happens.BigTy - Jul 16, 2007 - 01:20 AM Post subject:
I edited my last post all is well thanks.