• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Disable picture upload

Started by editamedia,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

editamediaTopic starter

Is there any way for disable picture upload? I don't need this.
  •  

PHPVibe A.

Hi! You can remove it in tpm/main/

Remove in tpl.globals.php

<li><a href="'.profile_url(user_id(), user_name()).'#shareTowall" title="'._lang('Upload an image from your PC').'"><i class="icon-picture"></i>'._lang('Upload image from your PC').'</a>


Remove in profile.php

<li><a data-toggle="tab" href="#pictureTab"><i class="icon-picture"></i></a></li>


and

<div class="tab-pane" id="pictureTab">
<div class="share">
<form id="validate" class="form-horizontal styled" action="<?php echo canonical(); ?>" enctype="multipart/form-data" method="post">
<input type="file" name="play-img" id="play-img" class="validate[required] styled">
<input type="text" class="validate[required] full" style="margin-top:5px; margin-bottom:5px;" name="pic-title" placeholder="<?php echo _lang("What's this picture?"); ?>"/>
<input type="text" class="full" style=" margin-bottom:5px;" name="pic-desc" placeholder="<?php echo _lang("Say something more about this picture"); ?>"/>
<input type="text" id="tags" name="tags" class="tags" value="<?php echo _lang("picture"); ?>">
<button type="submit" class="btn btn-primary"><i class="icon-ok"></i> <?php echo _lang(" Post now"); ?> </button>
</form>
</div>
<br style="clear:both;">
</div>

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 39904

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 70868

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 50964

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4423

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 22673

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 5788

Like a video - unlinke a video - relike a video does not work

Started by spirog


Replies: 7
Views: 4753