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