| Author |
Message |
Topic: Slideshow image display help |
White_Devil
Replies: 24
Views: 4955
|
Forum: PHP-Nuke Posted: Sun Jul 15, 2007 1:16 am Subject: Slideshow image display help |
| do you want a repeating scrolling?? If so let me know. Also you want it as a module or a block. I can make an example of either if you let me know what? |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Mon Jul 02, 2007 3:05 pm Subject: cannot get security code to work |
yes xamp probly usses an older php version then your accuall host. It does the same on my host and my local testing. On local testing i use apache2triad a great and powerfull package.
Gald we coul ... |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Mon Jul 02, 2007 8:48 am Subject: cannot get security code to work |
I see said the blind man.....
I upoaded a fixed version as ytou notice the code box doesnt like the html code that much.
let me know how this works please |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Sun Jul 01, 2007 5:14 pm Subject: cannot get security code to work |
what ever the cause of the layout error eg in the user block look for the file that comes out of and locate the line causing the problem and add to the line after the html <br>
Yes the x y wi ... |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Sun Jul 01, 2007 1:26 pm Subject: cannot get security code to work |
| I must be up way to early but i am not sure what all you said.lol |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Sun Jul 01, 2007 2:31 am Subject: cannot get security code to work |
This is a layout issuse with the login part. Open ...
nukeroot/blocks/block-User_Info.php
Shit the system wont allow the code show. I will zip and upload a fixed one attached to this.
As for ... |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Sat Jun 30, 2007 3:30 pm Subject: cannot get security code to work |
sorry it took me a little time. I am on a big project and the problem presented itself again and i tracked it down. The info on rogbb is for cnbya i beleieve.
Look in your mainfile.php in your I ... |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Wed Jun 27, 2007 2:39 pm Subject: cannot get security code to work |
| are you using cnbya or [url=http://www.amazon.com/gp/product/1904811051?ie=UTF8&tag=dadevo-20&link_code=as3&camp=211189&creative=373489&creativeASIN=1904811051]Nuke 8's profile? |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Wed Jun 27, 2007 2:07 am Subject: cannot get security code to work |
The reason for scurity code error is this...
OPEN modules/Your_Account/index.php
Find 2 times
Code: ‹ Select ›
ImagePNG($image, '', 75);
Replace both instances with
Code: ‹ S ... |
Topic: cannot get security code to work |
White_Devil
Replies: 22
Views: 5582
|
Forum: PHP-Nuke Posted: Tue Jun 26, 2007 2:03 pm Subject: cannot get security code to work |
| I know of a fix. it is because of the GD library in the newest versions of php do not support the origional [url=http://www.amazon.com/gp/product/1904811051?ie=UTF8&tag=dadevo-20&link_code=as3 ... |
Topic: Nuke 8.0 in other than english language |
White_Devil
Replies: 9
Views: 2114
|
Forum: PHP-Nuke Posted: Thu Mar 22, 2007 12:54 am Subject: Nuke 8.0 in other than english language |
| The language problem. Are you sure the host server can work with that kind of stuff. I know when i was hosting I had problems with japanise sites. The text and stuff was fine going in but comming out ... |
Topic: No option for SMTP external mailer? |
White_Devil
Replies: 2
Views: 1060
|
Forum: PHP-Nuke Posted: Thu Mar 22, 2007 12:50 am Subject: No option for SMTP external mailer? |
| I tell you what.. If you install CNBYA you could use SMTP options.I will try to look into a way to do an SMTP option but i am not the best with email sending systems yet. |
Topic: Flash does not appear |
White_Devil
Replies: 2
Views: 1022
|
Forum: PHP-Nuke Posted: Thu Mar 22, 2007 12:48 am Subject: Flash does not appear |
| IO wish i could help but flash is beyond me. I think mabie tinyMCE or the nuke filters are filtering it out. You might have to add it manually into the database. |
Topic: How To Hide Left Blocks In PHP-Nuke Forums |
White_Devil
Replies: 2
Views: 1458
|
Forum: PHP-Nuke Posted: Fri Mar 16, 2007 1:42 pm Subject: How To Hide Left Blocks In PHP-Nuke Forums |
In your themes/your_themename/theme.php .. This will be required in all themes....
Look for line
blocks(left);
replace with
if ($name != "Forums") {
... |
Topic: NSN NEWS AND TINYMCE |
White_Devil
Replies: 3
Views: 1585
|
Forum: PHP-Nuke Posted: Fri Mar 16, 2007 1:38 pm Subject: NSN NEWS AND TINYMCE |
open file
modules/news/index.php
look for these lines or something like em at the top..
define('NO_EDITOR', true); // For 7.8 Patched 3.1
$advanced_editor = 0; // For 7.7 Patched 3.1 ... |
Topic: NSN NEWS AND TINYMCE |
White_Devil
Replies: 3
Views: 1585
|
Forum: PHP-Nuke Posted: Fri Mar 16, 2007 1:33 pm Subject: NSN NEWS AND TINYMCE |
| That is because NSN News module has it disabiled. I will look real quick on how i fixed it and post back. |
| |