11
GG-Xtreme
Re: Can't Change CBB Permissions ("Sorry you don't have permission to access this area")
  • 2007/12/12 1:36

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


*Bump* I really need help, I need to add more forums, and the default templates mean I will have to do all the permissions from scratch again. I have the latest version of everything and all the required files. I have even turned other modules off to see if they are conflicting.



12
GG-Xtreme
[CBB] Remove Checkboxes In Post/Reply/Edit
  • 2007/12/12 1:33

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


Edit: I figured out my other issue.

The new issue is removing the HTML and CSS checkboxes from the Koivi editor, as well as removing the 'Enable HTML tags' checkbox from the Options section. I can't find them in the templates, and editing the PHP files did nothing, even after updating the modules. I tried commenting out and deleting the HTML and CSS checkboxes/skin section from class/xoopseditor/koivi/formwysiwygtextarea.php, but it made no difference, the HTML and CSS options both still functioned properly. I'd also like to remove the 'Enable HTML tags' from the options section, because it is obsolete on my forum.



13
GG-Xtreme
Re: Can't Change CBB Permissions ("Sorry you don't have permission to access this area")
  • 2007/11/25 5:13

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


Crap, I was wrong. It's still not working. It was working at first but as I slowly began to add forums, it stopped working again The only workaround I have found is to keep editing and applying the default template to the forums one by one.



14
GG-Xtreme
Re: Can't Change CBB Permissions ("Sorry you don't have permission to access this area")
  • 2007/11/25 3:39

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


Edit: See next post



15
GG-Xtreme
Re: Can't Change CBB Permissions ("Sorry you don't have permission to access this area")
  • 2007/11/25 2:33

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


Ok, I've completely deleted the forums, installed the latest Frameworks and Xoopseditor, then installed CBB 3.08. While this solved some other bugs I was having, I still get the "Sorry you don't have permission to access this area" message when I try to change forum permissions

Edit: I have tried different Webmaster accounts, and making different administrative groups, and so far, nothing works. I can't use CBB until I get this to work



16
GG-Xtreme
Can't Change CBB Permissions ("Sorry you don't have permission to access this area")
  • 2007/11/23 5:58

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


Whenever I try to modify forum permissions like 'Can access', 'Can view', etc. I get "Sorry you don't have permission to access this area". I am the root admin and haven't changed any group permission settings. I checked the Groups section, and webmasters have full permissions. I even did a MySQL query and my userid (1) IS linked to groupid 1 (webmasters). I haven't touched ranks either. Can anyone tell me how to fix this? I am running XOOPS 2.0.17.1 and CBB 3.04. My site ishttp://mercx.exofire.net



17
GG-Xtreme
Re: x_movie module installation help
  • 2007/11/13 0:04

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


Thank you so much for your help, Optikool. I used your new YouTube and Submit framework. Everything works perfectly, the form, the displaying of videos, and the new auto-thumbnails



18
GG-Xtreme
Re: x_movie module installation help
  • 2007/11/12 23:42

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


Thanks, I will try yours. For the file size fix:
In x_movie/include/functions.php, find:
$postsize ini_get('post_max_size');
    
$uploadsize ini_get('upload_max_filesize');

    if (
convertSize(intval($xoopsModuleConfig['movie_size'])*1024) > (integer) $uploadsize)
    {
        
$xoopsDB -> queryF("UPDATE " $xoopsDB -> prefix("config") . " SET conf_value = ".intval($uploadsize*1024)."  WHERE conf_name="movie_size" AND conf_modid=".$xoopsModule -> getVar('mid')."");
    }

and comment it out. Also find:
echo "<li>" _AM_X_MOVIE_DOWN_MAXUPLOAD " <b>$uploadsize</b>n";
    echo 
"<li>" _AM_X_MOVIE_DOWN_MAXPOSTSIZE " <b>$postsize</b>n";

and comment that out too.



19
GG-Xtreme
Re: x_movie module installation help
  • 2007/11/12 18:15

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


Thanks for your help, my PHP is not very good. I have modified the embed code, but it now it embeds "http://www.youtube.com/v/&rel=1". I can't find anything wrong with the sscanf line or the sections relating to YouTube, I've compared it with the other working sections and have found no differences...

Edit: I also commented out the section that resets your max size value based on your ini file, because for some reason it would always reset to 35KB.



20
GG-Xtreme
Re: x_movie module installation help
  • 2007/11/12 17:06

  • GG-Xtreme

  • Just popping in

  • Posts: 22

  • Since: 2007/11/12


I've tried bothhttp://youtube.com/watch?v=DTQyzopa4Eo andhttp://www.youtube.com/watch?v=DTQyzopa4Eo

The PHP sscanf function seems to not work for youtube because it doesn't get the id properly. Here's my site:http://mercx.exofire.net

It works if I modify the video URL in the admin cp after I add, which for some reason always gets stored as "http://www.youtube.com/v". Every other type of video URL works except for YouTube. I have tried several different version of X_Movie and eventually settled on 2.6 custom, which I then modified to fix language and form bugs. I also removed the EMBED option, but YouTube still didn't work before I made these changes.

Edit: I looked through submit.php, tpl_player.php and some other files, and I can't find anything wrong. I even tried copying the Google video code and modifying the URL and sscanf line to accept a-zA-Z0-9- and it still didn't work. I've also noticed that the Japanese version doesn't have any of the form bugs that I had to manually fix, but the Japanese version displays variable names and such instead of text.




TopTop
« 1 (2) 3 »



Login

Who's Online

215 user(s) are online (115 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits