Open Source Services

Development Services and Products for Open Source e-Commerce Sites

 
Welcome, Guest
Please Login or Register.    Lost Password?
Support forum for freeware version of CineSound AV for osCommerce. <a href="www.open-source-services.com/Products/OS...tallation.html" rel="nofollow" target="_blank">Installation Service</a> | <a href="www.open-source-services.com/Products/OS...v1.0-PLUS.html" rel="nofollow" target="_blank">Premium Version</a>
Go to bottomPage: 1
TOPIC: Don't have any "Postion" locations
#829
Don't have any "Postion" locations 2 Years, 7 Months ago  
I am new to this. My programer left the company. Currently I don't have any Postions available. I current can see videos while in Admin but not on the Public site. Please help.
TMCCOMPCO
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#830
Re:Don't have any "Postion" locations 2 Years, 7 Months ago  
Hi

Thanks for your enquiry.

To create a positon, you need to do the following:

1) Add a position name to CineSound by clicking 'List Positions' and adding the new name.

2) Add the following code in the PHP file which generates the page where you want to put the video content:

Code:

<!-- BOF CINESOUND AV -->
<tr>
<td class="main">
<?php require_once(DIR_WS_FUNCTIONS . 'cs_av.php');doCineSoundContent('XXXXX'); ?>
</td>
</tr>
<!-- EOF CINESOUND AV -->

NOTE: The XXXXX should be replaced by the name of the position you have saved in CineSound AV. 



If you have done this and still can't see the video, or if you are unable to see video when using the default position in the index.php file, then check the following:

1) Make sure your content unit is set to 'Active'
2) Make sure only one content unit - active or not - is assigned to the position
3) Set the URL Substring to something that will cover the entire website, like the domain name only, for example

If none of these measure swork, I'll be happy to take alook at your installation if you send me your FTP and osCommerce admin access details as well as the URL of your site. However, I will only be able to look into this early next week as I am fully booked up for the rest of this week.

Regards

Nick
hanuman
Moderator
Posts: 371
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#831
Re:Don't have any "Postion" locations 2 Years, 7 Months ago  
Thanks Nick for responding.

1) Add a position name to CineSound by clicking 'List Positions' and adding the new name.
After I click "List Positions", no box areas asking me to click add new one.


2) Add the following code in the PHP file which generates the page where you want to put the video content:
Where would I add this? I log onto the ftp site and go to admin, includes, boxes or someplace else? Pleaseexplain.

Thank you.
TMCCOMPCO
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1