PDA

View Full Version : Miscellaneous Hacks - Photoshop-like Integration


Jaske
05-09-2010, 10:00 PM
Got this from Olowiak. Thought it was bananas!!
It's a mini-Photoshop image editor....hope y'all dig it!!:D


Demo---> http://chicancoem.net/photoshop/

- Upload files
- Import product
- vBulletin Settings -> Photoshop Online -> Enable Yes
-Once installed enter the url with "/photoshop/" at the end without the quotes...
e.g.-"www.yoursitename.com/forum/photoshop/"

*See screenshot below.

lazydesis
05-10-2010, 10:56 AM
looks like a separate script, nothing to do with vbulletin, is that right?

tfs

NFLfbJunkie
05-10-2010, 10:57 AM
This is pretty cool. Will it work on vB4?

TNCclubman
05-10-2010, 12:46 PM
all i get is a dark grey screen on your demo.

scottct1
05-10-2010, 01:20 PM
I installed it and it works, just wish I could get it full screen like the demo site. :)

Jaske
05-10-2010, 05:00 PM
looks like a separate script, nothing to do with vbulletin, is that right?

tfs
yes it's separate and should work on any vBulletin 3.8.x+ (tested on 3.8.5)

Jaske
05-10-2010, 05:07 PM
I installed it and it works, just wish I could get it full screen like the demo site. :)
do you have the latest version of Flash installed? and what version of vBulletin are you using?

lovegirl
05-10-2010, 08:06 PM
thx for the mod

Robru
05-11-2010, 07:29 AM
Error in 4.0.3:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3957

Parse error: syntax error, unexpected T_STRING in /var/www/forum/photoshop.php(46) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: photoshop_template in [path]/includes/functions.php on line 3957

ForumsMods
05-11-2010, 01:28 PM
Error in 4.0.3:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 3957

Parse error: syntax error, unexpected T_STRING in /var/www/forum/photoshop.php(46) : eval()'d code on line 1

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: photoshop_template in [path]/includes/functions.php on line 3957
If you see, it is for vB 3.8.

Robru
05-11-2010, 02:31 PM
If you see, it is for vB 3.8.

yes it's separate and should work on any vBulletin 3.8.x+ (PLUS)

Hostboard
05-11-2010, 05:13 PM
Couple of things...

1. Needs to be user group controlled. Installed any person in the world can use it.
2. Realy needs to be brough up in a VB template. At the very minimum should have header and nav bar.

Otherwise it is promising and something I can use.

Thank you

Jaske
05-11-2010, 11:46 PM
Couple of things...

1. Needs to be user group controlled. Installed any person in the world can use it.
2. Realy needs to be brough up in a VB template. At the very minimum should have header and nav bar.

Otherwise it is promising and something I can use.

Thank you
I agree completely....the editor inside the board template would be sick. If anyone wants to make these changes please do!

klaush
05-12-2010, 09:14 AM
Thanks, great idea and very useful specially for photocommunities.

It would be great, if we can set user group permissions.

blackberry
05-12-2010, 10:47 PM
woow awesome thanks

Jaske
05-13-2010, 01:45 AM
glad everyone is liking it!!

andie215
05-13-2010, 01:35 PM
Works with errors on 4.0.3 but all i get is a grey screen on 3.8.5 which is the version i'm using, such a shame as its brilliant... :(

Masked Crusader
05-13-2010, 01:50 PM
Couple of things...

1. Needs to be user group controlled. Installed any person in the world can use it.
2. Realy needs to be brough up in a VB template. At the very minimum should have header and nav bar.

Otherwise it is promising and something I can use.

Thank you

Point 2 is already addressed. Head to www.yourdomain.com/photoshop.php (instead of the photoshop folder) and it will put it into your vB setup. Also, there is a vB template under photoshop_template.

Just thought I would point that out if you did not notice.

blackberry
05-14-2010, 05:42 PM
Once installed enter the url with "/photoshop/" at the end without the quotes...
e.g.-"www.yoursitename.com/forum/photoshop/"
how and where? how can i change the address on navbar?

James T Brock
05-14-2010, 08:33 PM
Just a little heads up. Everyone should be aware that this program is not actually hosted on your server, it's hosted on someone else's server. If they decide to remove it or replace it with something else then there is nothing you do about it since the only thing you have is the "pointer" to their script which is located on their server.

This is still a cool mod though and an excellent idea. I like it.

blackberry
05-14-2010, 08:56 PM
how and where? how can i change the address on navbar?

Done*

blackberry
05-14-2010, 08:58 PM
Just a little heads up. Everyone should be aware that this program is not actually hosted on your server, it's hosted on someone else's server. If they decide to remove it or replace it with something else then there is nothing you do about it since the only thing you have is the "pointer" to their script which is located on their server.

This is still a cool mod though and an excellent idea. I like it.

Yep but then only thing is to remove it from ur server, by the way is it legal to point like this?

marshal_ramdev
05-15-2010, 02:34 PM
wollla awesome mate ! installed !

Hostboard
05-16-2010, 01:59 AM
Just a little heads up. Everyone should be aware that this program is not actually hosted on your server, it's hosted on someone else's server. If they decide to remove it or replace it with something else then there is nothing you do about it since the only thing you have is the "pointer" to their script which is located on their server.

This is still a cool mod though and an excellent idea. I like it.

For those interested I decoded the index file so everyone knows exactly what is being called...
Why the author decided to encode the javascript using unescape instead or the clear type is beyond me.
I am also questioning the use of the PhotoShop name as it is a registered trademark of Adobe.


<Script Language='Javascript'>
<!--
document.write(unescape('<frameset cols="*">
<frame name="page" src="http://pixlr.com/editor/">
</frameset>
'));
//-->
</Script>