Ravens PHP Scripts: Forums
 

 

Search found 508 matches
Author Message
 Topic: Site upgrade issues
jestrella

Replies: 18
Views: 33579

PostForum: Issues/Problems With This Site   Posted: Mon Jan 20, 2014 11:01 am   Subject: Re: Site upgrade issues
Wave RavensScripts

Looking fantastic!
 Topic: Internal Server Error
jestrella

Replies: 6
Views: 8858

PostForum: v2.30.01 RN All Other Issues   Posted: Fri May 24, 2013 6:34 pm   Subject: re: Internal Server Error
Options +Includes and Options +FollowSymLinks are known to cause some havoc on Godaddy servers. Try commenting 'em out.
 Topic: use own globals in block files
jestrella

Replies: 4
Views: 5892

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 02, 2013 8:33 am   Subject: use own globals in block files
Try $GLOBALS['foo'] instead.
 Topic: It seems that I was wrong...
jestrella

Replies: 30
Views: 43502

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 02, 2013 6:55 am   Subject: re: It seems that I was wrong...
I know who designed the theme and I'm getting a custom one from the designer of XboxMB and TTG to make me one. It is $450.

then...

Considering my age, I wouldn't be able to obtain enough money ...
 Topic: NSN Downloads
jestrella

Replies: 6
Views: 9779

PostForum: NSN Other   Posted: Thu May 02, 2013 6:24 am   Subject: NSN Downloads
The most complete repo of *nuke files is located at http://warpspeed.4thdimension.de/ try it out.
 Topic: Install issues..
jestrella

Replies: 13
Views: 19250

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Feb 01, 2013 12:34 pm   Subject: Install issues..
Cheers Wave Cheers
 Topic: Install issues..
jestrella

Replies: 13
Views: 19250

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Feb 01, 2013 12:28 pm   Subject: Install issues..
So, I guess you're running on PHP4 Confused
 Topic: Install issues..
jestrella

Replies: 13
Views: 19250

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Feb 01, 2013 12:00 pm   Subject: Install issues..
Try this Plasma, http://wiki.lunarpages.com/Enable_PHP_5
 Topic: Install issues..
jestrella

Replies: 13
Views: 19250

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Feb 01, 2013 8:24 am   Subject: re: Install issues..
If you are using GoDaddy then I think the rule Options +Includes is causing havoc if I remember correctly, you can safely comment it.
 Topic: Install issues..
jestrella

Replies: 13
Views: 19250

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Feb 01, 2013 8:11 am   Subject: re: Install issues..
try one of these:

AddHandler x-httpd-php5 .php

or

AddType x-mapp-php5 .php
 Topic: Adding flash file in RN2.5
jestrella

Replies: 1
Views: 4717

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Feb 01, 2013 7:34 am   Subject: Adding flash file in RN2.5
Post the code you are using to embed your swf file, then I will tell you what to change in your allowed html array.
 Topic: Install issues..
jestrella

Replies: 13
Views: 19250

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Feb 01, 2013 7:29 am   Subject: Install issues..
Many webhosting services are providing both PHP4 and PHP5 versions together, you can specify which one you want to use using a rule in your htaccess, this may be your case.
 Topic: Convert Drupal module to RN 2.5
jestrella

Replies: 12
Views: 12141

PostForum: Converting/Creating Modules   Posted: Thu Jan 31, 2013 10:56 am   Subject: Convert Drupal module to RN 2.5
Wave
 Topic: Convert Drupal module to RN 2.5
jestrella

Replies: 12
Views: 12141

PostForum: Converting/Creating Modules   Posted: Thu Jan 31, 2013 10:51 am   Subject: Convert Drupal module to RN 2.5
Thid you remember to start the file with php tag <?php
 Topic: Convert Drupal module to RN 2.5
jestrella

Replies: 12
Views: 12141

PostForum: Converting/Creating Modules   Posted: Thu Jan 31, 2013 9:23 am   Subject: Convert Drupal module to RN 2.5
Didn't get it, what's the issue now?
 Topic: Convert Drupal module to RN 2.5
jestrella

Replies: 12
Views: 12141

PostForum: Converting/Creating Modules   Posted: Thu Jan 31, 2013 9:06 am   Subject: re: Convert Drupal module to RN 2.5

<?php

$content = '
<form id="ccsfg" name="ccsfg" method="post" action="/xxx/CCSFG_0.0.6/signup/index.php">

<h4>Join our Mailing List< ...
 Topic: Convert Drupal module to RN 2.5
jestrella

Replies: 12
Views: 12141

PostForum: Converting/Creating Modules   Posted: Wed Jan 30, 2013 2:54 pm   Subject: Convert Drupal module to RN 2.5
What does that module do jumus?, maybe we can point you to a good alternative.
 Topic: youtube addon for FCKeditor
jestrella

Replies: 28
Views: 28840

PostForum: v2.4 RN Issues   Posted: Sat Jan 19, 2013 6:42 pm   Subject: youtube addon for FCKeditor
Yeah, you're so right, missed the single quotes on last part Bang Head
 Topic: youtube addon for FCKeditor
jestrella

Replies: 28
Views: 28840

PostForum: v2.4 RN Issues   Posted: Sat Jan 19, 2013 6:33 pm   Subject: re: youtube addon for FCKeditor
Well seems like Youtube updated the code, not a big deal, now you will just need to add a single line to the allowadable html array.

this one

'iframe' => array('width' => 1, 'height' ...
 Topic: youtube addon for FCKeditor
jestrella

Replies: 28
Views: 28840

PostForum: v2.4 RN Issues   Posted: Sat Jan 19, 2013 6:04 pm   Subject: re: youtube addon for FCKeditor
This is the default

$AllowableHTML = array(
'a' => array('class' => 1, 'style' => 1, 'id' => 1, 'href' => 1, 'target' => 1, 'title' => array('minlen' => 4, 'ma ...
 Topic: youtube addon for FCKeditor
jestrella

Replies: 28
Views: 28840

PostForum: v2.4 RN Issues   Posted: Sat Jan 19, 2013 5:48 pm   Subject: youtube addon for FCKeditor
That's exactly how first 3 lines should look, don't change anything in there just add the specified lines on top on whats there.
 Topic: Snowing addon for RavenNuke
jestrella

Replies: 5
Views: 5439

PostForum: Converting/Creating Other   Posted: Tue Jan 15, 2013 6:04 pm   Subject: Re: Snowing addon for RavenNuke
Thanks for your answer jestrella. Gracias y Feliz Año Nuevo para ti y para toda tu familia.

Muchas gracias, igual Razz
 Topic: Snowing addon for RavenNuke
jestrella

Replies: 5
Views: 5439

PostForum: Converting/Creating Other   Posted: Tue Jan 15, 2013 6:27 am   Subject: Snowing addon for RavenNuke
I found everything to be fine after a quick look at the code.
 Topic: Happy New Year
jestrella

Replies: 5
Views: 7284

PostForum: Other - Discussion   Posted: Wed Jan 02, 2013 2:26 pm   Subject: Happy New Year
Best wishes from DR, happy new year team/community Wave RavensScripts
 Topic: How would I go about converting this theme?
jestrella

Replies: 2
Views: 3708

PostForum: Converting/Creating General Discussion   Posted: Wed Jan 02, 2013 2:25 pm   Subject: How would I go about converting this theme?
Try the "For Hire" forum Wink
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©