MyBB Hacks

Full Version: Manga
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i'm using postbit_classicSmile
You can create manga_postbit_first_classic if you want (copy and paste your postbit_classic to the template), and put the code into it:
(11-16-2015 12:55 AM)RateU Wrote: [ -> ]

Code:
{$GLOBALS['threadfields']['manga_images']}


For grabbing the first URL, you can use this code:

Code:
{$GLOBALS['threadfields_x']['manga_images']['value'][0]}

great application Smile demo site?
So when I click on one of the smaller images below, it would appear on the main image area at the top?

This is nice RateU. I was thinking this could also be used for other things such as users posting a design portfolio.
Hey there,

Thanks for the tut. I want to change the forumdisplay_thread look for a special subforum, a bit similar what you have done in this tut. So I created the threadfields, gave the subforum the prefix and created a new Global Template prefix_forumdisplay_thread.

However the standard template is not overwritten with the new one. I deleted and repeated all the steps again and again, but it is not working.

Do you know why this could happen?


Thank you for help, you are my last hope.

Edit: If I put the Variables in the themes standard templates, they are shown, but not the new style...
Pages: 1 2
Reference URL's