Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 1800 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: PHP 8.4.1 | |
mapache40 Replies: 11 Views: 3388 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
$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 ![]() |
![]() |
// 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
@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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 70, 71, 72 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours