Home
Welcome, Guest
Please Login or Register.    Lost Password?
Please take a couple of minutes to search previous discussions and documentation for solutions before starting new threads.

Limiting Number of Videos/Pictures Upload
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Limiting Number of Videos/Pictures Upload
#27600
Limiting Number of Videos/Pictures Upload 5 Months ago Karma: 0
Hi,

Is there a hack available to limit how many videos and pictures a user in Community Builder can upload?

For instance, in my site I need users to ONLY be allowed to upload 5 pictures in PhotoShare, and 5 videos in VideoShare. I will have a ton of users and don't have the resources to run the next YouTube

Thanks!

John
jonboi2
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#27767
Re:Limiting Number of Videos/Pictures Upload 4 Months, 4 Weeks ago Karma: 189
Although we want to add this as an official feature a temporary hack for hwdVideoShare would be...

Edit his file:
<JoomlaRoot>/components/com_hwdvideoshare/models/upload.php

Around line 936 you will see the function uploadMedia().

Under the line 943 add the following, so the file reads:
$usersConfig = &JComponentHelper::getParams( 'com_users' );

// check for upload limit (temporary hack)
$db->SetQuery( 'SELECT count(*) FROM #__hwdvidsvideos WHERE user_id = '.$my->id );
$videoCount = $db->loadResult();
echo $db->getErrorMsg();
if ($videoCount > 5) {
global $mainframe;
$mainframe->enqueueMessage("You have reached your maximum upload limit and can not upload any more videos.");
$mainframe->redirect( JURI::root().'index.php?option=com_hwdvideoshare&task=frontpage&Itemid='.$Itemid );
}

$sessid = session_id();


Please note, I have actually added this code into the software but commented it out. It will be uploaded with the Nightly Build tomorrow night at 18:00 GMT.

The hack would be similar for hwdPhotoShare but I have not added that code yet.

Does this help?
Davros
Administrator
Posts: 13078
graph
User Online Now Click here to see the profile of this user
If you like hwdVideoShare please consider rating it in the Joomla Extensions Directory
The administrator has disabled public write access.
 
#30330
Re:Limiting Number of Videos/Pictures Upload 3 Months, 1 Week ago Karma: 0
any update on this feature?
thecom17
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#30700
Re:Limiting Number of Videos/Pictures Upload 3 Months ago Karma: 189
Sorry it has taken a few days to respond to this! I wanted to try and get some work done on this request before responding however, I have not had time. This will be developed, but nothing new has been done since the last post.
Davros
Administrator
Posts: 13078
graph
User Online Now Click here to see the profile of this user
If you like hwdVideoShare please consider rating it in the Joomla Extensions Directory
The administrator has disabled public write access.
 
#31353
Re:Limiting Number of Videos/Pictures Upload 2 Months, 3 Weeks ago Karma: 0
ok thank you
thecom17
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
get the latest posts directly to your desktop

Copyright © 2007-2010 Highwood Design | Your Details | Terms of Use | About