Portal Themes, PHPnuke Themes and PostNuke themes Themes Home Page Profile Free Nuke theme Downloads Nuke theme Support Forums Nuke Themes Store
spacer image spacer image
Featured
Call of Duty 4 Nuke Theme

Call of Duty 4 Nuke Theme

Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...

$19.95
Enter Store ]
spacer image
Main Menu
spacer image
Site Status
spacer image Welcome Guest
Join us!
spacer image
spacer imagespacer imagespacer image
spacer image
Registration is free and gives full access to site
spacer image
spacer image Register
spacer image Login:
User:

spacer image
Password:

spacer image
Remember me
spacer image
spacer imageMembers:
Last: Today New:1
Last: Yesterday:3
Last: Total:6927
Last: Last:
sade
Members: Online
Members: Members:0
Guests: Guests:19
Total: Total:19
spacer image Online Members
No online members
spacer image
Past News
Older articles
spacer image


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
BigTyOffline
Post subject: Center block  PostPosted: 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?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject: RE: Center block  PostPosted: Jul 15, 2007 - 11:25 PM
Site Admin


Joined: Aug 15, 2004
Posts: 3931

Status: Offline
On the Norrath site?
What are you trying to do and what is happening?

_________________
 
 View user's profile Send private message  
Reply with quote
BigTyOffline
Post subject:   PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jul 16, 2007 - 12:12 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3931

Status: Offline
That usually means it is being denied based on an HTML tag not set to allowed in config.php

_________________
 
 View user's profile Send private message  
Reply with quote
BigTyOffline
Post subject:   PostPosted: Jul 16, 2007 - 12:19 AM



Joined: Nov 02, 2005
Posts: 64

Status: Offline
can I do this in another lang?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jul 16, 2007 - 12:21 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3931

Status: Offline
Huh?

_________________
 
 View user's profile Send private message  
Reply with quote
BigTyOffline
Post subject:   PostPosted: Jul 16, 2007 - 12:23 AM



Joined: Nov 02, 2005
Posts: 64

Status: Offline
can I do this in some other code?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jul 16, 2007 - 12:24 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3931

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

_________________
 
 View user's profile Send private message  
Reply with quote
BigTyOffline
Post subject:   PostPosted: Jul 16, 2007 - 12:34 AM



Joined: Nov 02, 2005
Posts: 64

Status: Offline
From what I can tell HTML is set active.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jul 16, 2007 - 12:38 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3931

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.

_________________
 
 View user's profile Send private message  
Reply with quote
BigTyOffline
Post subject:   PostPosted: 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
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jul 16, 2007 - 12:45 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3931

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.

_________________
 
 View user's profile Send private message  
Reply with quote
BigTyOffline
Post subject:   PostPosted: 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?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Jul 16, 2007 - 01:01 AM
Site Admin


Joined: Aug 15, 2004
Posts: 3931

Status: Offline
Yes, try removing the tags and see if it allows just the text to be edited

_________________
 
 View user's profile Send private message  
Reply with quote
BigTyOffline
Post subject:   PostPosted: 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
 
 View user's profile Send private message  
Reply with quote
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits
spacer image spacer image
Credit Cards | Credit Cards | Credit Cards | Charity Gifts | Refinance | Internet Marketing

Welcome to www.PortalThemes.com, Your #1 Source for

Zikula Themes

,

PHP-Nuke themes

,

MD-Pro Themes

,

Nuke Evolution Themes

,

Platinum Nuke Themes

,

Xanthia Themes

,

AutoThemes and

Joomla Templates
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment
SiteMap SiteMap 2 SiteMap 3