The Arcive of vBulletin Modifications Site. |
|
Mini Photo editor Mod Details »»
|
|||||||||||||||||||||||||||
This is the same in all Vbulletin versions 3.8.X I Dont know how to Make an XML Yet so This is a manual install. Firstly go to your theme you use and hit the drop down menu and hit add new template ![]() Then call it "photoeditor" and paste this in Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">Photo Editor</td>
</tr>
<tr>
<td class="alt1"><iframe src="http://pixlr.com/editor" width="100%" height="680" frameborder="0" scrolling="no"></iframe></td>
</tr>
</table>
<center><font size=-2>Image editor by Pixlr, code by <a href="https://vborg.vbsupport.ru/member.php?u=437104a">GavoTrav</a></center>
$footer
</body>
</html>
Photoeditor.php Done ![]() Download Now
Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Edit: If you want this on more then one theme you have to add the template to the theme as well
|
|
#3
|
||||
|
||||
|
Excuse me for asking a stupid question, but what exactly does this do? How and what photo's does it allow you to edit on your forum?
|
|
#4
|
|||
|
|||
|
|
|
#5
|
||||
|
||||
|
Quote:
You upload your file to it. Its just iframe and it dosnt use your server at all
|
|
#6
|
|||
|
|||
|
Yeah, pretty good mod.
|
![]() |
|
|