MyBB Community Forums

Full Version: [Mycode] Greybox ( image & web )
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
With attachment pop up it will only work if a guest is allowed to view attachments. Otherwise it will just keep on loading and go nowhere?
images too

Remplacement:
<i>reduce images</i><br><a href=$1 title="greybox effet" rel="gb_imageset[nice_pics][]"><img src='$1' width=200 border=0></a>

accessory images too

You go to template => Post Bit Templates => postbit_attachments_thumbnails_thumbnail
Del code & place :
<a href="attachment.php?aid={$attachment['aid']}"  rel="gb_imageset[nice_pic][]"><img src='attachment.php?thumbnail={$attachment['aid']}'</a>

[Image: greybox.png]
How can I make this without installing the files in the directories, like using an external server like ripway since I can't access the FTP since I'm just a free-hosted forum
(2010-05-15, 10:48 AM)E-Hero Kyle Wrote: [ -> ]How can I make this without installing the files in the directories, like using an external server like ripway since I can't access the FTP since I'm just a free-hosted forum

You have to ask your host.
How about using external server like ripway to host the files?
(2010-05-15, 05:47 PM)E-Hero Kyle Wrote: [ -> ]How about using external server like ripway to host the files?

It has to be one that allows PHP to be executed, and loading time will be slow. To be honest, not even sure it would work completely. Asking your host to upload it would be the easiest.
Like Ripway, it allows PHP hosting

www.ripway.com

Please teach me, I still can't afford the file access for the forum
(2010-05-17, 03:50 PM)E-Hero Kyle Wrote: [ -> ]Like Ripway, it allows PHP hosting

www.ripway.com

Please teach me, I still can't afford the file access for the forum

That won't work. The amount of hassle it would take to do this, it would be the same to move hosts.
Any file hosting you know that supports PHP execution?
(2010-05-18, 04:25 AM)E-Hero Kyle Wrote: [ -> ]Any file hosting you know that supports PHP execution?

I don't think any would. It would allow you to take over the site. :/
Pages: 1 2 3