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)
-   -   Board Optimization - SEO YouTube and Google Videos (https://vborg.vbsupport.ru/showthread.php?t=131567)

freevisio 11-15-2006 08:17 PM

ok, now works, I have solved it erasing the table 'seovideos' and the fields of 'forum' and installing again.

Thank you

Is it possible to limit the users linking the videos? at 100 post for example..

Adult SEO 11-15-2006 08:32 PM

Quote:

Originally Posted by freevisio (Post 1118158)
ok, now works, I have solved it erasing the table 'seovideos' and the fields of 'forum' and installing again.

Thank you

Is it possible to limit the users linking the videos? at 100 post for example..

Hi!

No this is not possible (yet) and as I don't need it myself I don't think it will be developed soon. I want to enable users to post unlimited videos if they like.

Best Regards,
Jan Jaap

fourfourthree 11-15-2006 08:43 PM

Quote:

Originally Posted by Adult SEO (Post 1118154)
Yes, I've uploaded a fixed version just 5 minutes ago.

The current regex used is |^[a-zA-Z0-9\-_]+$|Ui wich will match any letter, number, - and _. If anyone knows of an other character used in the Video ID on YouTube just let me know and I will add it.

Best Regards,
Jan Jaap

Thanks, Adult SEO. The second preg_match was fixed but not the first one. It's working now :)

Adult SEO 11-15-2006 08:50 PM

Hi!

Did you fix something yourself? If so, please let me know so that I can modify the product ;)

Best Regards,
Jan Jaap

fourfourthree 11-15-2006 08:58 PM

Yeah, search for

PHP Code:

} elseif ($type=='youtube' && !preg_match('|^[a-zA-Z0-9]+$|Ui',$videoid)) { 

and change it to

PHP Code:

} elseif ($type=='youtube' && !preg_match('|^[a-zA-Z0-9\-_]+$|Ui',$videoid)) { 

:)

mahakala 11-15-2006 09:16 PM

hi there,
really nice product :-)

but i got some probs: the video.html page shows me the same videobox twice or 3 times. how can i change it?

when previewing a post, the buttons for youtube/google are lost (minor problem)

thanks,
thomas

Adult SEO 11-15-2006 09:26 PM

Quote:

Originally Posted by mahakala (Post 1118188)
hi there,
really nice product :-)

but i got some probs: the video.html page shows me the same videobox twice or 3 times. how can i change it?

when previewing a post, the buttons for youtube/google are lost (minor problem)

thanks,
thomas

I will now develop a simple admin for it so you can delete videos, the duplicates might be due to previous bugs in wich the videos didn't get deleted when you deleted the post.

The admin will be verry simple and ready in 20 minutes.

Best Regards,
Jan Jaap

abramelin 11-15-2006 09:27 PM

if anyone can run this with vba, please let me know :)

Adult SEO 11-15-2006 09:51 PM

The admin is ready, it will add a [X] with each video on the Video Index wich enables you to delete that video, you will also be redirected back to the page you were visiting so that it's fast.

You can change the location of the adminlink via the videobit template and you can configure multiple usergroups with access to delete videos from the adminpanel.

Regarding vBa, it should be possible to add the videobar by using the code I mentioned before:
Code:

<!-- SEO Videos Index Bar -->
Let me know if that doesn't work, if not please seek support at vBadvanced and tell them you want to have a plugin from vBulletin on hook global_start to work on your vBadvanced page.

Best Regards,
Jan Jaap

abramelin 11-15-2006 10:02 PM

can we set up the videos index bar display? i think its horizontal now . can we make it vertical and can we limit the results of the video number to show?


All times are GMT. The time now is 09:01 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.01211 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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