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, 42 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Sample Block content problem [ ]
 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
tonydg
Nuke Soldier
Nuke Soldier


Joined: Jul 10, 2003
Posts: 32


PostPosted: Thu Jul 10, 2003 9:40 am Reply with quoteBack to top

I am trying to change a block that is a HTML type over to use as content in Sample Block.

However no matter how I change the code after $content =:


Code:
$content = "Here goes the content you want in your new block";]


I cant get it right

This is the HTML code I want to ust in the block
Code:
<a href="http://www.multimodalmedia.com/site/modules.php?name=Forums">
<img src="/site/images/admin/faq.gif"> </a>
<b>EXTREME DREAMS ONLINE FORUMSl</b></font></center><br>
<br>
<P ALIGN=CENTER>
Exreme Dreams has created an interactive forum where useres can exchange information, ask question and post comments. </p>
<P ALIGN=CENTER>
Click on the icon above and giveit a try!


New to someof this.

Help.

Tony D
Find all posts by tonydgView user's profileSend private message
Raven
General
General


Joined: Mar 22, 2003
Posts: 5233

Location: USA

PostPosted: Thu Jul 10, 2003 9:44 am Reply with quoteBack to top

Code:
<?php

/************************************************************************/
/* PHP-NUKE: Web Portal System                                          */
/* ===========================                                          */
/*                                                                      */
/* Copyright (c) 2002 by Francisco Burzi                                */
/* http://phpnuke.org                                                   */
/*                                                                      */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License.       */
/************************************************************************/

if (eregi("block-Sample_Block.php",$_SERVER['PHP_SELF'])) {
    Header("Location: index.php");
    die();
}

$content = <<< _HTML_
<a href="http://www.multimodalmedia.com/site/modules.php?name=Forums">
<img src="/site/images/admin/faq.gif"> </a>
<b>EXTREME DREAMS ONLINE FORUMSl</b></font></center><br>
<br>
<P ALIGN=CENTER>
Exreme Dreams has created an interactive forum where useres can exchange information, ask question and post comments. </p>
<P ALIGN=CENTER>
Click on the icon above and giveit a try!
_HTML_;

?>

Make sure that there are NO psaces after the _HTML_ tags, only carriage returns.

_________________
Those who hear not the music think the dancers mad.
Raven Web Hosting|My Scripts & Stuff
Find all posts by RavenView 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
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.266 Seconds - 294 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::