vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Video-Directory Remixed (https://vborg.vbsupport.ru/showthread.php?t=200819)

skubaman 08-07-2009 03:50 PM

Greta version! Only 1 problem...

If users adds a video before going into a categorie is getting error "Invalid category specified." I thought there would be a drop down to choose categorie in the add video page.

Where is it?

Thanks

l_amhed 08-07-2009 04:36 PM

Great, really good new version !

I've just noticed some bugs/errors on my test site.

- When you post a comment on a video and when it's the first one, it doesn't appear until you reload the page (this is not really important yes)

- There is a problem with special caracters such as é à è ù etc

- The "delete comment" link, when clicked, froze my browser for some seconds and after that does not actually delete it (IE/Maxthon)

A nice feature would be a new block with all the last X comments.

Thanks for this hack Jaxel.

macc 08-07-2009 04:36 PM

one queistion - haw make or add some new video hosters ... or how make xml file ?

i will add this video but can not - get message - invalid url

http://dnevnik.hr/bin/tv/?media_id=60241792

reg

macc

skubaman 08-07-2009 05:08 PM

I am actually getting "invalid category specified" even when adding a video after going into one of the categories.

Does anybody know what's going on?

Thanks

macc 08-07-2009 06:01 PM

That is bug with bbcodes - i tried just on my old bbcodes in admincp - just open and click save - and get same error message ...

can that be fixed ?

reg

macc

edit: disabled your product - can add bbcodes and also change some in my old bbcodes!

skubaman 08-07-2009 09:54 PM

Anybody knows why I am getting the "invalid category error" ?
This is live on the site now and users are getting the error. I need to fix asap.
Thanks

inciarco 08-08-2009 12:07 AM

Jaxel, Great Improvements, Thank You For Sharing Them. :up:

Idea For Update: Is is Possible for You to Add a Query and a Page for Admins (or Certain Usergroups) to List the Posted Comments, in Ascending/Descending Order? (It'd be great to Set the Results Per Page, and to have a Link to the Comment/Video to Find it and Moderate it). :confused:

My Best Regards.

:)

macc 08-08-2009 08:26 PM

Hello

can i get some help about problem with all bbcodes (mean if i want add new or change some in those what i have - get error message - wrote in few posts above)


regards

macc

ChandlerDog 08-09-2009 11:15 PM

I get the following error:mad:,when I try to upload a video, went through everything twice :(what I'm I forgetting or done wrong?:confused:

skubaman 08-10-2009 03:47 AM

So, I was able to prevent the error of "invalid category specified" by commenting out some lines on the file class_dm_video.php

There is something wrong in that IF condition that is making it always turn out true. I tried to break it down by removing one of the statements inside the IF at a time, but they all turned out true.

Not sure exactly what they are, but something is wrong.

PHP Code:

    function verify_videocategoryid(&$catid)
    {
        if (!
$this->registry->videocats["$catid"] OR !is_member_of($this->registry->userinfo$this->registry->videocats["$catid"]['usergroups']) OR !$this->registry->videocats["$catid"]['active'])
        {
//            $this->error('invalid_video_category_specified');
//            return false;
        
}
        return 
true;
    } 


Does anyone know what is going on?


Thanks


All times are GMT. The time now is 06:02 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.02653 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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