PDA

View Full Version : Mini Mods - Mini Photo editor Mod


GavoTrav
06-13-2011, 10:00 PM
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

http://snapr.info/images/4xeawe.png

Then call it "photoeditor"

and paste this in


$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>


Then upload this to your forums root directory
Photoeditor.php (https://vborg.vbsupport.ru/attachment.php?attachmentid=130046&stc=1&d=1308054999)

Done ;)

https://vborg.vbsupport.ru/external/2011/06/36.png

GavoTrav
06-17-2011, 01:00 AM
Edit: If you want this on more then one theme you have to add the template to the theme as well

viper357
11-03-2011, 01:40 PM
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?

sa3eka.com
11-03-2011, 04:31 PM
thank u man

for Arabic

للعربية

http://forum.sa3eka.com/soft99976.html

GavoTrav
11-29-2011, 02:11 AM
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?

Sorry for late reply but, Its pulls a flash file in which is like photoshop.

You upload your file to it. Its just iframe and it dosnt use your server at all :)

TheOGMonsta
11-29-2011, 10:32 PM
Yeah, pretty good mod.