|
How to create costume pages
|
| Domi |
Posted on 01/29/08 05:02
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Due to popular demand this will make a page similar to our humorside/game side.
Copy this and name it myindex.php (for example)
Code<?php
require_once "maincore.php";
require_once "subheader.php";
require_once "side_left.php";
require_once INFUSIONS."the_kroax_center_panel/the_kroax_center_panel.php";
require_once "kroaxside_right.php";
?>
Take this and name it kroaxside_right.php
Code<?php
if (!defined("IN_FUSION")) { header("Location: index.php"); exit; }
//Display bottom center panels
echo "</td>\n";
//Display right side panels
echo "<td width='$theme_width_r' valign='top' class='side-border-right'>\n";
include INFUSIONS."the_kroax_random_movie_panel/the_kroax_random_movie_panel.php";
include INFUSIONS."the_kroax_latest_panel/the_kroax_latest_panel.php";
echo "</td>\n";
?>
Edited by Domi on 02/18/08 16:36
|
| |
|
|
| Jay |
Posted on 01/29/08 07:19
|

Newbie

Posts: 1
Joined: 09/06/07
|
very nice indeed thank you |
| |
|
|
| koenie12 |
Posted on 04/13/08 20:36
|

Junior Member

Posts: 17
Joined: 26/09/07
|
yay thanks |
| |
|
|
| Evolution |
Posted on 08/23/08 02:37
|

Newbie

Posts: 6
Joined: 25/04/06
|
hey,could you show me how to use this,except to call the varcade center panel and make a page for that instead please?
like your game page here.
Edited by Evolution on 08/23/08 02:41
|
| |
|
|
| koenie12 |
Posted on 08/23/08 05:56
|

Junior Member

Posts: 17
Joined: 26/09/07
|
include INFUSIONS."varcade_center_panel_folder/varcade_center_panel_file.php"; |
| |
|
|
| koenie12 |
Posted on 08/23/08 13:46
|

Junior Member

Posts: 17
Joined: 26/09/07
|
it was an example
require_once INFUSIONS."varcade_center_panel/varcade_center_panel.php";
will do the trick |
| |
|
|
| Evolution |
Posted on 08/23/08 14:25
|

Newbie

Posts: 6
Joined: 25/04/06
|
Thanks. |
| |
|
|
| Ads |
Posted on 05/20/13 06:35
|
Bot Agent
Posts: n^x
Joined: Always
|
|
| IP: localhost |
|
|
| koenie12 |
Posted on 08/23/08 22:47
|

Junior Member

Posts: 17
Joined: 26/09/07
|
no problem |
| |
|
|
| Corrosion |
Posted on 10/29/08 15:01
|

Newbie

Posts: 4
Joined: 20/07/06
|
anyone know how to do this in v7? |
| |
|
|
| koenie12 |
Posted on 10/31/08 07:56
|

Junior Member

Posts: 17
Joined: 26/09/07
|
try this:
http://dev.firebl...ticle_id=1
Edited by koenie12 on 10/31/08 07:56
|
| |
|
|
| Corrosion |
Posted on 10/31/08 19:16
|

Newbie

Posts: 4
Joined: 20/07/06
|
do jou know how I make it like this site the game pages
the panels only?
because I know nothing of that stuff there |
| |
|
|
| Domi |
Posted on 11/02/08 15:33
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Ill post a tutorial for V7 in do time aswell, it requires some more modding to have it as we have here now, but it aint that bad.
|
| |
|
|
| Corrosion |
Posted on 11/08/08 13:42
|

Newbie

Posts: 4
Joined: 20/07/06
|
thanks Domi
that would make it more fun and much more beautiful
nice weekend |
| |
|
|
| klemenz |
Posted on 11/08/08 16:18
|

Newbie

Posts: 1
Joined: 21/11/06
|
Yep thx domi
Looking forward to this..  |
| |
|
|
| Corrosion |
Posted on 12/21/08 12:44
|

Newbie

Posts: 4
Joined: 20/07/06
|
hey Domi do you've already found it pleas? |
| |
|
|
| Domi |
Posted on 12/21/08 13:11
|

Venue Admin

Posts: 147
Joined: 24/08/05
|
Ah, forgot about that one, here you go!
http://www.venue....ead_id=660 |
| |
|
|
| HighVoltage |
Posted on 02/06/09 11:55
|

Newbie

Posts: 2
Joined: 29/10/08
|
Oh, thanks a lot mate  |
| |
|