WebmasterSite.net: PHP scripts to enable your creativity
WSN Links PHP Directory Software
PHP Scripts Webmaster Links Support Forums


Gallery integration with WSN PPC?

Version:
printPrint


Gallery integration with WSN PPC?
phrightener
Member

Usergroup: Member
Joined: Oct 13, 2005
Total Topics: 8
Total Posts: 14
Posted 10/28/05 - 06:07 AM:
quote post
#1
Is this possible? Sorry for not looking through the forums more but I am short on time today. I already have WSN PPC directory installed and running great, but I would love to have a gallery integrated with it. I'd hate to have to have people sign up multiple times just to add links and photos.

If this is possible, how difficult is it to setup and integrate?

Thank you!
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 56
Total Posts: 5853
Posted 10/30/05 - 02:56 PM:
quote post
#2
Member system integration is basically the same as with any of the WSN scripts. To integrate Gallery into PPC, this integration file would work (presuming default settings for things mentioned in it):

<?php
// WSN member integration hack for WSN PPC

$memberstable = 'wsnppc_members';

$otherencoder = 'no'; // use md5 by default. if other, write it up in encoder.php

$admingroup = '3';
// Note: group listed above should be the administrative usergroup. If not, change the line above.
// Be sure you do not use the wrong group id, or members may be able to use your admin panel.

$idcookiename = 'wsnuser';
$passwordcookiename = 'wsnpass';
// fill in the name of the cookie that holds the member id and password, if possible.

$wsnintegration = true; // when this is true, PMs, IMs and online user lists will be integrated. Only works with fellow WSN scripts, and only after Links 3.2, Gallery 2.2, Forum 1.1, KB 1.2
?>


See the manual entry as well.

_____________________
"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founder of Red Hat
Search thread for
Download thread as


You don't have permission to post.

Please login or register.

   
 
© 2008 Paul Knierim. All rights reserved.