avatar_Marius P.

[ Video Sharing CMS v4 ] PHPVibe 3.4 Development

Started by Marius P.,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

lwc5757

Quote from: ilie88 on
You can doo that in admin, and by default is set to jwplayer, still the jwplayer will work only for remote/local or youtube videos.

Regards

Hello, I mean by set my video always play in high quality instead of auto. How can I do it?
  •  

ilie88

Quote from: lwc5757 on
Hello, I mean by set my video always play in high quality instead of auto. How can I do it?

That's an jwplayer configuration, you should search on google on how you can do that and edit the file class.providers in lib folder but be careful you can break the class if you don't know to edit

Regards ILIE
website: http://www.movietend.com  Don't PM me regarding news about the script's, I'm not from the stuff i am regular user like anyone else, Regards
  •  

lwc5757

Quote from: ilie88 on
That's an jwplayer configuration, you should search on google on how you can do that and edit the file class.providers in lib folder but be careful you can break the class if you don't know to edit

Regards ILIE
OK. Thanks. How about change my initial category? I mean by the moment someone share media link, the video automatically choose "A" category first.
Although I read the ads posted by @Mario at http://www.phprevolution.com/forum/script-modifications-203/adding-ads-to-phpvibe-v3-(the-manual-guide), I still can't find any code on tpl/XXXX. Can you give me a complete guide?
I have bought the license today and I already send to http://phprevolution.com/contact-us/
When will I get verified?
  •  

ilie88

Quote from: lwc5757 on
OK. Thanks. How about change my initial category? I mean by the moment someone share media link, the video automatically choose "A" category first.
Although I read the ads posted by @Mario at http://www.phprevolution.com/forum/script-modifications-203/adding-ads-to-phpvibe-v3-(the-manual-guide), I still can't find any code on tpl/XXXX. Can you give me a complete guide?
I have bought the license today and I already send to http://phprevolution.com/contact-us/
When will I get verified?

Hi, the categories are retrieved from mysql and are sorted by id when you create categories you should create in the order that you like example create first music etc and they will appear in the order that you created them,

about the ads is very simple you have to goo example: tpl/main/video.php for the video page and you should add the advertisement after <div class="related video-related"> i'm not responsible for Anny damage that you could cause so you should backup your site before start edit ting

Regards ILIE
website: http://www.movietend.com  Don't PM me regarding news about the script's, I'm not from the stuff i am regular user like anyone else, Regards
  •  

repute

Please make categories a multi select ajaxified field like:

Fist on drop down is select able with parent categories after selecting a parent show child categories in new drop down.

When you have a lot of categories its not realy user friendly, thanks!
  •  

sanishan

Mario, your doing great job.. keep it up :)

BTW if you add facility user could add/edit hosting site from admin panel this will help them alot.

BTW do you have any ETA when will be script available?

Because i have to create update for the module as well..

Is there any beta released option for developers?

Thanks,
Free PHPVibe Professional Customized Plugin http://phpvibemod.com/
  •  

Marius P.Topic starter

Quote from: lwc5757 on
@Mario, how do I change my initial category? I mean by the moment someone share media link, the video automatically choose "A" category first.

Normally, when someone share video from youtube, it will have a name "by admin". When I use youtube video importer, the video show "by" without any name. How can I set a username when I use video importer?

The default user from cron is under settings. You should check the patches topic in case you have an older download.
A default category to the select? I'll see what I can do.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

Quote from: fireslayed on
3.4 this way Odoi


This is specific to movies websites, phpvibe is a video cms, not movies cms, however we plan a PHPVibe "movies edition".
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

Quote from: sanishan on
Mario, your doing great job.. keep it up :)

BTW if you add facility user could add/edit hosting site from admin panel this will help them alot.

BTW do you have any ETA when will be script available?

Because i have to create update for the module as well..

Is there any beta released option for developers?

Thanks,

There are not functional changes yet. Just design.
I don't have an ETA, we just released 3.3, this will come, when it will be done, right now considering several options to add to it.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Marius P.Topic starter

Quote from: repute on
Please make categories a multi select ajaxified field like:

Fist on drop down is select able with parent categories after selecting a parent show child categories in new drop down.

When you have a lot of categories its not realy user friendly, thanks!

I hate ajax, but i'll see what I can do about it.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

repute

There are other ways to to do this I think, it was an idea to make the script better for sites with a lot of categories.
  •  

sanishan

Quote from: @Mario on
There are not functional changes yet. Just design.
I don't have an ETA, we just released 3.3, this will come, when it will be done, right now considering several options to add to it.

In most of my plugin required design changing and also the JS/Css file.

But i will wait.

Thanks,
Free PHPVibe Professional Customized Plugin http://phpvibemod.com/
  •  

Marius P.Topic starter

Why you didn't simply write separate files for them?
Going like plugin.css , plugin.js and adding them through a filter is much easier than to modify the core files, because let's face it, for now it's 1 design, bun when they will be 20-30? What you gonna do, offer support/info for every theme?
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

lwc5757

@Mario, is there any way that will auto generate video tags based on the video titles? For example The video with name "The quickest way to earn money online" will generate video tags like "quickest, earn money, earn money online". That will make everyone's job easier
  •  

Marius P.Topic starter

Not really, what you can do it's turn every word in keyword and remove the common ones...but idk any way to get tag allocations.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sanishan

Quote from: @Mario on
Why you didn't simply write separate files for them?
Going like plugin.css , plugin.js and adding them through a filter is much easier than to modify the core files, because let's face it, for now it's 1 design, bun when they will be 20-30? What you gonna do, offer support/info for every theme?

I know, but most of filter i don't know, if you create a list its help us alot, i tried few wordpress filter but not get success, i need list of all known fliter are available in script,

Thanks,
Free PHPVibe Professional Customized Plugin http://phpvibemod.com/
  •  

Marius P.Topic starter

function extra_js() {
return apply_filter( 'filter_extrajs', false );
}
function extra_css() {
return apply_filter( 'filter_extracss', false );
}



This are the filters that touch css and js with extras.




add_filter( 'filter_extracss','your css function name' );
add_filter( 'filter_extrajs','your js function name' );
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sanishan

Quote from: @Mario on
function extra_js() {
return apply_filter( 'filter_extrajs', false );
}
function extra_css() {
return apply_filter( 'filter_extracss', false );
}



This are the filters that touch css and js with extras.




add_filter( 'filter_extracss','your css function name' );
add_filter( 'filter_extrajs','your js function name' );


what is other function usage for header and footer?

Also i need to knwo the filter for admin panel to add the left site panel.

Thanks,
Free PHPVibe Professional Customized Plugin http://phpvibemod.com/
  •  

Marius P.Topic starter

This are the only 2.

In admin, there are 2 filters, one for importers submenu and one for the submenu of tools, there is none for main menu.
I will add several soon.

This is for "tools" submenu.


add_filter('filter-tools-menu','your submenu adding function');
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sanishan

Quote from: @Mario on
This are the only 2.

In admin, there are 2 filters, one for importers submenu and one for the submenu of tools, there is none for main menu.
I will add several soon.

This is for "tools" submenu.


add_filter('filter-tools-menu','your submenu adding function');


That's good,

what about the website header and footer filter?

Free PHPVibe Professional Customized Plugin http://phpvibemod.com/
  •  

Marius P.Topic starter

Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

sanishan

Quote from: @Mario on


I am not talking about admin panel header or footer, i am talking about website header and footer (filter).

Why, because my blog plugin required extra menu at top, beside the user login or the language selector.

Also in footer, i want to add some notification or menu for blog update or slider. i did not find a way to add my codes without disturbing the templates files.

Because in future as you told before there is 20-30 different templates designs will be available so its difficult for me to provide pluging for all of these templates designs..

Also there is no siderbar filter available as far as i know for the home page of website.

I need to know there is any option available.
Thanks,
Free PHPVibe Professional Customized Plugin http://phpvibemod.com/
  •  

Marius P.Topic starter

I knew what you talk off, and i've given you an answer that remains.
What is so complicated to look in tpl.globals.php and see the filters?
There are none in the menu for now.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

mastodon

mario... so far i haven't seen this option... could you consider adding the following one in 3.4?

Add an option for users to subscribe to a category/subcategory and get notifications when videos are beeing added?

  •  

sanishan

Quote from: mastodon on
mario... so far i haven't seen this option... could you consider adding the following one in 3.4?

Add an option for users to subscribe to a category/subcategory and get notifications when videos are beeing added?



I have this in my mind.. but its not a good option, by this use get 1000's of notification if site owner use youtube/vimeo auto importer,

Other beautiful option is like youtube, subscribe any channel (category) youtube display top watched or latest video on there home page..

Thanks,
Free PHPVibe Professional Customized Plugin http://phpvibemod.com/
  •  

Similar topics (7)