Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 01 Apr 2010, 14:31
Take a look here :
http://phpbb3addons.com/viewtopic.php?f ... 8&p=36#p36
How can i get the images to behave the same?
(the image where stokers avatar is on, is not behaving the same as the rest)
[edit]Fixed[/edit]
my settings looks like this now
Code: Select all
<!-- IF _file.S_THUMBNAIL -->
<dl class="file">
<a href="{_file.U_DOWNLOAD_LINK}/{_file.DOWNLOAD_NAME}" class="highslide" onclick="return hs.expand(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })"><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-heading"></div> -->
<div class="highslide-heading"></div>
<!-- IF _file.COMMENT --><br />{_file.COMMENT}<!-- ENDIF -->
</dl>
<!-- ENDIF -->
Code: Select all
<!-- IF _file.S_IMAGE -->
<dl class="file">
<a href="{_file.U_INLINE_LINK}/{_file.DOWNLOAD_NAME}" class="highslide" onclick="return hs.expand(this, { wrapperClassName: 'controls-in-heading', slideshowGroup: 'highslide' })"><img src="{_file.U_INLINE_LINK}" style="max-width:400px;" alt="{_file.DOWNLOAD_NAME}" title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}" /></a>
<div class="highslide-heading"></div>
<!-- IF _file.COMMENT --><dd><em>{_file.COMMENT}</em></dd><!-- ENDIF -->
</dl>
<!-- ENDIF -->
include/bbcode.php
What is wrong with that?
There is no control bar
Code: Select all
'img' => '<a class="highslide" href="$1" onclick="return hs.expand(this)"><img src="$1" style="max-height:210px;" alt="' . $user->lang['IMAGE'] . '" /></a><div id="controlbar" class="highslide-overlay controlbar"><a href="#" class="previous" onclick="return hs.previous(this)" title="Previous"></a><a href="#" class="next" onclick="return hs.next(this)" title="Next"></a><a href="#" class="highslide-move" onclick="return false" title="Move"></a><a href="#" class="close" onclick="return hs.close(this)" title="Close"></a></div>',
'size' => '<span style="font-size: $1%; line-height: normal">$2</span>',
Last edited by
Fire-Fox on 01 Apr 2010, 21:03, edited 5 times in total.
Oliver
BBCoder III
Posts: 120 Joined: 07 Mar 2010, 11:55
Post
by Oliver » 02 Apr 2010, 01:44
Does not work. I did all the installations. When you put a picture of the forum so when I press it so it open but in a new window. Does not change the color and nothing else.
Last edited by
Oliver on 02 Apr 2010, 12:00, edited 3 times in total.
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 02 Apr 2010, 08:09
Behave yourself!!
This is not a sh*t mod, it WORKS very well i might ad. i really hate people talking bad about others script/mods. The reason why they do it is because they can't get it installed, because they DON'T follow a instruction as they should!
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 02 Apr 2010, 10:12
What was your question FF? Did you solve the problem?
Board rules! No PM support
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 02 Apr 2010, 11:25
Can't get the control-in-heading to appear
in bbcode.php
Code: Select all
'img' => '<a class="highslide" href="$1" onclick="return hs.expand(this)"><img src="$1" style="max-height:210px;" alt="' . $user->lang['IMAGE'] . '" /></a><div id="controlbar" class="highslide-overlay controlbar"><a href="#" class="previous" onclick="return hs.previous(this)" title="Previous"></a><a href="#" class="next" onclick="return hs.next(this)" title="Next"></a><a href="#" class="highslide-move" onclick="return false" title="Move"></a><a href="#" class="close" onclick="return hs.close(this)" title="Close"></a></div>',
'size' => '<span style="font-size: $1%; line-height: normal">$2</span>',
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 02 Apr 2010, 13:08
Take a look in the install intructions and the edit of prosilver/template/attachment.html
Then you can see how it is done with attachments.
But I will warn you, what you are doing is affecting all images where the img bbcode is used.
Images with links in signatures will not work.
Board rules! No PM support
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 02 Apr 2010, 13:47
Yes i noticed it will affect all image, thats why im not going any futher with this
im a right in it could be added to the [hsimg]? bbcode
Last edited by
Fire-Fox on 02 Apr 2010, 18:59, edited 1 time in total.
chris1002
BBCoder II
Posts: 17 Joined: 04 Apr 2010, 19:24
Location: Germany
Post
by chris1002 » 04 Apr 2010, 20:23
Hello together,
I have a problem with the installation. Where must I the file " Highslide" copy? Into the root listing or where? I does not function myself that. I would like to have it as here in the first contribution. How do I make that, if more pictures is there?
Many thanks for your answers
Greeting Chris
PHPBB 3.07PL1
Style: Acid Tech Tiger of basis from Subsilver
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 04 Apr 2010, 20:56
Copy to root whis is the forum folder, also contains config.php
Board rules! No PM support
chris1002
BBCoder II
Posts: 17 Joined: 04 Apr 2010, 19:24
Location: Germany
Post
by chris1002 » 04 Apr 2010, 21:09
Hello,
thanks for the fast answer. I " now; Highslide" into the Root_Verzeichnis copied, the two files in the Style " Subsilver" changed. And how can I use now the super tools? Sorry, I is a beginner which sowas concerns.
Thanks for the assistance
Greeting Christian