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)

Bundy 01-12-2008 10:25 PM

Hi Guys

I've just installed this mod and I'd get this this errors up top left hand side of my forum I'm a bit confused about this one.

Thanks
Bundy

nix 01-12-2008 10:42 PM

Quote:

Originally Posted by bostton1 (Post 1420322)
I've read the upgrade directions, but before I begin I have a couple of questions.

do I need to remove the template edits I made for anymedia?

do I need to uninstall anymedia in the plugins section?

how does goldbrick handle all of the old posts that used anymedia?

thanks for your time and hard work on this amazing mod.

1. Yes

2. Yes

3. Doesn't . Something I'm adding. If you used media for your tags for anymedia and set post cache to 0 in vbulletin options it should pick up the old anymedia tags. You can then set post cache back to whatever it was.
Quote:

Originally Posted by AWJunkies (Post 1420350)
Yeah I need your any media 3.4 or something so I can go back and delete all the manual edits I had to do WAY back then. There is still some random that I see and delete but I need to make sure it is completely gone before going to this.

I've attached an old install text for anymedia. It has the template edits in it.
Quote:

Originally Posted by bostton1 (Post 1420393)
I have the anymedia install directions but I just noticed that there are big chunks of the edits missing when I open the file in html.

Quote:

Originally Posted by Bundy (Post 1420394)
Hi Guys

I've just installed this mod and I'd get this this errors up top left hand side of my forum I'm a bit confused about this one.

Thanks
Bundy

Open goldbrick/includes/class_goldbrick.php and delete this line

PHP Code:

curl_setopt($handleCURLOPT_FOLLOWLOCATIONtrue); 


Bundy 01-12-2008 11:00 PM

Thanks nix it's all fixed:)

Bundy

thangluoi 01-13-2008 02:44 AM

is there anyway you can edit your script to work with these songs ? They have no extension at the end.

http://www.viethifi.com/play.php?type=1&id=7602
http://www.bennhac.com/streaming/21121/64

bostton1 01-13-2008 03:20 AM

alright got it all working, I was having problems with attachments but read post 1402 and it fixed my problem.

I have a question about one of the features.

1. When people use/have used the img tags the forum displays the picture at full size without goldbrick. Is there a way to make IMG tags work with goldbrick or a way to disable the IMG tags? I have set "Set the tag name for the BBcode" in the gold brick options to various tags including img IMG [img] and [IMG] and it didn't seem to do anything either.

2. is there anyway to have it work if someone doesn't put the http:// in the url?

Im sure I'll have another question in the coming days.

thanks again.

christian8a 01-13-2008 05:56 AM

One of the best features my forum has :up:
But cant get it to work on vbadvanced bro, is that possible?

AWJunkies 01-13-2008 09:32 AM

Quote:

Originally Posted by nix (Post 1420401)
1. Yes

2. Yes

3. Doesn't . Something I'm adding. If you used media for your tags for anymedia and set post cache to 0 in vbulletin options it should pick up the old anymedia tags. You can then set post cache back to whatever it was.

I've attached an old install text for anymedia. It has the template edits in it.




Open goldbrick/includes/class_goldbrick.php and delete this line

PHP Code:

curl_setopt($handleCURLOPT_FOLLOWLOCATIONtrue); 


Thanks so much! I will search my database as well for any anymedia remains as well once I do that will test out this new system

AWJunkies 01-13-2008 10:47 AM

OK installed and LOVE IT! Now one issue and one comment.

There is a issue with your mod and this mod https://vborg.vbsupport.ru/showthread.php?t=145187

If you load the mod you will see what happens. It shows your mod but breaks it up in code bits it doesn't recognize your mod basically. Just need to add support for your mod in that AJAX section.

Now second is there a way to change how images are shown for instance you have them one on top of another. What if I post lets say over 300 images in a post. Well I created some code so it would do side by side and X amount across according to there browser etc and on down till all images where done. Can this be done with your mod as well. Here is a link to show you my example. Cause it would speed up the site a lot in the sense that it loads in your system and not on the actual page so page would pop up immediately and just load each picture separate and allow for not needing a thumbnail image to original.

Link: http://www.allwheeljunkies.com/showthread.php?t=24455

Also there is a small error with the auto media embed. Will show you example in minute. It is with images. It breaks up and does this:

[media]urlimage[/media]
[media]urlimage[/url]
[url]urlimage[/media]

Also when doing quick edit and editing out the [|url]urllink[/url|] to urllink and saving it will put it back as [|url]urllink[/url|] and not [media]urllink[/media]

FYI take out the | that was just to break up the BBcode from making it a URL link on this post :)

Ok here is another glitch. On that test link I put above. You have to wait till ALL photos are loaded on the page or your mod will freeze on a picture. Clear your cache and go to that link above. Go to second to last post right before the 130 pictures post. Click on that picture before the 130 pictures are done loading and see what happens. If you do it to fast the picture will not pop up and you will have to click again. When it finally comes up it will be frozen you can't click out of screen for it to go down or on the picture.

FYI: I have php 5.2.4 and mysql 5.0.23 Fx 2.0.0.11 Windows XP Pro SVP2
Tested in IE7 and it seems to load those 130 pictures the same time as the single pictures so there is no delay between loading to duplicate the issue in IE7.
Opera does same thing as Fx

So this is a very big issue when I post threads with over 500 images or more and if I have to wait for every single one to load before starting to look. That is an issue will need to use my other method to post them for now.

Great program by the way and great work. I will keep testing for you.

iogames 01-13-2008 04:57 PM

Well I installed ~*~GoLdBrIcK~*~ but...

what can I do with this? [I removed the whole anymedia file by file]

nix 01-13-2008 05:42 PM

Quote:

Originally Posted by AWJunkies (Post 1420594)
OK installed and LOVE IT! Now one issue and one comment.

There is a issue with your mod and this mod https://vborg.vbsupport.ru/showthread.php?t=145187

If you load the mod you will see what happens. It shows your mod but breaks it up in code bits it doesn't recognize your mod basically. Just need to add support for your mod in that AJAX section.

Now second is there a way to change how images are shown for instance you have them one on top of another. What if I post lets say over 300 images in a post. Well I created some code so it would do side by side and X amount across according to there browser etc and on down till all images where done. Can this be done with your mod as well. Here is a link to show you my example. Cause it would speed up the site a lot in the sense that it loads in your system and not on the actual page so page would pop up immediately and just load each picture separate and allow for not needing a thumbnail image to original.

Link: http://www.allwheeljunkies.com/showthread.php?t=24455

Also there is a small error with the auto media embed. Will show you example in minute. It is with images. It breaks up and does this:

[media]urlimage[/media]
[media]urlimage[/url]
[url]urlimage[/media]

Also when doing quick edit and editing out the [|url]urllink[/url|] to urllink and saving it will put it back as [|url]urllink[/url|] and not [media]urllink[/media]

FYI take out the | that was just to break up the BBcode from making it a URL link on this post :)

Ok here is another glitch. On that test link I put above. You have to wait till ALL photos are loaded on the page or your mod will freeze on a picture. Clear your cache and go to that link above. Go to second to last post right before the 130 pictures post. Click on that picture before the 130 pictures are done loading and see what happens. If you do it to fast the picture will not pop up and you will have to click again. When it finally comes up it will be frozen you can't click out of screen for it to go down or on the picture.

FYI: I have php 5.2.4 and mysql 5.0.23 Fx 2.0.0.11 Windows XP Pro SVP2
Tested in IE7 and it seems to load those 130 pictures the same time as the single pictures so there is no delay between loading to duplicate the issue in IE7.
Opera does same thing as Fx

So this is a very big issue when I post threads with over 500 images or more and if I have to wait for every single one to load before starting to look. That is an issue will need to use my other method to post them for now.

Great program by the way and great work. I will keep testing for you.

It's easy to make the Images float next to each other. You just have to change the html. I didn't do it because every forum is different.

The loading of images is all done with the highlside javascript. You can open it up in goldbrick/style/highslide.js and change it to meet your needs.
Quote:

Originally Posted by iogames (Post 1420737)
Well I installed ~*~GoLdBrIcK~*~ but...

what can I do with this? [I removed the whole anymedia file by file]

Revert the template.


All times are GMT. The time now is 11:34 AM.

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.02626 seconds
  • Memory Usage 1,769KB
  • 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
  • (2)bbcode_php_printable
  • (7)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