| Author |
Message |
BigTy |
|
Post subject: Center block
Posted: Jul 15, 2007 - 11:15 PM
|
|
Joined: Nov 02, 2005
Posts: 64
Status: Offline
|
|
| 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 |
|
Post subject: RE: Center block
Posted: Jul 15, 2007 - 11:25 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3934
Status: Offline
|
|
On the Norrath site?
What are you trying to do and what is happening? |
_________________
|
| |
|
|
|
 |
BigTy |
|
Post subject:
Posted: Jul 15, 2007 - 11:55 PM
|
|
Joined: Nov 02, 2005
Posts: 64
Status: Offline
|
|
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 |
|
Post subject:
Posted: Jul 16, 2007 - 12:12 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3934
Status: Offline
|
|
| That usually means it is being denied based on an HTML tag not set to allowed in config.php |
_________________
|
| |
|
|
|
 |
BigTy |
|
Post subject:
Posted: Jul 16, 2007 - 12:19 AM
|
|
Joined: Nov 02, 2005
Posts: 64
Status: Offline
|
|
| can I do this in another lang? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jul 16, 2007 - 12:21 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3934
Status: Offline
|
|
| Huh? |
_________________
|
| |
|
|
|
 |
BigTy |
|
Post subject:
Posted: Jul 16, 2007 - 12:23 AM
|
|
Joined: Nov 02, 2005
Posts: 64
Status: Offline
|
|
| can I do this in some other code? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jul 16, 2007 - 12:24 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3934
Status: Offline
|
|
No need, just look in config.php and make sure that the tags you are using are allowed.
Like the DIV, BR, SPAN etc |
_________________
|
| |
|
|
|
 |
BigTy |
|
Post subject:
Posted: Jul 16, 2007 - 12:34 AM
|
|
Joined: Nov 02, 2005
Posts: 64
Status: Offline
|
|
| From what I can tell HTML is set active. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jul 16, 2007 - 12:38 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3934
Status: Offline
|
|
| 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 |
|
Post subject:
Posted: Jul 16, 2007 - 12:43 AM
|
|
Joined: Nov 02, 2005
Posts: 64
Status: Offline
|
|
$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 see |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jul 16, 2007 - 12:45 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3934
Status: Offline
|
|
$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 |
|
Post subject:
Posted: Jul 16, 2007 - 12:56 AM
|
|
Joined: Nov 02, 2005
Posts: 64
Status: Offline
|
|
Still the same issue.
Let me verify I should be editing in message correct? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jul 16, 2007 - 01:01 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3934
Status: Offline
|
|
| Yes, try removing the tags and see if it allows just the text to be edited |
_________________
|
| |
|
|
|
 |
BigTy |
|
Post subject:
Posted: Jul 16, 2007 - 01:06 AM
|
|
Joined: Nov 02, 2005
Posts: 64
Status: Offline
|
|
ok its fixed.
I had to deactivate the block then make my change and lastly activate it again. |
Last edited by BigTy on Jul 16, 2007 - 01:11 AM; edited 1 time in total
|
| |
|
|
|
 |
|
|