Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
MySpace/YouTube/Google Video Addon (best yet) Details »»
MySpace/YouTube/Google Video Addon (best yet)
Version: 1.00, by Mr Chad Mr Chad is offline
Developer Last Online: Apr 2009 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.6.4 Rating:
Released: 12-04-2006 Last Update: Never Installs: 239
 
No support by the author.

...

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 12-09-2006, 03:03 PM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no, vb SEO works fine for me
Reply With Quote
  #53  
Old 12-09-2006, 06:00 PM
TCattitude's Avatar
TCattitude TCattitude is offline
 
Join Date: Oct 2004
Location: Chile
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr Chad View Post
if i put it there will it work in both normal and WYSIWYG mode? or does it need to be in both places?
I put the changes in both places.
Working without problems in wysiwyg and normal editor.
Reply With Quote
  #54  
Old 12-10-2006, 06:44 PM
cobradude cobradude is offline
 
Join Date: Nov 2001
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What are you guys using to edit the js script? As others have noted, as soon as I edit the script it falls over and I get an error on the page and the buttons don't work. Back out the changes and things are back to normal....
Reply With Quote
  #55  
Old 12-11-2006, 12:12 AM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try new code
Reply With Quote
  #56  
Old 12-11-2006, 04:58 AM
BigJimTheLug BigJimTheLug is offline
 
Join Date: Nov 2006
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mr Chad View Post
try new code

new code...?

can you be more precise and expand on this?
thanks
Reply With Quote
  #57  
Old 12-11-2006, 08:12 AM
francohungary francohungary is offline
 
Join Date: Dec 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone still having problems with this? I'd really like to get this to work - looks like a great feature but the video icon does nothing when clicked (using IE 6 browser - default security). The rest of my buttons work fine.
Reply With Quote
  #58  
Old 12-11-2006, 02:02 PM
cobradude cobradude is offline
 
Join Date: Nov 2001
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am having problems still. As soon as I edit the script it no longer works. I get an error on the page that indicates the vb_text_editor is not defined. I'm using wordpad to edit the file and wondering if somehow it is corrupting it?
Reply With Quote
  #59  
Old 12-14-2006, 01:58 AM
Mr Chad's Avatar
Mr Chad Mr Chad is offline
 
Join Date: Jul 2005
Posts: 911
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok if that JS code doesnt work for you use this (this one is the basic one):

Code:
		/**
		* Insert Video Link
		*/
		this.createvideolink = function(e, url)
		{
			var my_colors=prompt("MySpace or YouTube or Google video URL","");
			if ((my_colors=="") || (my_colors==null))
			{
  				alert("Please Enter The Full URL!");
			}
			else
			{
				if (my_colors.match("www.youtube.com")) 
				{
					var col_array=my_colors.split("?v=");
					var part_num=1;
					return this.insert_text("[youtube]" + col_array[part_num] + "[/youtube]");
				}
				else if (my_colors.match("myspace.com"))
				{
					if (my_colors.match("videoID="))
					{
						var col_array=my_colors.split("videoID=");
					}
					else
					{
						var col_array=my_colors.split("videoid=");
					}
					var part_num=1;
					return this.insert_text("[myspace]" + col_array[part_num] + "[/myspace]");
				} 
				else if (my_colors.match("video.google.com")) 
				{
					var col_array=my_colors.split("docid=");
					var part_num=1;
					return this.insert_text("[googlevideo]" + col_array[part_num] + "[/googlevideo]");
				}
				else
				{
  					alert("Please Enter The Full URL!");
				}
			}
		};
add that code above these two spots:
Code:
/**
* Insert Link
*/
Code:
	/**
	* Insert Image
	*
	* @param	event	Event object
	* @param	string	(Optional) Image URL
	*
	* @return	boolean
	*/
Reply With Quote
  #60  
Old 12-15-2006, 03:00 AM
paypal paypal is offline
 
Join Date: Oct 2006
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way to add an rss feed to the forum, revver.com has an affiliate program allowing rss feed to website, maybe this is possible for Forum aswell ... thankyou

awaiting response
Reply With Quote
  #61  
Old 12-15-2006, 07:23 AM
Arjan Arjan is offline
 
Join Date: Jul 2005
Location: Netherlands
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MARKETPROFITS View Post
I'm guess it is a vbseo problem...

man...!?!?!!
Nope, works fine for the wysiwyg editor with VBSEO latest RC on my site.
But if your buttons stop working you probably have this error message in the statusbar. Open it to find out what is wrong.

And yes, when something is wrong with the JS then all buttons stop working at once, since the editor cannot be initialised.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:29 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08544 seconds
  • Memory Usage 2,303KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete