Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 1747 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Blank News Module | |
southern Replies: 15 Views: 8257 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
<?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 ![]() |
![]() |
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 ![]() |
![]() |
rovshan, nice catch - crazy issue ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
Quick and dirty without styles and without translation but I guess you are able to add it. ![]() 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
... 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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
kguske, thank you for reply
Exact there are some not trivial modifications to do ![]() 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 ![]() |
![]() |
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 ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 68, 69, 70 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours