Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Gallery
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #131
RE: Gallery
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

(This post was last modified: 11-07-2015 04:21 AM by RateU.)
11-07-2015 04:19 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #132
RE: Gallery
Bootstrap theme looks nice!
(though, with every second site using it, it gets a little repetitive...)

My Blog
11-07-2015 10:45 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #133
RE: Gallery
(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.

11-08-2015 12:31 AM
Find all posts by this user Quote this message in a reply
ZEUZ Offline
Junior Member
**
Posts: 5
Joined: Apr 2016
Post: #134
RE: Gallery
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!!
04-10-2016 11:54 AM
Find all posts by this user Quote this message in a reply
Hiker Offline
Junior Member
**
Posts: 1
Joined: Apr 2016
Post: #135
RE: Gallery
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:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{$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>

(This post was last modified: 04-15-2016 02:11 AM by Hiker.)
04-14-2016 11:40 PM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #136
RE: Gallery
^ What does the template evaluate to, i.e. what's the actual HTML output?

My Blog
06-22-2016 05:23 PM
Find all posts by this user Quote this message in a reply
Destroy666 Offline
Junior Member
**
Posts: 27
Joined: Jul 2012
Post: #137
RE: Gallery
(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?
06-24-2016 11:25 PM
Find all posts by this user Quote this message in a reply
mrdangem Offline
Junior Member
**
Posts: 4
Joined: Jul 2016
Post: #138
RE: Gallery
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]
(This post was last modified: 07-10-2016 11:06 AM by mrdangem.)
07-10-2016 10:56 AM
Find all posts by this user Quote this message in a reply
Wally Offline
Junior Member
**
Posts: 12
Joined: Apr 2016
Post: #139
RE: Gallery
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.
02-02-2017 10:29 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #140
RE: Gallery
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.

02-03-2017 01:40 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: