MyBB Hacks

Full Version: Showcase Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(01-29-2011 01:53 AM)RateU Wrote: [ -> ]
(01-28-2011 11:59 PM)thalhah Wrote: [ -> ]thanks. preview not appear. huhu

If you mean by the preview is the website thumbnail, I don't know what happen to the thumbnail service. It is the second days the thumbnail not appear.
You can use other thumbnail service if you want, like thumbshots. I use this for Link Directory now. It is also a free thumbnail service, but you need to register there.

After register, if you don't know how to integrate it to your Showcase Forum, you can ask it here.

how to integrate?
Did you register there?
(01-29-2011 03:21 AM)RateU Wrote: [ -> ]Did you register there?

yup. just register a minute ago.
Did you get two codes after you registered there?
<img src="http://open.thumbshots.org/image.aspx?url=[LINK]" border="1" />

<a href="http://www.thumbshots.com" target="_blank" title="Thumbnails Screenshots by Thumbshots">Thumbnail Screenshots by Thumbshots</a>

this is the code right?
Yep, that codes.

For the second code, just put it in your footer or template.

For the first code:
scf_forumdisplay_thread template (line #41) and scf_showthread template (around line #68):

HTML Code
<img src="http://www.iwebtool2.com/img/?r={$mybb->settings['bburl']}/&amp;domain=http://{$GLOBALS['threadfields']['scfurl']}" alt="{$GLOBALS['threadfields']['scfname']} Preview" title="{$GLOBALS['threadfields']['scfname']} Preview" />


Replace the code above with:

HTML Code
<img src="http://open.thumbshots.org/image.aspx?url=http://{$GLOBALS['threadfields']['scfurl']}" alt="{$GLOBALS['threadfields']['scfname']} Preview" title="{$GLOBALS['threadfields']['scfname']} Preview" />

thanks RateU. i change that. may i know how much time it takes until screenshot/thumbnails appear?
I'm really sorry for late answer. I lost my internet connection Biggrin

(01-29-2011 03:48 AM)thalhah Wrote: [ -> ]i change that. may i know how much time it takes until screenshot/thumbnails appear?

Not quite sure. Usually, only one minute.
thanks2 working perfect now. you are the best.
Thats why it stopped working:

Code:
NOTICE: This domain name expired on 01/24/2011 and is pending renewal or deletion

Pages: 1 2 3 4 5
Reference URL's