trying to add Clipshare to Dolphin...

Ive been trying to install Clip-Share which is a youtube type video script to a Dolphin site but in a subfolder ex - www.mydolphin/clipshare/

 

The idea is so that I can set membership permissions to one group only to access that folder.

 

Only thing is, for some reason dolphin wont recognise the folder as valid and just says "Profile not available for view"

Seems to display this message if the script cant recognize any page I search that isnt part of the D script from the URL

 

Any ideas?

I thought about making it a subdomain that way would have seperate access outside the D system but I was wanting to use the membership control D offers for accessing this area!

 

Quote · 27 Aug 2010

Create a new file and name it clipshare.php

and add code below to it

<?
ob_start();
echo "";
header("Location: http://www.mydolphin/clipshare/");
ob_flush();
?>

----------

Add a New Item in the Navigation Menu and set URL and Target Window

URL: clipshare.php

Target Window: Same or New -> you choose what you want here

enter also System Name, Language Key etc

Quote · 27 Aug 2010

thanks, will give it a try!

Not sure what I do with the language key? guess I need to create a specific one?

 

Thanks - daihlo

Quote · 27 Aug 2010

 

thanks, will give it a try!

Not sure what I do with the language key? guess I need to create a specific one?

 

Thanks - daihlo

If you use only one language on your web site you can write Clipshare there,
but if you use more than one language, then you must use a language key....like this _Clipshare.

Quote · 27 Aug 2010

managed to get it half way working so far!...

 

Just a problem with the mysql settings.

Clip share install needs to import sql file which seams to be conflicting with the Dolphin one somehow.

 

Do you now if I am able to use a different sql database and user for the clipshare install alongside the dolphin one?

Sorry for basic (if basic) questions, not my area of expertise!

 

Thanks - daihlo

Quote · 28 Aug 2010

a bit more detail.

 

To install clipshare I have to import an sql file with database info.

 

if I try to import it to the existing sql database that dolphin is running then it gives errors on import.

 

If I setup a 2nd sql databse/user and use those details for the clipshare section, it says cant connect to mysql. Not sure if its still looking for the dolphin sql.

 

Tried several combinations but no improvement so far...!

Quote · 28 Aug 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.