Ravens PHP Scripts: Forums
 

 

Search found 64 matches
Author Message
 Topic: Video_stream comment
hicuxunicorniobestbuildpc

Replies: 4
Views: 9350

PostForum: Converting/Creating Other   Posted: Mon Sep 23, 2013 5:25 pm   Subject: re: Video_stream comment
Hi doffer83

Try this one and take a look so u can finish the rest to validate it 100%. I did already lots of changes.

<script type="text/javascript">
function disp_confirm(i ...
 Topic: Video_stream comment
doffer83

Replies: 4
Views: 9350

PostForum: Converting/Creating Other   Posted: Mon Sep 23, 2013 7:29 am   Subject: Video_stream comment
the comment systeem of this module won't show the comment text.. when I submit a comment everything seems to be okey.. as a visitor I can see that someone added a comment but there is no text ..

&l ...
 Topic: Custom Menu Using SpryAssets
spasticdonkey

Replies: 15
Views: 26423

PostForum: Converting/Creating Other   Posted: Sun Aug 18, 2013 3:56 pm   Subject: Custom Menu Using SpryAssets
It's possible the script needs to be loaded in the head of the document; or is somehow conflicting with other JavaScript on the page. To try it in the head, move the addJSToBody code from your themehe ...
 Topic: Custom Menu Using SpryAssets
spasticdonkey

Replies: 15
Views: 26423

PostForum: Converting/Creating Other   Posted: Sun Aug 18, 2013 11:43 am   Subject: Custom Menu Using SpryAssets
Looks like there are extra curly braces that shouldn't be there in themeheader, closing the function early and likely leading to other code errors.

addJSToBody('http://www.someDomain.com/html/inclu ...
 Topic: Custom Menu Using SpryAssets
jlajax

Replies: 15
Views: 26423

PostForum: Converting/Creating Other   Posted: Sun Aug 18, 2013 11:31 am   Subject: re: Custom Menu Using SpryAssets

<?php

// BEGIN: Added in v2.40.00 - Mantis Issue 0001043
//$index = 0;
//if (!defined('INDEX_FILE')) define('INDEX_FILE', true); // Set to FALSE to hide right blo ...
 Topic: Custom Menu Using SpryAssets
jlajax

Replies: 15
Views: 26423

PostForum: Converting/Creating Other   Posted: Sun Aug 18, 2013 10:33 am   Subject: Re: Custom Menu Using SpryAssets

function themeheader(
// add spryAssets JS to head
addJSToBody('http://www.*****.com/html/includes/SpryAssets/SpryMenuBar.js', 'file');
) {


Is the SpryAssets file lo ...
 Topic: Custom Menu Using SpryAssets
spasticdonkey

Replies: 15
Views: 26423

PostForum: Converting/Creating Other   Posted: Sun Aug 18, 2013 9:54 am   Subject: Custom Menu Using SpryAssets
If you view the source of the html of your page, do you see the file being loaded (near the bottom)

Is the SpryAssets file located at yoursite.com/includes/SpryAssets/SpryMenuBar.js and if you visi ...
 Topic: Custom Menu Using SpryAssets
jlajax

Replies: 15
Views: 26423

PostForum: Converting/Creating Other   Posted: Sun Aug 18, 2013 8:24 am   Subject: re: Custom Menu Using SpryAssets
Half of it is working. The CSS is displaying as intended in the source code the JS however still isn't functioning. I have tried the following variations on the off chance I don't understand something ...
 Topic: Custom Menu Using SpryAssets
jlajax

Replies: 15
Views: 26423

PostForum: Converting/Creating Other   Posted: Sat Aug 17, 2013 6:46 pm   Subject: re: Custom Menu Using SpryAssets

function themeheader(
// add spryAssets JS to head
addJSToBody('includes/SpryAssets/SpryMenuBar.js', 'file');
// add CSS to head
addCSSToHead ('includes/SpryAssets/SpryMenuBarHor ...
 Topic: Pop-up with fckeditor
neralex

Replies: 9
Views: 10174

PostForum: RavenNuke(tm) v2.5x   Posted: Sat May 04, 2013 7:08 pm   Subject: re: Pop-up with fckeditor
I believe the editor strips the js code and this not a issue of $AllowableHTML. Do you really need the editor for that? You could write a simple js-function and call it with RN like this:


echo '& ...
 Topic: Pop-up with fckeditor
Eduardo

Replies: 9
Views: 10174

PostForum: RavenNuke(tm) v2.5x   Posted: Sat May 04, 2013 6:33 am   Subject: Pop-up with fckeditor
I think that to run the popup with fckeditor need add in the rnconfig.php file at line 153 ($AllowableHTML) some html tags.

If the popup that I want is the following:

<p><a href="h ...
 Topic: Creating a popup with javascript
hicuxunicorniobestbuildpc

Replies: 1
Views: 4009

PostForum: General/Other Stuff   Posted: Tue Feb 19, 2013 5:53 pm   Subject: Creating a popup with javascript
Guys, I created a popup in addon folder

head-popup.php

Inside the file I did this

<?php


echo "<script type=\"text/javascript\">\n";
echo "<!--\n&quo ...
 Topic: Seeking compatible Sommaire Parametrable for RavenNuke 2.50
nuken

Replies: 7
Views: 11757

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Dec 14, 2012 7:00 am   Subject: re: Seeking compatible Sommaire Parametrable for RavenNuke 2
open up admin/language/lang-english.php and any other language used on the site and add the following just before the ?> at the bottom:


/* Added by Sommaire Paramétrable (Customize Menu&# ...
 Topic: Satelitte block doesnt work on Ravennuke.
neralex

Replies: 6
Views: 7268

PostForum: Converting/Creating Blocks   Posted: Tue Jun 26, 2012 6:01 pm   Subject: re: Satelitte block doesnt work on Ravennuke.
your block have a crazy old markup but its a easy way to optimize it!

try this one:

set $usecolorbox to 1 and you see the pics in a colorbox or set $usecolorbox to 0 and you have an oldschool po ...
 Topic: Pro Forms V 2.0.1 for RN 2.5
nuken

Replies: 4
Views: 6152

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 04, 2012 6:16 am   Subject: Pro Forms V 2.0.1 for RN 2.5
Try this on a test site first, make sure you back up any file you edit. It should work but I have not tested it.


#
#-----[ SQL ]------------------------------------------
#

INSERT IN ...
 Topic: Quote to update 2 large scripts
nuken

Replies: 26
Views: 32786

PostForum: For Hire   Posted: Sun Jan 22, 2012 12:03 pm   Subject: Quote to update 2 large scripts


<?PHP
if (!isset($mainfile)) { include("mainfile.php"); }


###
### Main Page
###

function mainpage() {
global $db;
include ...
 Topic: Quote to update 2 large scripts
rebelt

Replies: 26
Views: 32786

PostForum: For Hire   Posted: Sun Jan 22, 2012 10:22 am   Subject: re: Quote to update 2 large scripts
Too big for one post.

And this one

<?PHP
if (!isset($mainfile)) { include("mainfile.php"); }


###
### Main Page
###

function mainpage( ...
 Topic: Flame Center Block
Raven

Replies: 11
Views: 11425

PostForum: Converting/Creating Blocks   Posted: Tue Mar 29, 2011 11:00 pm   Subject: re: Flame Center Block
This works but you will need to customize it.

<?php
if ( !defined('BLOCK_FILE') ) {
Header('Location: ../index.php');
die();
}

$conte ...
 Topic: Flame Center Block
thumpn8974

Replies: 11
Views: 11425

PostForum: Converting/Creating Blocks   Posted: Sun Mar 20, 2011 7:56 pm   Subject: Flame Center Block
I don't know how to convert this to a block. I am trying to get a center block to work with the Flame Flash player 1.56. I found a fix, but it I can't seem to figure out where to put it or how. Is the ...
 Topic: Getting Chatview 1.3a to work
danno58

Replies: 3
Views: 7157

PostForum: Converting/Creating Blocks   Posted: Wed Sep 29, 2010 6:56 am   Subject: re: Getting Chatview 1.3a to work
Here it is, sorry about taking up so much space though lol

<?php
/**********************************************/
/* ChatView v1.3a Block */
/* Author: Mark De Lo ...
 Topic: Scripts to Modules
rebelt

Replies: 37
Views: 44302

PostForum: For Hire   Posted: Sun Jun 06, 2010 5:07 pm   Subject: re: Scripts to Modules
That's a good point.

Results Script
<?PHP
if (!isset($mainfile)) { include("mainfile.php"); }


###
### Main Page (would this be index.php&# ...
 Topic: MP3 player
Palbin

Replies: 11
Views: 9896

PostForum: v2.4 RN Issues   Posted: Thu Apr 01, 2010 2:54 pm   Subject: re: MP3 player
Adrenalizer3,

blocks/block-mp3popup.php

<?php

if ( !defined('BLOCK_FILE') ) {
Header('Location: ../index.php');
die();
}

$content = ' ...
 Topic: Video Stream II
draxx

Replies: 19
Views: 23846

PostForum: Converting/Creating Modules   Posted: Tue Jun 23, 2009 10:28 pm   Subject: Video Stream II
Okay its got something to do with & and &amp;



function loadcomment(id, modcom) {
window.open('modules.php?name=Video_Stream&page=comment&moderateVS='+modcom+' ...
 Topic: Help integrating points into a non-nuke module
draxx

Replies: 2
Views: 6986

PostForum: Converting/Creating Modules   Posted: Sat Jun 13, 2009 10:13 pm   Subject: Help integrating points into a non-nuke module
Here is the code the guy uses to interface with nuke. There is a function (I put in red) where he increments user posts when they post an add. In this function I would like it to also add points.
...
 Topic: Set a max file size of images in forum
FosgateElite

Replies: 26
Views: 36661

PostForum: v2.30.01 RN All Other Issues   Posted: Sun May 24, 2009 11:45 am   Subject: Re: Set a max file size of images in forum
Actually, I may have just got this to work. The link isn't working but the shrink is.
OK, i have fixed this. It was a word wrapping issue when copy and paste into code. Here is the final code.

MAK ...
 

 Jump to:   

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