61
JamesSAEP
x_movie won't upload
  • 2006/12/8 15:02

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Linux
Apache 2.2
PHP/MySQL 5
XOOPS 2.0.16

I'm having a problem with the x_movie module when I try to embed, link or upload a video.

I click submit and the screen refreshes and comes back to the same submit screen except without any data. I have created the upload directory.

I have tried files that are less than 1 MB and the server will accept up to 2G files. That aside, if I FTP a file and then use the "url" and point to it, the same results happen. It doesn't matter if I do it from the front side or the admin.

Any ideas?



62
JamesSAEP
Re: Default Notification Method - how to.....?
  • 2006/12/8 14:58

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Bump.



63
JamesSAEP
Re: Default Notification Method - how to.....?
  • 2006/12/6 18:32

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Has anyone a solution to change the default notification from "Private Message" to "Email" on new user registrations for 2.0.16?

Thanks.



64
JamesSAEP
Re: Editors in News1.44 don't work?
  • 2006/12/1 20:47

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Oops, I forgot the change in the formwysiwygtextarea.php file.

All better now.

Thanks.



65
JamesSAEP
Re: Editors in News1.44 don't work?
  • 2006/12/1 16:44

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


I upgraded to the latest xoopseditors and the 1st problem is solved. But, I'm still having the following:

When the kovi editor is selected, all the names of the buttons have "_XK_" in them. It is as if something isn't defined but I don't know where to look. Ideas?



66
JamesSAEP
Re: Editors in News1.44 don't work?
  • 2006/12/1 16:11

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Stange -
Your suggestions worked for news 1.44, but in News 1.50, the same two issues are back... Any idea?

Quote:

stange wrote:
1. To solve this just add this row
$editor_configs["caption"] = $caption;
below these rows in functions.php
$editor_configs=array();
$editor_configs["name"] =$name;
$editor_configs["value"] = $value;
$editor_configs["rows"] = 35;
$editor_configs["cols"] = 60;
$editor_configs["width"] = "100%";
$editor_configs["height"] = "400px";

2. This one need two changes to be solved, first by adding this row
include_once( getLanguage( $this->getUrl() ) );
below this rows in the file formwysiwygtextarea.php
/**
 * Prepare HTML for output
 *
 * @return string HTML
 */
 
function render()
 {
    
// include files
    
include_once XOOPS_ROOT_PATH '' $this->getUrl() . '/include/functions.inc.php';

Then you also need to move this /* before the first function in the file include/functions.inc.php to right after the getLanguage function, so it looks like this instead
// Project: The XOOPS Project                                                //
// ------------------------------------------------------------------------- //


function getMainfile($url)
{

    
$mpath='';
    for (
$i=0;$i<strlen($url);$i++)
    {
        if (
$url[$i]=='/')$mpath.='../';
    }
    return 
$mpath.'mainfile.php';
}

function 
getLanguage($url)
{
    global 
$xoopsConfig;
    if(
file_exists(XOOPS_ROOT_PATH.''.$url.'/language/'.$xoopsConfig['language'].'.php'))
    return 
''.XOOPS_ROOT_PATH.''.$url.'/language/'.$xoopsConfig['language'].'.php';
    else return 
''.XOOPS_ROOT_PATH.''.$url.'/language/english.php';
}

/*
function CheckBrowser($get_isie=true)
*/



67
JamesSAEP
Re: Editors in News1.44 don't work?
  • 2006/11/30 19:48

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Thanks stange -
I made those changes and it seems to have solved the problem.

But, I have noticed 2 others:

1. With both FCK and Kovi editors selected, the text that displays next to the boxes (The Scoop, Extended Text) doesn't display. When the DHTML editor is selected, the text does show. Any ideas on this?

2. When the kovi editor is selected, all the names of the buttons have "_XK_" in them. It is as if something isn't defined but I don't know where to look. Ideas?

Thanks.



68
JamesSAEP
Re: Module for viewing embeds from YouTube, GoogleVideo, etc...
  • 2006/11/29 15:22

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Actually, forgot about than. We block the site as well, so if the stream is coming from the youtube site, then I can get it.



69
JamesSAEP
Re: x_movie module installation help
  • 2006/11/29 15:06

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Quote:

gestroud wrote:
I've made some substantial changes to this module, including template changes and an updated English-language files. If anyone wants it, it's available here. I'll contact the original developer about the English files.


Is there a different download link? The one you provided doesn't work.

Thanks.



70
JamesSAEP
Re: Module for viewing embeds from YouTube, GoogleVideo, etc...
  • 2006/11/29 14:56

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


McDonald -
My solution is a temporary one until I can figure something better; yours look very promising.

I do like your implementation. Problem: when I click on a video picture, it redirects then issues:
File Not Found
The requested URL was not found on this server.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 66 »



Login

Who's Online

189 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 189


more...

Donat-O-Meter

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

Latest GitHub Commits