Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN Issues
Author Message
mrix
Client



Joined: Dec 04, 2004
Posts: 757

PostPosted: Mon Jun 20, 2011 2:53 am Reply with quote

Hello all, I have set up a block and added the html code in the editor, I would basically only want these links to appear on the index page only.
What would I need to add to get this ?
Thanks all
mrix
 
View user's profile Send private message Visit poster's website
spasticdonkey
RavenNuke(tm) Development Team



Joined: Dec 02, 2006
Posts: 1693
Location: Texas, USA

PostPosted: Mon Jun 20, 2011 8:57 am Reply with quote

You could use the block in the center up or center down position, or you could create a side block based on the block-Sample_Block and try something like this:

Code:
if ( !defined('BLOCK_FILE') ) {

    Header('Location: ../index.php');
    die();
}

if ( defined('HOME_FILE') ) {
$content = '<a href="http://somesite.com">some site</a><br />
<a href="http://somesite2.com">some site 2</a><br />
<a href="http://somesite3.com">some site 3</a>';
}else{
$content = 'Whatever you want to display everywhere else';
}
 
View user's profile Send private message Visit poster's website
mrix







PostPosted: Mon Jun 20, 2011 9:44 am Reply with quote

That really did work so well Very Happy Cool
Huge thanks for your time.
Cheers
mrix
 
Doulos
Life Cycles Becoming CPU Cycles



Joined: Jun 06, 2005
Posts: 732

PostPosted: Mon Jun 20, 2011 1:30 pm Reply with quote

Which solution did you use? Center block, or spastic's suggested code?
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> v2.4 RN Issues

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©