Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 104 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: private function backtrace_log | |
neralex Replies: 5 Views: 6021 ![]() |
![]() |
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: php7 support | |
hicuxunicorniobestbuildpc Replies: 276 Views: 329680 ![]() |
![]() |
hicuxunicorniobestbuildpc, can you please specifify what you are using/doing? I made the modification from the old files I had so ABBCode-Box mod runs with php 7 without any issues.
1. You are work ... |
|
Topic: Module width | |
Doulos Replies: 4 Views: 9072 ![]() |
![]() |
Good to know. The text was bleeding over into the right-side blocks if the window was reduced enough.
2. show/hide right blocks // BEGIN: Added in v2.40.00 - Mantis Issue 0001043 $index ... |
|
Topic: Module width | |
neralex Replies: 4 Views: 9072 ![]() |
![]() |
1. There is no need to set a fixed width-value fo the whole module. Put a <div> arount the input-tags like this:
<div class="nowrap"> <input type="text" name ... |
|
Topic: Hiding blocks on left side leaves a small space on left side | |
neralex Replies: 2 Views: 10171 ![]() |
![]() |
Hard to tell without to see the rest of the code. I wouldn't touch the modules to hide the left blocks. You can do it directly in the theme. In the RickTido theme of the RN251-package you will find a ... | |
Topic: Block Placement | |
neralex Replies: 3 Views: 8282 ![]() |
![]() |
Its simply theme-based. Try a look into the themes RickTido and CT_RN. There you have options to hide the left blocks for specific modules. In every index.php of a module you can show/hide the right b ... | |
Topic: Need help with what to look for in modifying a theme. | |
neralex Replies: 15 Views: 62153 ![]() |
![]() |
I have re-modified the theme.php and updated my gist on github.
Download the changed gist, unpack the tar.gz archive and you will find the theme.php in a unpacked folder. download: https://gist. ... |
|
Topic: Last Added Downloads | |
neralex Replies: 16 Views: 25685 ![]() |
![]() |
neralex: I was right so I hope u apologize for trying to be the smartest when u actually didn't notice he was talking about RavenNuke but it is ok if u are behind my back trying to correct my mistakes ... | |
Topic: Converting and cleaning User_Info block with single quotes. | |
hicuxunicorniobestbuildpc Replies: 9 Views: 20927 ![]() |
![]() |
I've been checking the whole block today and I decided to convert the whole block to single quotes. I would like to hear from you if we could make any other change. This one has a mod included.
< ... |
|
Topic: osCommerce in RavenNuke | |
neralex Replies: 9 Views: 12313 ![]() |
![]() |
That is a really bad solution to use an iframe for that. You have also some outdated code in your module example:
... eregi is deprecated since PHP5.3! http://php.net/manual/en/migration53.deprecat ... |
|
Topic: Turn off right blocks? | |
neralex Replies: 6 Views: 9185 ![]() |
![]() |
... index=0 is an old PHP Nuke standard.
Try this: // BEGIN: Added in v2.40.00 - Mantis Issue 0001043 $index = 0; if (!defined('INDEX_FILE')) define('INDEX_FILE', tru ... |
|
Topic: Custom Menu Using SpryAssets | |
jlajax Replies: 15 Views: 26309 ![]() |
![]() |
<?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: RavenNuke(tm) Version 2.51.00 Released! | |
Palbin Replies: 14 Views: 19821 ![]() |
![]() |
- 0001977:
Where were these changes made - only in the mainfile.php? These changes are included in ckeditor package or i must here make changes? http://phpnuke-guild.org/pics/251_ereg_files.JPG |
|
Topic: RavenNuke(tm) Version 2.51.00 Released! | |
neralex Replies: 14 Views: 19821 ![]() |
![]() |
- 0001977:
Where were these changes made - only in the mainfile.php? These changes are included in ckeditor package or i must here make changes? |
|
Topic: How to Edit/Change Colors in RN themes | |
semperaye Replies: 13 Views: 10911 ![]() |
![]() |
// END: Added in v2.40.00 - Mantis Issue 0001043
$bgcolor1 = '#4B288E'; $bgcolor2 = '#4B288E'; $bgcolor3 = '#4B288E'; $bgcolor4 = '#4B288E'; $textcolor1 = '#CCCCCC'; $textcolor2 = '#CCCCCC'; ... |
|
Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED! | |
hicuxunicorniobestbuildpc Replies: 24 Views: 22720 ![]() |
![]() |
Nuke, I took a look on your stuff, I think yours is better than mine and I do think I will use it and it should be the final, it is validated too, please correct me with this one too.
![]() This ... |
|
Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED! | |
hicuxunicorniobestbuildpc Replies: 24 Views: 22720 ![]() |
![]() |
yes mine is done already and I would like you to check it in order to see if everything is ok. The validation was green.
This is the final and please correct me if you see anything you would like t ... |
|
Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED! | |
nuken Replies: 24 Views: 22720 ![]() |
![]() |
Here is an example that works. Adjust it to your needs.
<?php /*************************************************************************/ /* Tableless CSS Sprite Powered Info Box Block by ... |
|
Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED! | |
hicuxunicorniobestbuildpc Replies: 24 Views: 22720 ![]() |
![]() |
Ok Guys! I fixed most of the error I had with this block. I was working validating the whole translation block which was poor coding. I still have one error.
Line 180, Column 1562: end tag for ele ... |
|
Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED! | |
hicuxunicorniobestbuildpc Replies: 24 Views: 22720 ![]() |
![]() |
Guy! You were right. After taking the time in the morning, fresh brain again I learned something today, one dot makes a lot of different ![]() This is my last last modification a ... |
|
Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED! | |
hicuxunicorniobestbuildpc Replies: 24 Views: 22720 ![]() |
![]() |
This is what I did so far but it doesn't work ![]() <?php /*************************************************************************/ /* Tableless CSS Sprite Powered Info Box Block by ... |
|
Topic: compare_tables.php nuke_stats field key problem | |
j4rdin Replies: 2 Views: 5142 ![]() |
![]() |
If you look in the rn_core_sql file in the installation directory you will see the "official" definition of the stats table. All the stats fields you are referencing are defined as primary keys. You ... | |
Topic: Swank Xibit (media gallery) | |
killing-hours Replies: 61 Views: 90631 ![]() |
![]() |
I ran a simple test to see the total execution time to process an image & video on my server.
Settings: Resize image to 800x600 if size exceeds those dems Thumbsize - 150x150 Server: ... |
|
Topic: How to salt passwords? | |
papamike Replies: 52 Views: 85021 ![]() |
![]() |
If you have a high-end home computer boosted with 8xAti Radeon 6970, it can calculate about
The video card isn't going to help at all unless the entire system configuration is changed to meet the ... |
|
Topic: New members have no group? (H) next to their names? | |
nuken Replies: 6 Views: 8488 ![]() |
![]() |
What version of RavenNuke do you have installed?
It seems to me 2.40.00 had a bug in it that was fixed in 2.40.01 about the users registering being set to hidden by default. 0001634: [Module - Y ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours