The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Simple Image Upload Details »» | |||||||||||||||||||||||||||||||||||
Download: http://mod.postimage.org/download/si...in_english.zip
This is a very simple alternative to attachment mod. It works only with images and allows users to quickly add images to posts. All images are stored on third party image hosting service and bbcode for images is automatically inserted in posts when users upload images. Thumbnails are automatically created on image hosting server. This mod is very easy to install and very easy to use. Code:
# #---------[ 1. EDIT TEMPLATES ]------------------------------------------------ # Log In and go to Admin Control Panel > Styles & Templates > Style Manager > Edit Templates > headinclude # #---------[ 2. BEFORE, ADD ]--------------------------------------------------- # <script type="text/javascript" src="http://mod.postimage.org/vbulletin-english.js" charset="utf-8"></script> # #---------[ 3. SAVE ]---------------------------------------------------------- # Other options and language settings are available here: http://postimage.org/mod.php Powered by Postimage.org Download Now
Screenshots
Show Your Support
|
Comments |
#2
|
||||
|
||||
Not to many free uploaders allow upload of adult content. I will try your service - any paid features or member benefits?
|
#3
|
|||
|
|||
I'll be trying it too.
|
#4
|
|||
|
|||
Haven't tried it yet. But, check out the screenshot I provided.
Why is it there twice? Where exactly do you put the one line in the headiclude template? That's probably why. Thanks!! |
#5
|
||||
|
||||
can operate in 4.2?
edit ... If it works, thanks |
#6
|
|||
|
|||
Someone has tried in 4.1.7?
Thanks! |
#7
|
||||
|
||||
Attachment 155170
Quote:
in headinclude placed just below Code:
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-core.js?v={vb:raw vboptions.simpleversion}"></script> On my board the headiclude edit placed the script in some inappropriate places, for example our Dragonbyte chatbox and in vbGallery/Albums. My solution was to block the unwanted locations with CSS in /style/additional css Example: vbGallery Create new album and edit photo/album Code:
/* Postimage Link Forms Disable*/ #edit_form > div.blockbody.formcontrols > div > div:nth-child(2) > div > a, #usercss > form > div.blockbody.albumedit > ul > li > div.maineditor > label > div > a{ visibility: hidden; pointer-events: none; cursor: default; } Code:
/* Postimage Link Chatbox Disable*/ #dbtech_shoutbox2 > div.blockrow.dbtech_vbshout_wrapper > div > div > div:nth-child(1) > ul.dbtech_shoutarea_left > li > div > a, #dbtech_shoutbox1 > div.blockrow.dbtech_vbshout_wrapper > div > div > div > ul.dbtech_shoutarea_left > li > div > a{ visibility: hidden; pointer-events: none; cursor: default; } Code:
/* Postimage Link Button*/ #vB_Editor_QR > div > div > div > div > a, #vB_Editor_001 > div > div.editor_textbox_container.smilie > div > div > a { color: rgb(0, 0, 0); font-size: 9px; padding: 5px; text-shadow: 0px -1px 0px rgba(30, 30, 30, 1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: rgb(219, 219, 219); background: -moz-linear-gradient(90deg, rgb(219, 219, 219) 30%, rgb(219, 219, 219) 70%); background: -webkit-linear-gradient(90deg, rgb(219, 219, 219) 30%, rgb(219, 219, 219) 70%); background: -o-linear-gradient(90deg, rgb(219, 219, 219) 30%, rgb(219, 219, 219) 70%); background: -ms-linear-gradient(90deg, rgb(219, 219, 219) 30%, rgb(219, 219, 219) 70%); background: linear-gradient(0deg, rgb(219, 219, 219) 30%, rgb(219, 219, 219) 70%); -webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75); box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75); } |
Благодарность от: | ||
Krusty1231 |
#8
|
|||
|
|||
The instructions simply read:
# #---------[ 2. BEFORE, ADD ]--------------------------------------------------- # <script type="text/javascript" src="http://mod.postimage.org/vbulletin-english.js" charset="utf-8"></script> Notice it just reads BEFORE, ADD Before what? No biggie I think it fixed itself. Just don't like unclear instructions. |
#9
|
||||
|
||||
UNINSTALLED
This mod is in error, the option to insert image appears within the thread several times... |
#10
|
|||
|
|||
Quote:
I have the Do Not Resize box checked/enabled and yet it still re-sizes the image. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|