Recent posts
#21
Hello tweky94, unfortunately that did not work:-)
#22
hi , and sorry for my english 
look photo , I think it's a small bug, but it's not a problem, press more and refresh the cache, then put the password and enter

look photo , I think it's a small bug, but it's not a problem, press more and refresh the cache, then put the password and enter
#23
Hello everyone,
like most of you I've been waiting for the do-over of this amazing CMS.I just insatlled a new version once again , the first install was last evening, and on both installations, using different msql databases. After inserting my security admin numbers, the CMS don't allow me to enter the admin section of my website. Does anyone have any suggestions please? See my new site here:https://mervintimothyreyes.com/
Thanks
Mervin Reyes
https://mervintimothyreyes.com/
like most of you I've been waiting for the do-over of this amazing CMS.I just insatlled a new version once again , the first install was last evening, and on both installations, using different msql databases. After inserting my security admin numbers, the CMS don't allow me to enter the admin section of my website. Does anyone have any suggestions please? See my new site here:https://mervintimothyreyes.com/
Thanks
Mervin Reyes
https://mervintimothyreyes.com/
#24
Thanks Mario for explanation i ll check it asap

#25
Hello
i Installed vibe for test
i found share button not working on smart phone
Also mentined on github few months back
Anyone facing same issue?
i Installed vibe for test
i found share button not working on smart phone
Also mentined on github few months back
Anyone facing same issue?
#26
Hello
while installing i found following error
while installing i found following error
Code Select
Uncaught mysqli_sql_exception: Specified key was too long; max key length is 1000 bytes in /www/wwwroot/test.domain.com/app/classes/ez_sql_mysqli.php:264 Stack trace: #0 /www/wwwroot/test.domain.com/app/classes/ez_sql_mysqli.php(264): mysqli->query() #1 /www/wwwroot/test.domain.com/setup/install.db.php(72): ezSQL_mysqli->query() #2 {main} thrown in
/www/wwwroot/test.domain.com/app/classes/ez_sql_mysqli.php
on line
264
Code Select
Uncaught mysqli_sql_exception: Field 'id' doesn't have a default value in /www/wwwroot/test.domain.com/app/classes/ez_sql_mysqli.php:264 Stack trace: #0 /www/wwwroot/test.domain.com/app/classes/ez_sql_mysqli.php(264): mysqli->query() #1 /www/wwwroot/test.domain.com/setup/index.php(372): ezSQL_mysqli->query() #2 {main} thrown in /www/wwwroot/test.domain.com/app/classes/ez_sql_mysqli.php on line 264

#27
Salut!
Tot cu false la thumbfix
fisierul e asta https://github.com/PHPVibe/PHPVibe/blob/master/themes/main/layouts/related.php
#28
imi spui te rog cum modific si in pagina de videourile sa nu se vada blurat ?
https://ibb.co/ZHv77BV
https://ibb.co/ZHv77BV
#29
Hi
You can use this in index.php and load a different component.
https://github.com/PHPVibe/PHPVibe/blob/master/index.php
for example replace :
with
and then create your guesthome.route.php in /views
you can clone https://github.com/PHPVibe/PHPVibe/blob/master/views/home.route.php and change
to
and you'll need to build that guesthome.php in the theme folder similar to how home is built, but with your custom content for guests https://github.com/PHPVibe/PHPVibe/blob/master/themes/main/home.php
Code Select
if (!is_user()) {
//show something to guests
} else {
//show something else to users
}
You can use this in index.php and load a different component.
https://github.com/PHPVibe/PHPVibe/blob/master/index.php
for example replace :
Code Select
$router->map('/', 'home', array('methods' => 'GET', 'filters' => array('id' => '(\d+)')));
with
Code Select
if (!is_user()) {
$router->map('/', 'guesthome', array('methods' => 'GET', 'filters' => array('id' => '(\d+)')));
} else {
$router->map('/', 'home', array('methods' => 'GET', 'filters' => array('id' => '(\d+)')));
}
and then create your guesthome.route.php in /views
you can clone https://github.com/PHPVibe/PHPVibe/blob/master/views/home.route.php and change
Code Select
include_once(TPL.'/home.php');
to
Code Select
include_once(TPL.'/guesthome.php');
and you'll need to build that guesthome.php in the theme folder similar to how home is built, but with your custom content for guests https://github.com/PHPVibe/PHPVibe/blob/master/themes/main/home.php
#30
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.
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.