Controls in heading
Controls in heading
Hello.
In my attachment photo highslide with this controls I want make this without bbcode Help me please, thank you...Max
In my attachment photo highslide with this controls I want make this without bbcode Help me please, thank you...Max
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Controls in heading
Open styles/prosilver/template/attachment.html
Find:
Replace with:
Refresh template.
Find:
hs.expand(this, { slideshowGroup: '{_file.THUMB_POST_ID}' })
Replace with:
hs.expand(this)
Refresh template.
Board rules! No PM support
Controls in heading
Can't find this code...
this my code
this my code
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 -->
Controls in heading
about attachments
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Controls in heading
Okay.
Open you overall_header.html
Find (may not be exactly like this):
Replace with:
Open you overall_header.html
Find (may not be exactly like this):
Code: Select all
<script type="text/javascript" src="{ROOT_PATH}highslide/highslide-full.js"></script>
<link href="{ROOT_PATH}highslide/highslide.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
// <![CDATA[
hs.graphicsDir = '{ROOT_PATH}highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
//hs.dimmingOpacity = 0.75;
// Add the controlbar
hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: 0.75,
position: 'bottom center',
hideOnMouseOut: true
}
});
// ]]>
</script>
Code: Select all
<script type="text/javascript" src="{ROOT_PATH}highslide/highslide.js"></script>
<link href="{ROOT_PATH}highslide/highslide.css" rel="stylesheet" type="text/css" />
Board rules! No PM support
Controls in heading
sorry... no changes
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Controls in heading
Refresh the template in ACP.
And give me a link to your board.
And give me a link to your board.
Board rules! No PM support
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Controls in heading
You have a conflict with the PhpBB Gallery which also is using Highslide.
Therefore delete this code from this mod as it is no longer needed:
That is the code you earlier replaced.
Then do a search at the phpbb gallery topic at phpbb.com and see if this has been asked before.
Therefore delete this code from this mod as it is no longer needed:
Code: Select all
<script type="text/javascript" src="{ROOT_PATH}highslide/highslide.js"></script>
<link href="{ROOT_PATH}highslide/highslide.css" rel="stylesheet" type="text/css" />
Then do a search at the phpbb gallery topic at phpbb.com and see if this has been asked before.
Board rules! No PM support