Ravens PHP Scripts: Forums
 

 

Search found 1747 matches
Author Message
 Topic: Blank News Module
southern

Replies: 15
Views: 8257

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Feb 02, 2023 4:58 pm   Subject: Blank News Module
I looked at the blank page with the Microsoft Edge Inspect and found it reports this error,

http://www.southernwolf.net/modules.php?name=News&file=article&sid=4409#:~:te ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 335344

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: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 11351

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:59 pm   Subject: RN Subscription Module from Guardian
Now when I add a subscription I get a bunch of errors

Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed 'RNS_A_GEN_ERRORE' in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/R ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 11351

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:23 am   Subject: RN Subscription Module from Guardian
<?php

if (!defined('RNS_ADMIN')) die();

global $admin, $bgcolor2, $prefix, $db, $module_name;
// check for incoming userid
if (isset($uid)) {
...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 11351

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Nov 25, 2020 5:29 pm   Subject: RN Subscription Module from Guardian
hmmm now I see this became old so this is a fix but when I want to add a subscriber it is giving me a white page. NO ERROR but I have everything ON to show errors

admin.php?op=admin_rn_sub_add_sub ...
 Topic: private function backtrace_log
neralex

Replies: 5
Views: 6178

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 16, 2020 1:46 pm   Subject: private function backtrace_log
rovshan, nice catch - crazy issue Wink

Let us clarify how the loglevel-options should work:

$loglevel - This controls the level of logging to the rnlogs/dblog file.

The default setting $logleve ...
 Topic: private function backtrace_log
rovshan

Replies: 5
Views: 6178

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 16, 2020 7:09 am   Subject: private function backtrace_log
hi,

My question concern this function in footer.php to show MySql requests concerning downloaded page:

if ($loglevel == 3 || $loglevel == 4) {
if (is_admin($admin) ...
 Topic: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 17267

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
Doulos

Replies: 276
Views: 335344

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 bug fixes
Nuke8

Replies: 3
Views: 8502

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Oct 28, 2018 6:55 am   Subject: Some bug fixes
I found some bugs - the older versions may contain these, too -, so I'd like to share them with my fixes.

1. When submitting news in the admin page, date given in the "Notes" section isn' ...
 Topic: popup generator mod 500 error
neralex

Replies: 5
Views: 11089

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Aug 14, 2018 3:28 pm   Subject: popup generator mod 500 error
Here is an auto-open colorbox modal, which is using the content of an inline-element referenced by id. Maybe you can use is to replace the popup Javascript shizzle in your mod but you need also the re ...
 Topic: Wimpy Media Player html5
hicuxunicorniobestbuildpc

Replies: 10
Views: 24805

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Apr 02, 2018 6:14 am   Subject: Re: Wimpy Media Player html5
Def that was missing. I got it now but can u explain to me if it is necessary to call

index.php

<?php

if (!defined('MODULE_FILE')) die('You can\'t access this file dir ...
 Topic: Wimpy Media Player html5
hicuxunicorniobestbuildpc

Replies: 10
Views: 24805

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 01, 2018 8:12 pm   Subject: Wimpy Media Player html5
I tried to search for a good html5 media player but unfortunately I couldn't find anything better than Wimpy Player html5 which I noticed it doesn't need flash at all. I tried to make a module but I a ...
 Topic: Show groups on user's info page - or somewhere else?
neralex

Replies: 9
Views: 14318

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Apr 23, 2017 4:28 pm   Subject: Show groups on user's info page - or somewhere else?
Quick and dirty without styles and without translation but I guess you are able to add it. Very Happy
Please test it with a new group and some users because maybe it needs more tweaks, filterings etc.

...
 Topic: How to insert username into a form.
neralex

Replies: 17
Views: 24007

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: 24007

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: shortlink in nukeNav with Forum and Private Message modules
rovshan

Replies: 7
Views: 21118

PostForum: ShortLinks/TegoNuke   Posted: Sun May 08, 2016 11:41 am   Subject: Re: shortlink in nukeNav with Forum and Private Message modu
thanks for help

what do you mean - custom taps ?
I did not edit any files concerning forum module and shotlinks
As well as I removed all left and right blocks from Forum module.

With other mo ...
 Topic: shortlink in nukeNav with Forum and Private Message modules
rovshan

Replies: 7
Views: 21118

PostForum: ShortLinks/TegoNuke   Posted: Sun May 08, 2016 6:42 am   Subject: shortlink in nukeNav with Forum and Private Message modules
Hi,

Just lost 2 days and could not fix the problem.
Shortlinks works fine with all modules.
But with 2 modules Forum and Private Message the links in nukeNav.php does not tapped !! Only in nukeNa ...
 Topic: Interesting Problem WYSIWYG
papamike

Replies: 2
Views: 10846

PostForum: FCKeditor/WYSIWYG Issues   Posted: Wed Jan 13, 2016 8:22 pm   Subject: Interesting Problem WYSIWYG
I upgraded to ckeditor (WYSIWYG) and tonight I edited a "Message" on my website home page ... and for some reason once I saved it and went back to edit it again the content didn't show in th ...
 Topic: Stop Google Index of User Profiles
ac33

Replies: 6
Views: 11636

PostForum: For Hire   Posted: Fri Dec 11, 2015 7:29 am   Subject: Re: Stop Google Index of User Profiles
Thanks for your help. I know it has been a long time since the website has been updated... in the footer of the page "PHP-Nuke Copyright © 2004 by Francisco Burzi." You can check out the we ...
 Topic: Hide left blocks on module error pages
neralex

Replies: 3
Views: 10713

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Mon Oct 26, 2015 12:30 pm   Subject: Hide left blocks on module error pages
... for sure, this is my modules.php:

<?php
/************************************************************************/
/* PHP-NUKE: Advanced Content Management System ...
 Topic: Hide left blocks on module error pages
neralex

Replies: 3
Views: 10713

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Mon Oct 26, 2015 9:03 am   Subject: Hide left blocks on module error pages
Since some weeks i'm working on the theme for my radio page to get it ready for bootstrap and i stumbled again over a very old problem.

Anyone who has intensively engaged with creating themes knows ...
 Topic: RavenNuke 2.51.0 - Preview a Banner Ad in a Private Message
neralex

Replies: 5
Views: 13621

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Sep 11, 2015 2:51 am   Subject: RavenNuke 2.51.0 - Preview a Banner Ad in a Private Message
Not really clear what do you want but the advertising module has nothing to do with the private messages.

The advertising banners are showing randomly page-wide in each module/area when the used ba ...
 Topic: New multi-language structure is required
rovshan

Replies: 5
Views: 9437

PostForum: For Hire   Posted: Mon Sep 07, 2015 5:04 am   Subject: Re: New multi-language structure is required
kguske, thank you for reply

Exact there are some not trivial modifications to do Smile
What I achieved is to separate and place the folders in different directories on the root of server, like this: ...
 Topic: RavenNuke 3
Guardian2003

Replies: 167
Views: 331674

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Tue Aug 18, 2015 11:13 am   Subject: Re: RavenNuke 3
Spasticdonkey has done some absolutely brilliant work with the user themes. They have an insane (I think about 30) amount of different settings such as, left and right blocks stacked in the left colum ...
 

 Jump to:   

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