vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   BBCode [Video] is not getting saved (https://vborg.vbsupport.ru/showthread.php?t=296892)

Fudgyyy 04-05-2013 03:49 PM

BBCode [Video] is not getting saved
 
So I was wondering why my forum stopped allowing video to show up via BBcode. I realized soon that it was because it was turned off under all of my forums. So I go in to turn it on, and I do. I click save, and it says save. But then I go back to test it out, it doesn't work. It's still missing. I go back to the forum under my admincp again, and lo and behold, it doesn't save. What is wrong? This is the same situation with every forum on my site. What is going on?

Lynne 04-05-2013 03:51 PM

Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

PHP Code:

define('DISABLE_HOOKS'true); 


Fudgyyy 04-05-2013 04:15 PM

Yeah that doesn't help.

Keep in mind that the tags themselves still work, it's just that most of my bbcode unsavvy users don't know how to use it. So as a result, we just get links instead of the actual videos.

Also any other option besides the [video] options in the forums preferences work. i tried turning off html or image, and it saved. and i tried turning them back on and they work.

Lynne 04-05-2013 04:20 PM

If your users are only posting the link, and not using the tags ("most of my bbcode unsavvy users don't know how to use it"), then it's not going to work. You need to use the tags.

Fudgyyy 04-05-2013 08:46 PM

I think I may not be being clear. The problem is not the bbcode doesn't show up, or that videos aren't being registered as video. All of that is fine and dandy. People easily could just tag the videos or whatever. But the problem is that that the video button, like the picture button in the formatting area of creating/replying a thread does not show up at all. That's incredibly inconvenient for my users. I know I could tell them to just tag the videos, but why can't they just press a button that does it for them.

Let me show you what I mean if I'm not being clear.

http://img822.imageshack.us/img822/6972/vbulletinf.jpg

Lynne 04-06-2013 12:18 AM

In your config.php file, what do you have for this line (is it uncommented? What type of datastore?):

HTML Code:

// $config['Datastore']['class'] = 'vB_Datastore_Filecache';

Fudgyyy 04-06-2013 03:03 PM

Quote:

Originally Posted by Lynne (Post 2414607)
In your config.php file, what do you have for this line (is it uncommented? What type of datastore?):

HTML Code:

// $config['Datastore']['class'] = 'vB_Datastore_Filecache';


There's nothing changed with it, it's just that exact same line
"// $config['Datastore']['class'] = 'vB_Datastore_Filecache'".

I don't know what datastore means.

Lynne 04-06-2013 03:35 PM

OK, so what is in your error_logs (if you don't know where they are, ask your host) when you try to save the forum settings?


All times are GMT. The time now is 08:33 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.01051 seconds
  • Memory Usage 1,727KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete