Recent posts

#12
imi spui te rog cum modific si in pagina de videourile sa nu se vada blurat ?
https://ibb.co/ZHv77BV
#13
avatar_Marius P.
Plugins / Re: License- Plugin Issue
Last post by Marius P. -
Hi!

1). The old licenses are kept only for those who are still using v6 and v5.
Once these versions reach the end of life it's also the end of the regular licensing system.
Regular licenses are not commercial licenses.
If your work falls under the commercial category you'll need to get a commercial license.  https://phpvibe.com/commercial-license/o1g/
But you can test without one as much as you want before launching the public website.
2). The commercial license only includes rights to use the CMS on a commercial project and has nothing to do with the plugins.
3). There is no connection between these two. The YouTube importer is released as a separate plugin now for the sole purpose of helping finance the continuation of this project. At least keep it online.


#14
H
Plugins / License- Plugin Issue
Last post by HPR -
Hello Mario
Nice to see you Again here...Lot of things changed now....

i have question related to vibe as follows

1. I had 7 license in my portal but it shows only 1 right now . Do I have to buy new licenses now?
2.If there is 1 commercial license,and i installed it on 1 website, do i still need to purchase the youtube importer plugin?
3.If I have a Vimeo add-on license, can I get an YouTube importer's license instead?because i want to test vibe first..

i couldn't find proper section in forum that's why i posted here
I hope you will answer my questions soon

Thank you

#15
Gata, i-am dat upgrade forumului, ca era cu 2 versiuni in urma. Sa speram ca nu vor mai fi belele.
#16
1. Poti face aceeasi modificare in layouts/ sau seta din settings pozele mai mari ptr resize.

2. Pai in css poti seta marimile, marimile decid care sunt pe rand. De exemplu o marima de 20% inseamna 5 pe rand, got it?
Daca pui margin, scazi marginea din marime. Asta e logica :) pur matematica.

uite, daca adaugi asta la finalul fisierul si dai clear cache (posibil si browser cache), o sa ai 6 pe rand:

@media screen and (min-width: 1599px) {
.video {
    margin-left:0.3% !important;
    /* width: calc(16% - 10px); *\
    width:16%;
    margin-right:0.3% !important;
}

fiindca 100% impartit la 6 este 16.66%

Legat de hack, o sa ma uit, e cam vechi smf-ul asta, dar cine a avut timp si de asta...schimba parola cu ceva mai strong.


#17
da s-a rezolvat cu poza de pe prima pagina apar impecabile acum :D,
dar cand intru pe un videoclip in partea dreapta si acolo am  videoclipuri ce pot alege  din pacate si acolo se vede in ceata thumbs


nu am inteles partea cu .video 
modific ce este mai sus cu
@media screen and (min-width: 1599px) {
.video {
    margin-left:xx% !important;
   width: calc(xx% - 10px);
    margin-right:xx% !important;
}


dar la xx% ce ar trebui sa pun  sa fie pe 5 video pe 6 de exemplu :))

EDIT: nu are legatura cu topicul , dar te poti uita ca cineva mi-a accesat contul aici si mi-a postat un topic cu o reclama si la semnatura mi-a pus o reclama
#18
Salut!

Pai ai in setari calitatea (marimea) thumbnailului.
Poti scoate insa redimensionarea, cu problema de a avea multe poze mari in load...
https://github.com/PHPVibe/PHPVibe/blob/master/themes/main/video-loop.php

thumb_fix($video->thumb, true, get_option('thumb-width'), get_option('thumb-height'))

poti pune

thumb_fix($video->thumb, false)


Cat despre a pune mai multe de 4 trebuie sa alterezi css-ul, marimile in css cu media queries in https://github.com/PHPVibe/PHPVibe/blob/master/themes/main/styles/phpvibe.css


.video {
    position: relative;
    width: 402px;
    width: calc(25% - 10px);
    float: left;
    padding: 4px 4px 16px 0;
    vertical-align: top;
    word-wrap: break-word;
    aspect-ratio: 16 / 9;
}

poti altera asa :



@media screen and (min-width: 1599px) {
.video {
    margin-left:xx% !important;
   width: calc(xx% - 10px);
    margin-right:xx% !important;
}


Evident, schimbi xx, samd.




#19
Hi! The way php hides that link makes it unavailable to play on newer devices.
It's in the process of being removed or updated (still documenting new ways).

You need to keep in mind that on the web it's impossible to stop the person from getting the video, if it plays it's already in the browser's resources tab where he can save it.
#20
Hi dear support team and all users



How can hide the video link so that no one can see or download the original video?

There is an option in the list of player features for this, but I could not activate it.
How can enable this feature?

You cannot view this attachment.