Page 1 of 1

Images across in attachment

Posted: 16 Oct 2011, 18:09
by wcgamer
hello, how did Images across in attachment, like this
Без имени-1.jpg
thank you, Max.

Images across in attachment

Posted: 16 Oct 2011, 19:12
by Stoker
Open: styles/prosilver/template/attachment.html
Find:

Code: Select all

<!-- IF _file.S_THUMBNAIL -->
		<dl class="thumbnail">
			<dt><div class="highslide-gallery"><a href="{_file.U_DOWNLOAD_LINK}/{_file.DOWNLOAD_NAME}" class="highslide" onclick="return hs.expand(this)"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}" /></a><div class="highslide-caption">{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}</div></div></dt>
			<!-- IF _file.COMMENT --><dd> {_file.COMMENT}</dd><!-- ENDIF -->
		</dl>
		<!-- ENDIF -->
Replace with:

Code: Select all

<!-- IF _file.S_THUMBNAIL -->
		<a href="{_file.U_DOWNLOAD_LINK}/{_file.DOWNLOAD_NAME}" class="highslide" onclick="return hs.expand(this)"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}" /></a><div class="highslide-caption">{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}</div>
		<!-- ENDIF -->

Images across in attachment

Posted: 16 Oct 2011, 19:56
by wcgamer
no changes.
user: test
password: 123456
http://wcbot.dyndns.org/forum/viewtopic ... 2&start=10

Images across in attachment

Posted: 16 Oct 2011, 21:07
by Stoker
Open styles/prosilver/templates/bbcode.html
Find and delete:

Code: Select all

<!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open -->
<!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close -->

Images across in attachment

Posted: 16 Oct 2011, 22:18
by wcgamer
thank you :)