Jump to content

longsack

Members
  • Posts

    12
  • Joined

  • Days Won

    1

Everything posted by longsack

  1. It would be nice if on the screenshot view page (see image) you could also add the ability to select categories and tags for the video, while looking at the sceenshots...
  2. phseven, I'm interested, can you send a link? or where do I go?
  3. I'm looking for someone to develop (or if you have and will sell it) a custom post processing plugin that will move the screenshots, small mp4 video animation and other files to my CDN, once they are moved (transferred) then delete them from the primary server. So basically KVS will process the video as normal, create the screenshots and other files. Once it has completed the custom post processing plugin will move them to a CDN via FTP (or LFTP) or any other method that is available by my CDN. This is what is available as a plugin in our KVS setup. "This plugin lets you add your custom post-processing logic into videos and albums, which will be executed right after video / album processing is finished by KVS. In order to add your logic you should put your code into /admin/plugins/custom_post_processing/custom_post_processing.php file in the places identified by comments for videos and albums. Also you should modify custom_post_processingIsEnabled function in this file to return true.If you need this custom logic to be executed for existing videos or albums, use mass edit functionality from admin panel, which can manually execute this plugin for the selected set of videos or albums."
  4. My Pagination looks like this: <div class="container"> {{if $nav.show==1}} <div class="pagination"> {{if $pagination_direct_link!=''}} <a class="btn btn--full-width" href="{{$pagination_direct_link}}">{{$lang.common_list.load_more}}</a> {{else}} <div class="pagination-holder"> <ul> {{if $nav.is_first==1}} <li><a class="disabled"><i class="icon-chevron-left"></i></a></li> {{else}} <li><a href="{{$pagination_url_prefix}}{{$nav.previous}}"><i class="icon-chevron-left"></i></a></li> {{/if}} {{section name=index start=0 step=1 loop=$nav.page_str}} {{if $nav.page_str[index]!=''}} <li><a href="{{$pagination_url_prefix}}{{$nav.page_str[index]}}">{{$nav.page_num[index]|intval}}</a></li> {{else}} <li class="active"><a class="disabled"><span>{{$nav.page_num[index]|intval}}</span></a></li> {{/if}} {{/section}} {{if $nav.is_last==1}} <li><a class="disabled"><i class="icon-chevron-right"></i></a></li> {{else}} <li><a href="{{$nav.next}}"><i class="icon-chevron-right"></i></a></li> <li><a href="{{$nav.page_total}}/">Last</a></li> {{/if}} </ul> </div> {{/if}} </div> {{/if}} </div> For "<li><a href="{{$nav.page_total}}/">Last</a></li>" "Last" I would like it to show the final number, for example if I have 111 pages it should show something like < 1 2 3 4 5 6 7 8 9 > 111 Or even more perforable would be: < 1 2 3 4 5 6 7 8 9 ... 111 >
  5. It would be nice to have the ability to create "posters" for the background thumb for the video player for each video. probably too late for this update.
  6. Something I would love to see added! The user currently has the ability to "favorite" the actor / model in the video. The added feature that when a new video is uploaded that has that model, an email will be sent to all members who Favorited that model. Just an idea!
  7. Understand all on 1,2,3,4,5 and 7. For the above question. Perhaps it should consider growth % based on rebills/converts and initals... For example ... Site A has 100 members, at 10.00 per month, with an average of 25 new members per month and average membership retention rate of 80%. (using easy math here). It would project 12 months Month 1: 100*10.00 + 25*10.00 = 1,250.00 (members * $ + new * $) $ = the average income earned per member each month (because some may have different price ranges). Month 2: 125 (members) - 12.5 (80% retention) + 25 (new memberships) = 137.5 * 10.00 = 1375.00 Month 3: 137.5 - 17.1 + 25 = 145.4 * 10.00 = 1454.00 and so on.... This was a quick 5 minute idea on, the members, average memberships per month and retention rates. The numbers will probably always be changing number based on overall averages, so the above is more of a static example. I currently have an excel that averages my retention rates, average membership income earned, conversion rates based on traffic and page views, average rebills, average conversions, average initial bills. I have not figured out the best formula to use to project yet, but haven't tried all that hard. Biggest issue I have right now is I have to import by hand each membership billed (initial, rebill, conversion), all traffic data and a few other points. KVS has all the data I need currently within the script to generate everything I use for my excel sheets. Just a thought... a quick on page line graph with a few statistical averages and projections may do the trick.
  8. Hey guys, Have you thought of increasing the stats section? I know this is a secondary part of the script and I'm currently using excel to do this, but to have it built in would be nice... Things like: 1. Total sales per month 2. Total initial sales per month 3. Total rebills per month 4. Total conversions per month 5. Conversion % for each 1,2,3 per month based on traffic in 6. Projected sales. 7. Average Membership length. 8. 12 months projected sales based on % of new memberships per month, rebills and conversions 9. Breakdown of how each membership package is doing. The list goes on and to many to name at this point... It seems all the stats required are already built into the script, it just needs a page built to make it visible and show everything all on one page. I can send you my excel sheets I use to get an idea of what I'm breaking down and how I'm displaying it. The above would be helpful for a number of reasons, see if conversion rates change based on site changes, templates, and so on. Also to help plan for future growth, server space and so on. Just a thought.
×
×
  • Create New...