PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
rasho
New Member
New Member


Joined: Feb 11, 2009
Posts: 5

PostPosted: Thu Aug 06, 2009 6:33 am Reply with quote Back to top

I´m traing put this code in topic:
Code:
$menuimg = menuimg("info.gif");
    echo "<font class=\"content\">"
   ."<center><a href= \"modules.php?name=Your_Account&amp;op=edituser\"><img src=\"$menuimg\" border=\"0\" alt=\"" ._CHANGEYOURINFO."\" title=\""._CHANGEYOURINFO."\"></a><br>"
   ."<a href=\"modules.php?name=Your_Account&amp;op=edituser\">"._CHANGEYOURINFO."</a>"
   ."</center></font></td>";

but preview:
Code:
$menuimg = menuimg("info.gif");
    echo "<font>"
   ."<center><a href="modules.php?name=Your_Account&amp;op=edituser\"><img src="$menuimg\" border="0\" alt="" title=""></a><br>"
   ."<a href="modules.php?name=Your_Account&amp;op=edituser\">"._CHANGEYOURINFO."</a>"
   ."</center></font></td>";

Where is the problem?
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Aug 06, 2009 3:14 pm Reply with quote Back to top

Can you please explain exactly what your issue is?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
rasho
New Member
New Member


Joined: Feb 11, 2009
Posts: 5

PostPosted: Thu Aug 06, 2009 11:23 pm Reply with quote Back to top

1. phpNuke 8.1
2. phpBB port v2.0.7 based on Tom Nitzschner's phpbb port 2.0.6 upgraded to phpBB 2.0.7 standalone
3. allow html tags in config forums: html,head,body,div,span,title,link,meta,style,
p,h1,h2,h3,h4,h5,h6,strong,em,abbr,acronym,
address,bdo,blockquote,cite,q,code,ins,del,dfn,kbd,pre,
samp,var,br,a,base,img,area,map,object,param,b,i,
tt,sub,sup,big,small,hr,ul,ol,li,dl,dt,dd,table,tr,td
4. In config.php : $AllowableHTML = array("img"=>2,"tr"=>1,"td"=>2,"table"=>2,"div"=>2,"p"=>2,"hr"=>2,"b"=>2,"i"=>2,"strike"=>2,"u"=>2,"font"=>2,"a"=>2,"em"=>2,"br"=>2,"strong"=>2,"blockquote"=>2,"tt"=>2,"li"=>2,"ol"=>2,"ul"=>2,"center"=>2, "embed"=>2,"object"=>2,"param"=>2, "script"=>2, "src"=>2, "font color"=>2,"bgcolor"=>2,"font"=>2,"href"=>2, "html"=>2, "color"=>2);

If put code in new topic displayed below:
Code:
$menuimg = menuimg("info.gif");
    echo "<font class=\"content\">"
   ."<center><a href= \"modules.php?name=Your_Account&amp;op=edituser\"><img src=\"$menuimg\" border=\"0\" alt=\"" ._CHANGEYOURINFO."\" title=\""._CHANGEYOURINFO."\"></a><br>"
   ."<a href=\"modules.php?name=Your_Account&amp;op=edituser\">"._CHANGEYOURINFO."</a>"
   ."</center></font></td>";

didn't displayed full.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Fri Aug 07, 2009 7:03 am Reply with quote Back to top

You have a syntax error.

Change:
<a href= \"modules.php?

To:
<a href=\"modules.php?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
rasho
New Member
New Member


Joined: Feb 11, 2009
Posts: 5

PostPosted: Fri Aug 07, 2009 1:04 pm Reply with quote Back to top

No changes. Sad
View user's profile Send private message
rasho
New Member
New Member


Joined: Feb 11, 2009
Posts: 5

PostPosted: Fri Aug 07, 2009 1:12 pm Reply with quote Back to top

Code:
Code:
$menuimg = menuimg("info.gif");
    echo "<font class=\"content\">"
   ."<center><a href=\"modules.php?name=Your_Account&amp;op=edituser\"><img src=\"$menuimg\" border=\"0\" alt=\"" ._CHANGEYOURINFO."\" title=\""._CHANGEYOURINFO."\"></a><br>"
   ."<a href=\"modules.php?name=Your_Account&amp;op=edituser\">"._CHANGEYOURINFO."</a>"
   ."</center></font></td>";

I view:
Code:
$menuimg = menuimg("info.gif");
    echo "<font>"
   ."<center><a href="modules.php?name=Your_Account&amp;op=edituser\"><img src="$menuimg\" border="0\" alt="" title=""></a><br>"
   ."<a href="modules.php?name=Your_Account&amp;op=edituser\">"._CHANGEYOURINFO."</a>"
   ."</center></font></td>";
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Fri Aug 07, 2009 1:21 pm Reply with quote Back to top

The code I posted works for me. Look in your server error log to see what errors are being reported.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
rasho
New Member
New Member


Joined: Feb 11, 2009
Posts: 5

PostPosted: Fri Aug 07, 2009 1:37 pm Reply with quote Back to top

No Error Log Messages.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum