PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   Troubleshooting & Problems (http://www.photoplog.com/forum/forumdisplay.php?f=6)
-   -   Blank Pages (http://www.photoplog.com/forum/showthread.php?t=927)

CrazyChad 01-26-2007 07:56 PM

Blank Pages
 
I tried the shortcut to upload etc links ... still blank page like this (viewed source)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>


and not showing in the www.tdog.us/base

I did :

777 the Image folder

ACP - PhotoPlog Modify Setting

ACP - Usergroup Manager

Double checking ... 1) In the ZIP archive find the /photoplog directory, open the PhotoPlog config.php file in a TEXT ONLY editor, and set the full path to your main forum directory (check with your host if you are not sure of the full path) define('PHOTOPLOG_FWD','/public_html/base/');

Searched the Photoplog Lite forum and couldnt find something like my problem.

Thanks for the help.

Morgan 01-26-2007 11:58 PM

It looks like /public_html/base/ is not the correct full server path. It should be something like the following, with no ending slash:
Code:

define('PHOTOPLOG_FWD','/home/tdog/public_html/base');
That is a guess though. Either ask your host or place the following in a whatismyserverpath.php file, FTP to your main forum directory, and call it from your browser:
Code:

<?php

echo getcwd();

?>


CrazyChad 01-27-2007 01:34 AM

Perfect Solution !

Thank you !

Last question ...

http://www.tdog.us/base/photoplog/ is working

and now at http://www.tdog.us/base/ ...

What options can I ... mmm, this is kinda hard question for me to ask.

(thinking)

What options do I have to display the "Photoplog" link or banner etc and how can I make that happens ?

Thumbview banner will be nice so this will be the answer ?

http://www.vbulletin.org/forum/showthread.php?t=111993
or
http://www.vbulletin.org/forum/showthread.php?t=103839
or
and what else ?

I would like to have that photoplog page at the bottom of the forum at /base/
That will be very nice but possible that I am making a bad choice

Morgan 01-27-2007 01:40 AM

In the main README of the PhotoPlog ZIP archive, near the bottom of the file, are some instructions for showing thumbnails on the FORUMHOME and MEMBERINFO pages.
Code:

3) Want thumbnails on forum home and/or member info? Use $photoplog_forumhome
  and/or $photoplog_memberinfo (right after $navbar appears) in the FORUMHOME
  and/or MEMBERINFO templates respectively


CrazyChad 01-27-2007 02:49 AM

Thanks ! That will be all ... possible looking forward to full version in the future.


All times are GMT. The time now is 11:08 PM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.