Author |
Message |
Topic: Approve Membership - Access Denied Problem |
arnoldkrg
Replies: 1
Views: 8307
|
Forum: Nuke Security
Posted: Sun Sep 30, 2007 6:16 am Subject: Approve_Membership |
You have installed a pre-Nuke 7.5 version on your post Nuke 7.5 site. Go to http://www.ulsoft.scarbridge.co.uk to find the correct version. You must completely uninstall the files already added by you ... |
Topic: WinAmpix Mod |
arnoldkrg
Replies: 1
Views: 5424
|
Forum: Modules
Posted: Tue Apr 03, 2007 7:24 am Subject: Winampix |
I downloaded and installed this module on a nuke 8.0 site and had no problems with it at all
Upload the winampix directory to the modules directory of your site
Go to admin.php modules and activ ... |
Topic: How to create html table structures in a NUKE BLOCK? |
arnoldkrg
Replies: 3
Views: 6667
|
Forum: Tips And Tricks
Posted: Sat Feb 17, 2007 7:43 am Subject: Right and left blocks |
In modules/Downloads/index.php find:
define('INDEX_FILE', true);
and comment out that line thus:
//define('INDEX_FILE', true);
That will get rid of the right blocks for the Dow ... |
Topic: block error |
arnoldkrg
Replies: 2
Views: 8674
|
Forum: Block Installation
Posted: Fri Feb 16, 2007 11:10 am Subject: globals |
In your block code find:
if ( !defined('BLOCK_FILE') ) {
Header("Location: ../index.php");
die();
}
and underneath add:
globa ... |
Topic: How to create html table structures in a NUKE BLOCK? |
arnoldkrg
Replies: 3
Views: 6667
|
Forum: Tips And Tricks
Posted: Fri Feb 16, 2007 5:53 am Subject: tables in blocks |
You need to write your own block. Heres an example using nested tables:
<?php
if (eregi("block-Tables.php",$_SERVER['PHP_SELF'])) {
Header("Lo ... |
Topic: User disappears from db after activation in PHP-Nuke |
arnoldkrg
Replies: 4
Views: 4987
|
Forum: Installation for Newbies
Posted: Thu Feb 15, 2007 5:43 am Subject: ublock |
My apologies for the error. I didnt see that the ublock field was of type tinytext (See I am human after all ).
Evaders script works fine. Or you could use phpMyAdmin to change the NULL att ... |
Topic: User disappears from db after activation in PHP-Nuke |
arnoldkrg
Replies: 4
Views: 4987
|
Forum: Installation for Newbies
Posted: Tue Feb 13, 2007 11:51 am Subject: bio and ublock |
This may be the bio and ublock problem experienced on MySQL 5.x database servers. Try editing the attributes of the bio field in the nuke_users table of your database. Change the NULL field from NOT N ... |
Topic: Problem with Custom Block Java Coding "Clean Time Calcu |
arnoldkrg
Replies: 2
Views: 8789
|
Forum: Block Installation
Posted: Thu Feb 08, 2007 4:30 pm Subject: Javascript in a block |
In includes/javascript.php add the following right underneath the closing ?> tag
<S CRIPT LANGUAGE="JAVASCRIPT">
accuracy = 3;
function roundAtDecimalPosition(number,accura ... |
Topic: Blank Page - No errors shown |
arnoldkrg
Replies: 3
Views: 4441
|
Forum: Post Installation Help
Posted: Sun Feb 04, 2007 3:14 am Subject: blank site |
Make sure that $prefix and $user_prefix in config.php match the actual prefixes of your nuke tables in the database. The default for these is "nuke" and, unless you changed them in the database, you s ... |
Topic: New members are evading a ban for their mail domain |
arnoldkrg
Replies: 14
Views: 26892
|
Forum: Nuke Security
Posted: Fri Feb 02, 2007 9:06 am Subject: banning email domains |
See http://www.karakas-online.de/forum/viewtopic.php?t=4797 where this is discussed and solutions offered. |
Topic: Nuke Mobile Portal (HTML & WML) + Customisable Themes |
arnoldkrg
Replies: 11
Views: 14194
|
Forum: Modules
Posted: Fri Feb 02, 2007 3:57 am Subject: wap for nuke |
I "wapified" my nuke site about 6 months ago (only the News and Forums). I have just visited [url=http://wap2go.co.uk]wap2go, downloaded and installed the latest version and in 5 minutes flat I had a ... |
Topic: PHP Nuke 8, Web Install On FC6, Blank Page |
arnoldkrg
Replies: 4
Views: 7325
|
Forum: Installation for Newbies
Posted: Thu Feb 01, 2007 1:34 am Subject: blank page |
When you run conntest, near the top it tells you what you have set for $prefix and $user_prefix in config.php. Near the bottom it tells you what tables you have in the database. These will start with ... |
Topic: Activation By Administration..? |
arnoldkrg
Replies: 7
Views: 10405
|
Forum: Nuke Security
Posted: Tue Jan 30, 2007 11:08 am Subject: Approve_Membership |
You can install Approve_Membership. Available at [url=http://www.ulsoft.scarbridge.co.uk]Ulsoft |
Topic: Adding fields to registration |
arnoldkrg
Replies: 7
Views: 5168
|
Forum: Post Installation Help
Posted: Sat Jan 27, 2007 6:57 am Subject: Approval |
Evaders is right. You can turn off the Approval part and just have regular sign up if you wish. If you do that, you can still use Approve_Membership to add a select box with the items options you need ... |
Topic: Password strength checker in Your Account |
arnoldkrg
Replies: 15
Views: 31600
|
Forum: Core Chargers
Posted: Sat Jan 27, 2007 2:57 am Subject: custom_head.php |
Here is a blank custom_head.php. Make your mods in this file and upload to the includes/custom_files directory of your site.
<?php
/*********************************************************** ... |
|