Ravens PHP Scripts: Forums
 

 

Search found 1800 matches
Author Message
 Topic: PHP 8.4.1
mapache40

Replies: 11
Views: 3388

PostForum: Bug Fixes   Posted: Mon Jan 27, 2025 8:55 pm   Subject: PHP 8.4.1
misterstereus, [i]

Hello, if you want, I could help by adapting the CMS with Bootstrap, Datatables, adding alternatives like CKEditor
and make it possible to manage Slide, Logo, Fonts, Themes with ...
 Topic: PHP 8.4.1
mapache40

Replies: 11
Views: 3388

PostForum: Bug Fixes   Posted: Mon Jan 27, 2025 8:54 pm   Subject: PHP 8.4.1
misterstereus, [i]

Hola, si deseas podria ayudar adaptando el CMS con Bootstrap, Datatables, adicionar alternativas como CKEditor
y hacer que se puedan administrar Slide, Logotipo, Fuentes, Temas ...
 Topic: Deprecated: The each() function is deprecated
neralex

Replies: 4
Views: 10406

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 11, 2023 1:36 pm   Subject: Deprecated: The each() function is deprecated
Good catch, there are more codelines like this in different modules that cause the same message. The variable $AllowableHTML is a multidimensional array that we have to loop through several times.
...
 Topic: Hoping for help
nextgen

Replies: 2
Views: 2693

PostForum: Converting/Creating Modules   Posted: Tue Jul 26, 2022 4:55 pm   Subject: Hoping for help
I am getting a error in an older module (arcade tweaks). It reads as follows.

undefined function OpenTable2()

The error comes from the arcade tweaks/index.php

OpenTable2();

...
 Topic: Radio Block
hicuxunicorniobestbuildpc

Replies: 3
Views: 3933

PostForum: Converting/Creating Blocks   Posted: Wed Feb 09, 2022 3:25 pm   Subject: Radio Block
Guys! I am trying to make a radio shout block and it is working but when I click it goes to play in another page. Is that normal? Let me know if u see any mistake or validation.

<?php

if ( ...
 Topic: Download module for RavenNuke
hicuxunicorniobestbuildpc

Replies: 4
Views: 5197

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 23, 2021 6:52 am   Subject: Download module for RavenNuke
Hi Guys,

Since a couple of days I am checking file by file searching for some errors. I wonder if the download module could be renew and more easy to use for administrators.



function Rankin ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 335739

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 23, 2021 4:31 am   Subject: php7 support
I am getting error since I upgrade to the new php 7.1.

Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ...
 Topic: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 17287

PostForum: Other - Discussion   Posted: Mon Oct 21, 2019 8:37 pm   Subject: CSS: Limit image-width in Forum-posts
I am again having this issue - only with the RavenIce theme. All other themes are resizing images in forum posts. This is RN2.52 for PHP7. Here is my themes/RavenIce/style/style.css file:body { ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 335739

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 10, 2019 8:12 am   Subject: php7 support
$sql = "SELECT * FROM `".$prefix."_shoutbox_shouts` ORDER BY `id` DESC LIMIT ".$offset1.",".$aCount['aCount'];
$nameresult = $db->sql_query($sql) ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 335739

PostForum: RavenNuke(tm) v2.5x   Posted: Tue May 07, 2019 6:15 am   Subject: php7 support
// BB code [b]word[/b] [i]word[/i] [u]word[/u]
if ((eregi("[b]", $comment)) AND (eregi("[/b& ...
 Topic: php7 support
Doulos

Replies: 276
Views: 335739

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2019 4:50 am   Subject: php7 support
I have been slowly working my way through my custom modules and updating them for PHP7, but I am stuck with this one. I thought I had this module working fine in php5.4, but I just checked my PHP5.4 ...
 Topic: Some more bug fixes
neralex

Replies: 14
Views: 21123

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 16, 2018 4:57 pm   Subject: Re: Some more bug fixes
In order to validate the css files,

1. themes/ravennuke.css file line 56:

caption{font-weight:bold;font-size:1.5em;padding:0.25em 0.25em 1.5em 0.25em}}

This double ...
 Topic: Some more bug fixes
Nuke8

Replies: 14
Views: 21123

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 12, 2018 8:37 am   Subject: Re: Some more bug fixes
In order to validate the css files,

1. themes/ravennuke.css file line 56:

caption{font-weight:bold;font-size:1.5em;padding:0.25em 0.25em 1.5em 0.25em}}
should be

c ...
 Topic: $query variable no longer working after PHP upgrade
rogue3

Replies: 4
Views: 16119

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Mon Apr 02, 2018 7:56 am   Subject: Re: $query variable no longer working after PHP upgrade
Thanks for the reply. The first thing I did when researching this is check the error log and it is not dropping any errors. I believe the search function itself is working correctly, it's just not fin ...
 Topic: php7 support
neralex

Replies: 276
Views: 335739

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Mar 28, 2018 12:47 pm   Subject: Re: php7 support

I guess u forgot to change path from the file lang_bbcode.php

//+MOD: Start Advanced BBCode Box MOD vRN2.5.2
$faq[] = array("--", "Advanced BBCode Features"&# ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 335739

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Mar 28, 2018 11:30 am   Subject: Re: php7 support
neralex: of course I m not using the old one. None of the icons when I click are working. Doesn't do anything at all. My question to you is:

I see head-abbcbox.php is calling the javascript files
...
 Topic: php7 support
neralex

Replies: 276
Views: 335739

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 27, 2018 10:10 pm   Subject: php7 support
hicuxunicorniobestbuildpc, can we please stay on the core files here in this thread? It makes no sense to flood this thread with errors of 3rd party modules, which are not included in the core. It su ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 335739

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 27, 2018 9:24 pm   Subject: Re: php7 support
Fatal error: Uncaught Error: Call to undefined function eregi() in /modules/Shout_Box/index.php:828 Stack trace: #0 /modules/Shout_Box/index.php(1086): showHistory(1) #1 /modules.php(87): include_once ...
 Topic: PHP dynamic link generating a random page instead of specifi
rogue3

Replies: 11
Views: 14961

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Fri Mar 16, 2018 9:04 am   Subject: PHP dynamic link generating a random page instead of specifi
Part of my site still runs on an older CMS (PHP Nuke) so that our archived articles can still be accessed. To access them, we have an archive page that archives the articles by month. I recently upgra ...
 Topic: How to insert username into a form.
neralex

Replies: 17
Views: 24023

PostForum: General/Other Stuff   Posted: Thu Apr 13, 2017 3:50 pm   Subject: How to insert username into a form.
1. If the db-table 'members' is not allready inside your RN database then move it into it. So you doesn't need a useless 2nd db-connection.

2. Create a new folder inside the modules-folder and call ...
 Topic: How to insert username into a form.
Doulos

Replies: 17
Views: 24023

PostForum: General/Other Stuff   Posted: Thu Apr 13, 2017 1:33 pm   Subject: How to insert username into a form.
Hello, I am trying to pull the username and insert it automatically into a form inside a module. None of the solutions I have found are working. I was hoping that someone here can suggest something ...
 Topic: RNYA and nukeSPAM enhancements
neralex

Replies: 17
Views: 40146

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Apr 05, 2017 8:10 am   Subject: RNYA and nukeSPAM enhancements
@kguske: I like the ideas for RNYA and nukeSPAM. Sounds good for me. The option to send a notification when suspending, deactivating, or removing users I have totally disliked in RN2x. This was one of ...
 Topic: RNYA and nukeSPAM enhancements
papamike

Replies: 17
Views: 40146

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Apr 01, 2017 10:57 pm   Subject: Re: RNYA and nukeSPAM enhancements
Note to Kguske ... remove any/all of my code if it's posted in the wrong forum.

The increasing number of new registrations from temporary email accounts and free email accounts caused me to delete ...
 Topic: Blue_Blog missing image
Doulos

Replies: 2
Views: 6275

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jan 08, 2017 8:06 am   Subject: Blue_Blog missing image
FYI, style.css either has an error, or there is a missing gif. No cellpic6.gif is not included in the RN251 package.

table.gcal-block-cal th {
color:#516A88;
text-align:center;
bac ...
 Topic: table compair tables missing
lzservers

Replies: 15
Views: 28665

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Jun 24, 2016 11:15 pm   Subject: table compair tables missing
I did a table compair and file compair on a older SQL and looks like i need to add some tables Im a newbie to adding tables so I can use help. Im sure its the new MYSQL 5.6 update what the best and ea ...
 

 Jump to:   

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