Younessnet
07-02-2010, 11:40 AM
Hello friends
sorry for my English, I'm French and I use just a google translator
- One day, I asked how to stop members to upload their pics in profile, or their avatars on my harddisk or my ftp, and given permission to add them just by external links
Good one person helped me, and asked me to remove these code:
in research and tmeplate modifyavatar deleted this snippet: : <div class="blockrow">
<label for="avatarupload"><vb:if condition="$show['customavatar_url']">{vb:rawphrase option_2_upload_image_from_computer}:<vb:else />{vb:rawphrase upload_image_from_computer}:</vb:if></label>
<div><input type="file" id="avatarupload" class="primary textbox" name="upload" onchange="check_yes('avatar_yes')" tabindex="1" /></div>
<vb:if condition="$show['maxnote']">
<p class="description">{vb:raw maxnote}</p>
</vb:if>
</div>
directs you to the template modifyprofilepic then finds and removes this snippet: <div class="blockrow">
<label for="avatarupload"><vb:if condition="$show['profilepic_url']">{vb:rawphrase option_2_upload_image_from_computer}:<vb:else />{vb:rawphrase upload_image_from_computer}:</vb:if></label>
<input type="file" class="primary textbox" name="upload" id="avatarupload" />
<input type="hidden" name="MAX_FILE_SIZE" value="{vb:raw inimaxattach}" />
<vb:if condition="$show['maxnote']">
<p class="description">
{vb:raw maxnote}
</p>
</vb:if>
</div>
- Good one person helped me, and asked me to remove these code:
in research and tmeplate modifyavatar deleted this snippet:
directs you to the template modifyprofilepic then finds and removes this snippet:
Well, after this, the members have no right now to upload their personal pictures and pictures on my harddisk, but they can do just by exporting an image from an external link ...
- But I noticed a change, and I do not know if it's because of this change ...
For example, this change has not exactly hit the upload avatars and display pictures of profile, but rather all images uploaded to the forum
also add pictures and messages subjects
by cons, I just wanted to stop for display pictures and avatars, and authorize, on the topics and messages ..... and now when a member wants to upload an image on a topic or message, here is a screenshot:
http://www.vbulletin-ressources.com/forum/attachment.php?attachmentid=14661&d=1278062704
- and this is how it appears on the message (in large)
http://www.vbulletin-ressources.com/forum/attachment.php?attachmentid=14662&d=1278062752
- and when I am in Administrator mode, the approach works well, but slows down the rendering! , And here is a screenshot:
http://www.vbulletin-ressources.com/forum/attachment.php?attachmentid=14663&d=1278062819
and here it appears on the subject in small and when you click (she grew up in flash mode) :
http://www.vbulletin-ressources.com/forum/attachment.php?attachmentid=14664&d=1278062893
Good if you like,
I want to upload images is from the outside by external links and not on my harddisk, but just for display pictures and avatars ...
and at the same time I want to display the flash mode, and that's what interests me is the small display, and the flash mode when you click on filing ... I hope you understand me ...
If this is not possible, and I'm uploading the pictures on my FTP so I can have the flash mode, it does not matter, tell me how to make the codes at the top that I removed ...
sorry for my English, I'm French and I use just a google translator
- One day, I asked how to stop members to upload their pics in profile, or their avatars on my harddisk or my ftp, and given permission to add them just by external links
Good one person helped me, and asked me to remove these code:
in research and tmeplate modifyavatar deleted this snippet: : <div class="blockrow">
<label for="avatarupload"><vb:if condition="$show['customavatar_url']">{vb:rawphrase option_2_upload_image_from_computer}:<vb:else />{vb:rawphrase upload_image_from_computer}:</vb:if></label>
<div><input type="file" id="avatarupload" class="primary textbox" name="upload" onchange="check_yes('avatar_yes')" tabindex="1" /></div>
<vb:if condition="$show['maxnote']">
<p class="description">{vb:raw maxnote}</p>
</vb:if>
</div>
directs you to the template modifyprofilepic then finds and removes this snippet: <div class="blockrow">
<label for="avatarupload"><vb:if condition="$show['profilepic_url']">{vb:rawphrase option_2_upload_image_from_computer}:<vb:else />{vb:rawphrase upload_image_from_computer}:</vb:if></label>
<input type="file" class="primary textbox" name="upload" id="avatarupload" />
<input type="hidden" name="MAX_FILE_SIZE" value="{vb:raw inimaxattach}" />
<vb:if condition="$show['maxnote']">
<p class="description">
{vb:raw maxnote}
</p>
</vb:if>
</div>
- Good one person helped me, and asked me to remove these code:
in research and tmeplate modifyavatar deleted this snippet:
directs you to the template modifyprofilepic then finds and removes this snippet:
Well, after this, the members have no right now to upload their personal pictures and pictures on my harddisk, but they can do just by exporting an image from an external link ...
- But I noticed a change, and I do not know if it's because of this change ...
For example, this change has not exactly hit the upload avatars and display pictures of profile, but rather all images uploaded to the forum
also add pictures and messages subjects
by cons, I just wanted to stop for display pictures and avatars, and authorize, on the topics and messages ..... and now when a member wants to upload an image on a topic or message, here is a screenshot:
http://www.vbulletin-ressources.com/forum/attachment.php?attachmentid=14661&d=1278062704
- and this is how it appears on the message (in large)
http://www.vbulletin-ressources.com/forum/attachment.php?attachmentid=14662&d=1278062752
- and when I am in Administrator mode, the approach works well, but slows down the rendering! , And here is a screenshot:
http://www.vbulletin-ressources.com/forum/attachment.php?attachmentid=14663&d=1278062819
and here it appears on the subject in small and when you click (she grew up in flash mode) :
http://www.vbulletin-ressources.com/forum/attachment.php?attachmentid=14664&d=1278062893
Good if you like,
I want to upload images is from the outside by external links and not on my harddisk, but just for display pictures and avatars ...
and at the same time I want to display the flash mode, and that's what interests me is the small display, and the flash mode when you click on filing ... I hope you understand me ...
If this is not possible, and I'm uploading the pictures on my FTP so I can have the flash mode, it does not matter, tell me how to make the codes at the top that I removed ...