You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 149 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Block images not showing [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
SideX
Nuke Soldier
Nuke Soldier


Joined: May 17, 2006
Posts: 23


PostPosted: Wed May 17, 2006 1:22 pm Reply with quoteBack to top

Hello, ive been working with html for about 10 years now, php for 5 years, and phpnuke ever since v6.8

however these new versions with the damn wysiwyg has been a pain in my Rainbow Brite. I installed version 7.9 yesterday and ive been working on my theme for my site ever since. after a few hours of designing the theme i decided to take a break and create my blocks. So i created a simple block with a pitcure in it and enabled it but the image does not show. To See for yourself http:/www.extreme-hq.com/voicehosting/ Both my Resources block (file), and the default Information block (HTML) dont work. I know its not my code, so any other ideas as to why this dosnt work?

Code:
<?php
if (eregi("block-Center.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
$content  =  "<img scr=\"http://www.extreme-hq.com/voicehosting/images/banner.gif\"></img>";
?>


Edit: if you go to my site the images work because i edited all the html blocks from the mysql database, i still have this problem mentioned above.
Find all posts by SideXView user's profileSend private message
Xyberian
Colonel
Colonel


Joined: Mar 14, 2004
Posts: 1939

Location: Behind you

PostPosted: Wed May 17, 2006 2:44 pm Reply with quoteBack to top

Code:

<?php
if (eregi("block-Center.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
$content  =  "<img scr=\"http://www.extreme-hq.com/voicehosting/images/banner.gif\"></img>";
?>

Try this
Code:

<?php
if (eregi("block-Center.php",$PHP_SELF)) {
    Header("Location: index.php");
    die();
}
$content  .=  "<img scr=http://www.extreme-hq.com/voicehosting/images/banner.gif>";
?>

_________________
Home of the Enterprise PHP-NUKE
Find all posts by XyberianView user's profileSend private messageVisit poster's website
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by TOGETHER TEAM srl ITALY http://www.togetherteam.it - DONDELEO E-COMMERCE http://www.DonDeLeo.com - TUTTISU E-COMMERCE http://www.tuttisu.it
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.594 Seconds - 141 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::