vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - VB AnyMedia Player / Media Sites (youtube, google and many more) (https://vborg.vbsupport.ru/showthread.php?t=150491)

bostton1 01-13-2008 06:32 PM

this is the inline picture bbcode I found to work with my old mod, is something like this possible for goldbrick, I really need to get the IMG tags working properly with highslide on my forum.

<a href="{param}" class="highslide" onclick="return hs.expand(this,{slideshowGroup:'$post[postid]'})" target="_blank"><img src="{param}" width="100"></a>


https://vborg.vbsupport.ru/showpost....&postcount=298

thanks

nix 01-13-2008 06:39 PM

I don't have it picking up IMG tags yet. Just if you post the image link.

bostton1 01-13-2008 07:07 PM

Quote:

Originally Posted by nix (Post 1420784)
I don't have it picking up IMG tags yet. Just if you post the image link.

thanks, glad its going to be a feature. any idea on what release/timeframe it will be included.

skariko 01-13-2008 09:20 PM

Hi nix,
I love your mod but I've three questions.

1. On Internet Explorer it give me an error at 442 line and when I close the video.. the popup windows will close but the audio will continue to reproducing. (you can try yourself here: http://www.czeta.it/forum/video/2079...-pazzesco.html)
With Firefox I have no problem.

2. It's possible to remove the black background around the video? Some users say me that their computer go slow for this.

3. I see that when I click wherever outside the video it will close the popup window.. it's possible to remove this option?

Thanks and sorry for my english.
Ska

nix 01-13-2008 09:37 PM

Those are all relating to the highslide.js file. The black background can be turned off in the highslide.js file. The other issues I have no control over.

AWJunkies 01-13-2008 10:07 PM

What html are you referring to to change how images show up? I am looking though the files and don't see it. OK it is in your XML file see it now.

Also did you look at the mod that broke your mod. Well not really but the mod that uses ajax to view first post in a thread on forum view.

skariko 01-13-2008 10:12 PM

Quote:

Originally Posted by nix (Post 1420876)
Those are all relating to the highslide.js file. The black background can be turned off in the highslide.js file. The other issues I have no control over.

Ok thank you nix.
I try to seeing the highslide.js file.. do you know exactly where can I eliminate the blackground? I can't find it.

Thanks anyway,
Ska

bostton1 01-14-2008 01:11 AM

Quote:

Originally Posted by skariko (Post 1420891)
Ok thank you nix.
I try to seeing the highslide.js file.. do you know exactly where can I eliminate the blackground? I can't find it.

Thanks anyway,
Ska

dimmingOpacity: 0.00, // Lightbox style dimming background

set it to 0.00 and you should be good.

AWJunkies 01-14-2008 01:33 AM

Quote:

Originally Posted by bostton1 (Post 1420964)
dimmingOpacity: 0.00, // Lightbox style dimming background

set it to 0.00 and you should be good.

Yep correct what he said!

Anyone getting issues with quickedit? If I add images it does not add media it adds URL? Is there not support for quickedit?

AWJunkies 01-14-2008 02:15 AM

Also any support for this mod to work in CYB- Chatbox or event forum mod

I got the images to be next to each other a sample of this is here:

http://www.allwheeljunkies.com/showt...t=24455&page=2

Now my only issue is I want people to be able to start viewing images before they are all done loading. I am looking through to see if there is a setting for this in the js files.

I need to make sure how I did it was ok so please check this over I don't want it to mess with other functions.

I went to gb_header template and changed this:
Code:

.gbmedia img, .anymattach img {
background:#fff;
border:1px solid #aaa;
color:inherit;
float:left;
margin:10px 10px 10px 5px;
padding:2px;
vertical-align:top;
width:130px;
}

To this:
Code:

.gbmedia img, .anymattach img {
background:#fff;
color:inherit;
float:none;
margin:5px 0px 5px 5px;
padding:2px;
vertical-align:top;
width:120px;
height:90px;
}

I removed the float left cause it was causing the first image to be by itself off to the left top corner while the rest of the images where in line with correct spacing. I changed the spacing a little to accommodate = spacing around all pictures. Got rid of the border because there was no type of roll over thing to let you know which picture you where on. So if you get rid of the border you will have a roll over effect with default Vbulletin a href color (mine in this case was blue). I also set a height setting so all pictures where same size and flowed together.

Then I went to gb_player template and changed this at the top:
Code:

<div id="vid-$info[unique]" class="gbmedia">
To:
Code:

<span id="vid-$info[unique]" class="gbmedia">
And at bottom changed this:
Code:

</div>
<div class="gbclear"></div>

To:
Code:

</span>
<span class="gbclear"></span>

This made it so it didn't treat each picture as a separate entity by using div.

Well it works let me know if this can damage the program in any way using span instead of div etc.


All times are GMT. The time now is 05:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05522 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete