PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > General Forums > General Discussion

General Discussion General use discussion forum for PhotoPost products.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old November 12th, 2008, 08:59 PM   #21 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Been reading about the trailing slash on the data directory and tried the url with data/ and the server path with data/

If you set the url data/, the hotlink codes shows a double //, so that won't work, and neither did it work.

I modified $data_dir = "http://skidpics.com/galleries/data/"; in the config-int.php to show with a trailing /, and it works..

why doesn't this setting get changed when you edit it this via admin cpanel??

Now, inc_photopost.php has to be edited also to show the categories, correct?
skidpics is offline   Reply With Quote
Old November 13th, 2008, 07:55 AM   #22 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
My files are modified if I edit them through the admin panel remember they actually need to be writable on the server set as 666 to be modified.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 13th, 2008, 09:15 PM   #23 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
Any suggestions on how to get the featured thumbs to show below the navigation bar of SMF?
skidpics is offline   Reply With Quote
Old November 13th, 2008, 09:17 PM   #24 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
Not really sorry I dont use that product but I would assume possibly maybe hack your index.php file for smf and in some spot in that file do an include and echo the variable? you might want to ask over at SMF and see if they have some thoughts.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 13th, 2008, 09:18 PM   #25 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
the index is small and just pulls in included from the template directory.

I tried adding it to another place in the index, but I get nothing. Then if I add within the template, I get errors. it seems like I have found the only place in the main index file where it actually works. weird.
skidpics is offline   Reply With Quote
Old November 14th, 2008, 05:37 AM   #26 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
I have another question then.. and I will post any results on this issue from what I find out on the SMF forums - Might help someone in the future.

Here is another issue with the SMF integration. When logging in, the styles are gone, meaning, all I get is the login prompts on a blank screen(white).
skidpics is offline   Reply With Quote
Old November 14th, 2008, 08:30 AM   #27 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
try in pp-inc.php changing this

Code:
Content visible to verified customers only.
to this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 14th, 2008, 07:16 PM   #28 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
that didn't work..

The menus disappear also on the top - the only ones that show are the ones I manually added to the menu template.

http://skidpics.com/misc.php?action=login&login=yes
skidpics is offline   Reply With Quote
Old November 14th, 2008, 07:27 PM   #29 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
well try making that function login this

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 14th, 2008, 07:31 PM   #30 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
no change again.. Hmm..
skidpics is offline   Reply With Quote
Old November 14th, 2008, 07:37 PM   #31 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
I find that hard to believe honestly that that results in nothing in either case.

The first change should easily have done it calling get_forum_style as thats the function used throughout the program and actually called in printheader already to grab the style.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 14th, 2008, 07:38 PM   #32 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
let me reboot and flush my cache again.

have you view it in your browser?

Skidpics 4images - Login
skidpics is offline   Reply With Quote
Old November 14th, 2008, 07:42 PM   #33 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
tried on my end and still nothing different. Applied the 2nd set if changes to the file.
skidpics is offline   Reply With Quote
Old November 14th, 2008, 08:06 PM   #34 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
well look at your source

I would need to see your files
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 15th, 2008, 09:42 PM   #35 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
there wouldn't be anything in the misc.php file I could add to get the stylesheet to work would there, since it calls that file?

and like I stated, but not sure if there is clue that none of the menubar is showing except the modded links I added to menubar.tmpl?

In the source listing, it is linking the stylesheet to this: <link rel="stylesheet" href="http://skidpics.com/lightbox.css" type="text/css" media="screen" />
skidpics is offline   Reply With Quote
Old November 15th, 2008, 09:54 PM   #36 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
I will have to review some codes. I uploaded new copies of misc.php and pp-inc.php, and it changed nothing..
skidpics is offline   Reply With Quote
Old November 16th, 2008, 10:14 AM   #37 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
<link rel="stylesheet" href="/style.css" type="text/css" />

It is listing the style as this

I would definately need to see the files and have access to say anymore.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old November 16th, 2008, 10:19 AM   #38 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
do you need admin access or ftp access?

this part is missing if I pull up the source from a dummy site I have up to tweak with.

<link rel="stylesheet" href="http://skidpics.com/forum/Themes/default/style.css" type="text/css" />
skidpics is offline   Reply With Quote
Old November 16th, 2008, 10:34 AM   #39 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,687
I would need both
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old December 13th, 2008, 02:22 PM   #40 (permalink)
Ultimate Member
 
Join Date: Jun 2007
Posts: 1,340
I cannot PM you - Where can I send the login info?
skidpics is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SMF 1.1 final integration with PP 5.21 climber Photopost Pro How Do I...? 2 December 12th, 2006 10:35 AM
SMF Integration conkhead Before You Buy 1 June 21st, 2005 05:11 PM
PhotoPost Enhanced vB3 Index Integration Michael P PhotoPost Product FAQs 0 November 16th, 2004 11:35 AM
4.8.5 vB3 Enhanced Integration Instructions Michael P PhotoPost Product FAQs 0 November 16th, 2004 11:27 AM


All times are GMT -5. The time now is 04:12 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0