Ravens PHP Scripts: Forums
| Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
| Search found 64 matches |
| Ravens PHP Scripts And Web Hosting Forum Index |
| Author | Message |
|---|---|
| Topic: Video_stream comment | |
| hicuxunicorniobestbuildpc Replies: 4 Views: 11111 |
|
| 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: 11111 |
|
| 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: 32887 |
|
| 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: 32887 |
|
| 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: 32887 |
|
|
<?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: 32887 |
|
|
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: 32887 |
|
| 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: 32887 |
|
| 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: 32887 |
|
|
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: 12378 |
|
| 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: 12378 |
|
| 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: 4673 |
|
| 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: 14688 |
|
| 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: 8558 |
|
| 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: 8148 |
|
| 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: 38645 |
|
|
<?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: 38645 |
|
| 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: 12950 |
|
| 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: 12950 |
|
| 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: 8092 |
|
| 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: 49691 |
|
| 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: 11330 |
|
| Adrenalizer3,
blocks/block-mp3popup.php <?php if ( !defined('BLOCK_FILE') ) { Header('Location: ../index.php'); die(); } $content = ' ... |
|
| Topic: Video Stream II | |
| draxx Replies: 19 Views: 25746 |
|
| Okay its got something to do with & and &
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: 7939 |
|
| 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: 41791 |
|
| 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 ... |
|
| Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
