[ Video Sharing CMS v4 ] PHPVibe 4.0 Beta

Started by PHPVibe A.,

Previous topic - Next topic

0 Members and 21 Guests are viewing this topic.

PHPVibe A.Topic starter

Quote from: kingofseo on
Alexander are there any changes done in the vibe_videos table ?

Hi, no!

PHPVibe A.Topic starter

This will be gold for new plugins:

Dynamic declare new source name:

return apply_filter('vibe-video-sources', $hostings);

Return dynamic source embed:
default:
			if(has_filter('EmbedModify')) {
			define('EmbedLink', $this->link);	
			$embedCode = apply_filters('EmbedModify',false);
			} else {
			$embedCode = INVALID_URL;	
			}
            break;


And details

default:
			if(has_filter('EmbedDetails')) {
			define('EmbedDetailsLink', $this->link);	
			return apply_filters('EmbedDetails',false);
			} 
            break;

ASDF

Hey Alex...what about the 4.0 stable version... :P.
  •  

PHPVibe A.Topic starter

I'm going through it, checking what's missing. Still have a few hours of this Sunday :)

ASDF

Even i was about to write/say that the sunday isn't over....but then i though, you aren't done and giving time to the threads.
Thank you for working on sunday for us... :) :) :).
  •  

PHPVibe A.Topic starter

Quote from: ASDF on
Even i was about to write/say that the sunday isn't over....but then i though, you aren't done and giving time to the threads.
Thank you for working on sunday for us... :) :) :).

No a pleasure to work on Sunday, but it's a must!
I still have to patch the edit video in both frontend and admin, the watch later, add to playlist (If I get to change that to), also the selects on the admin, and God knows what...I'm done with all the rest I've previously posted, playlists, members.

Going to try to sneak in the multiupload and thumb selector, if not, I'll patch it tomorrow.

ASDF

  •  

PHPVibe A.Topic starter

I believe this was very often requested ( you cheaters  :p ;D )

PHPVibe A.Topic starter

Quote from: ASDF on
I believe that's still a lot...lol.

It's really easy to code with PHPVibe, the only problem is my home pc which gets stuck like crazy (hard drive failure approaching).

wetvibes

"you cheaters" funny :)))) i hope thats an admin feature. It wont be fairplay to let the users edit those values.
  •  

PHPVibe A.Topic starter

Yes, it's admin feature.
Just noticed that editing video in the front-end doesn't keep category in select, and fixed.
Surprised nobody reported this...

PHPVibe A.Topic starter

Managed to make the admin ready for plugins, quite simple :D

Now if the sk doesn't correspond to a file, it will check if it corresponds to an action.

Example: /moderator/?sk=test
Plugin code to render an admin page which simply prints "Test"
function dummy(){
echo 'Test';
} 	
add_action('adm-test','dummy');


Now you can easily build dynamic pages in the /moderator from plugins by defining the actions as adm-{sk value}.

PHPVibe A.Topic starter

I've committed the new patch. Still working...:( but it's pretty much done, just some extra features (easy edits).
Doesn't see a stability issue at the moment.

PHPVibe A.Topic starter

Patched
tpl/main/layouts/related.php
/moderator/setts.php

Added an switch for related selection.
Warning: The by Title uses the search algorithm, it's pretty server heavy.

pantsuhentai

hi
install the plugin copyright removal and not appear on the panel pluguins :-\
  •  

elitepromo

her Alex i just did an upgrade to version 4.05 and ran the sqlupdater but it's not working... the error im getting is:

All should be ok now, check debug below for sql transaction results.
ezSQL (v2.17) Debug..

Last Error -- [BLOB/TEXT column 'description' used in key specification without a key length]

Query [7] -- [CREATE INDEX FullSearch ON vibe_videos (title,tags,description)]

Query Result..

No Results
  •  

wetvibes

Alex can you add an "Edit Ad" option and also on user's history (me/&sk=history) there should be an remove / delete videos option. Great job so far. Spor la treaba in continuarea!
  •  

wetvibes

sorry i forgot 1 more thing: Delete activities should be an option for the users and admin also.
  •  

wetvibes

Right now remove videos from Watch Later doesnt work also. You might wanna check that out.
  •  

Hersh

Alexander,

Since one of your previous updates, the home page now takes many seconds to load the entire page (around the same time you added the new loading gif). At the time, while I was patching I discovered which code change was responsible for this so I reverted it. But I have since forgotten unfortunately.

I don't know if this was intentional or not, but you can see it in on www.videoinedit.com everytime you reload the page.
  •  

Hersh

By the way, I've been meaning to report this (it's been a bug since 3.6). When you delete videos which have been added to a playlist before you delete them from the playlist, they leave a ghost in their place in the playlist.

I deleted these three videos but their ghost is still there:
  •  

PHPVibe A.Topic starter

Quote from: elitepromo on
her Alex i just did an upgrade to version 4.05 and ran the sqlupdater but it's not working... the error im getting is:

All should be ok now, check debug below for sql transaction results.
ezSQL (v2.17) Debug..

Last Error -- [BLOB/TEXT column 'description' used in key specification without a key length]

Query [7] -- [CREATE INDEX FullSearch ON vibe_videos (title,tags,description)]

Query Result..

No Results

It's ok, I've put a warning on that error may showing.
Try the search, if it works, you have no issue.

PHPVibe A.Topic starter

Quote from: pantsuhentai on
hi
install the plugin copyright removal and not appear on the panel pluguins :-\

Make sure it's copied at plugins/copy/plugin.php

PHPVibe A.Topic starter

Quote from: wetvibes on
Alex can you add an "Edit Ad" option and also on user's history (me/&sk=history) there should be an remove / delete videos option. Great job so far. Spor la treaba in continuarea!

Edit ad on the way.
Why should you remove videos from history? I can do that.

PHPVibe A.Topic starter

Quote from: wetvibes on
sorry i forgot 1 more thing: Delete activities should be an option for the users and admin also.

Ok, thanks! I'll check how it's the table build, see if can be done with owner checking.

Similar topics (7)