Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Hacks and Modifications

Post Reply
 
Thread Tools
  #1  
Old 02-04-2009, 09:41 AM
KillerDream Offline
forum loafer
 
Join Date: Jan 2009
Posts: 2
Question [How To] Other template for Admin

Hello,

I want to make a new template for my photoblog without disturbing my visitors.
I thought, is it possible to make something, or maybe it exist already.
To configured Pixelpost that when I'm logged in as Admin that I see a other template than the visitors?
With this mod I can work on a new template.

Or maybe some code that sees my IP and give me a other template.
That's is also good.

I have only acknowledge about HTML and CSS.
Can someone help me with this problem/idea?
Reply With Quote
  #2  
Old 02-05-2009, 05:23 AM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
Search for the line in the index.php:
PHP Code:
if ($cfgrow['markdown'] == 'T') {
    require(
"includes/markdown.php");

add the following code below that code:

PHP Code:
if ($_SERVER['REMOTE_ADDR']=='127.0.0.0'// replace with your own address
{
    
$cfgrow['template']='templatefolder'// replace with your template folder

Based on your IP it will change the template.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
  #3  
Old 02-05-2009, 01:22 PM
KillerDream Offline
forum loafer
 
Join Date: Jan 2009
Posts: 2
Thumbs up

Thanks, it works!
Reply With Quote
  #4  
Old 02-05-2009, 06:55 PM
Dennis's Avatar
Dennis+ Offline
Team Pixelpost
 
Join Date: Jul 2006
Posts: 2,394
Send a message via MSN to Dennis
Of course it does.... :P
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 03:37 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs