Welcome Guest!   Please Login or Register
Subscribe Today

You are not subscriber of DaDaNuke | Making PHP-Nuke Better!. You can subscribe from here now!

Sponsored Links




Search




Site Navigation

· Home
· About Us
· Advertise With Us
· Club
· CVS
· Downloads
· Feedback
· Forums
· Gallery
· Groups
· Journal
· Private Messages
· Search
· Stories Archive
· Submit News
· Top 10
· Topics
· Web Links
· Your Account

Survey

I Want This Addon:

SEO
Gaming
Commerce
Database
Security



Results
Polls

Votes 562

Advertisers





Who's Online

There are currently, 34 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

Total Hits

We received
3866599
page views since September 2005




DaDaNuke :: Search
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log inLog in 

Search found 52 matches
DaDaNuke Forum Index
Author Message
  Topic: Slideshow image display help
White_Devil

Replies: 24
Views: 4955

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PostForum: 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.
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT - 4 Hours
Jump to:  
Powered by phpBB © 2001 phpBB Group Version 2.0.6 of PHP-Nuke Port by Tom Nitzschner © 2002 www.toms-home.com
Theme designed by Western Studios



Terms of Use | Privacy Policy © 1996-2007, DaDaNuke

Listed on FeedBurner

PHP-Nuke Copyright © 2006 by Francisco Burzi. This is free software, and you may redistribute it under the GPL.
PHP-Nuke comes with absolutely no warranty, for details, see the license.

Theme Designed by Western Studios