MyBB Hacks

Full Version: Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
I don't use GoMobile, so trying to use Bootstrap.
Also I just want to test Bootstrap using MyBB 1.8 though Biggrin

Your gallery and YouTube gallery also very good Smile
Bootstrap theme looks nice!
(though, with every second site using it, it gets a little repetitive...)
(11-07-2015 10:45 AM)ZiNgA BuRgA Wrote: [ -> ](though, with every second site using it, it gets a little repetitive...)

Yeah, I agree with it. It get worse because most sites now using the same icon, font awesome (I use it in the screenshot).
No matter how I customize the color using the Bootstrap customize tool, it doesn't help much.
hi dudes!! i have  one question XD!! @zinga or @RateU  Xthreads work  fine  with goomobile? cause!! i have one problem!!  in my cpu working  fine  but  in mobile  is bad!!

1).- Custum fields  in goomobile fine!!

[Image: LQf80lm.png]


2).-  send information and show this!!

[Image: eMqWYhR.png]


WONDERFUL PLUGIN ZINGA  THANKS A LOTE AND GOOD  EXAMPLE!! THANKS FOR HELPME!!
Hello,

First of all, thank you very much for all the hard work that you have done for people, and the amazing plugins, resources, etc., that you have created.

Ok, I truly apologize if this has been answered. I have searched through this thread and tried for hours to fix this issue to no avail.

Everything works fine except one little problem. When a new image is posted, it appears in the gallery, however it does not appear in the thread. How can I make images that are posted in the gallery appear in the first post of its own thread. Right now it seems the only way would be for folks to post in the gallery, then attach the same image in the thread for discussion/comments.

It also does not appear in portal. I noticed this had been discussed and the solution was to change $threadfields to $GLOBALS['threadfields'] which I also did with no positive result.

Thanks for any help you can provide.
Here is the code for my gal_postbit_first template:

PHP Code:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
	<tr>
		<td class="thead">
			<div class="float_right smalltext">
				{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
			</div>
			<strong>{$thread['subject']}</strong> <small>by <a href="{$post['profilelink_plain']}">{$post['username']}</a></small>
		</td>
	</tr>
	<tbody>
		<tr>
			<td class="trow2 post_content {$unapproved_shade}">
				<div style="text-align: center; margin-bottom: 0.5em; margin-top: 0.5em;">
					<a href="{$GLOBALS['threadfields']['gal_img']['url']}"><img src="{$GLOBALS['threadfields']['gal_img']['thumbs']['280x280']['url']}" alt=" " width="{$GLOBALS['threadfields']['gal_img']['thumbs']['280x280']['w']}" height="{$GLOBALS['threadfields']['gal_img']['thumbs']['280x280']['h']}" /></a>
				</div>
				<div class="post_management_buttons float_right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
				</div>
				<div class="post_body" id="pid_{$post['pid']}">
					{$post['message']}
				</div>
			</td>
		</tr>
	</tbody>
</table>

^ What does the template evaluate to, i.e. what's the actual HTML output?
(11-06-2015 08:27 AM)RateU Wrote: [ -> ]Very simple XThreads Images Gallery using Bootstrap Biggrin

FD - Desktop


FD - Mobile


ST - Desktop


ST - Mobile

Any chance of sharing your code?
Sir how can I set it to only image url or upload to postimage.org(I already install postimage.org plugin)
because i believe if they keep uploading direct to my site it will
lead to slowing my site in the future??
Also sir how can I remove this legend here?
[Image: legend.png]
Hey Yumi. Is there a way to automatically resize uploaded images to 100x100, similar to how avatar uploads work.

I know there is a thumbnail option but is there a way to do this without creating two versions. So just one automaticaly resized 100x100 image.
If what you meant is automatically remove the original one (only the thumbnail uploaded), AFAIK, there is no default way to do that since XThreads needs it to rebuild the thumbnail if the user decides to change the thumbnail settings later and run the Rebuild Thumbnails feature.

If what you meant is you want only one thumbnail (the example is using 2 thumbnails), then just change the Image Thumbnail Generation setting, then run the Rebuild Thumbnails.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Reference URL's