Ravens PHP Scripts: Forums
 

 

Search found 23 matches
Author Message
 Topic: disable new user registration in login block?
devo

Replies: 2
Views: 8711

PostForum: How To's   Posted: Sun Dec 28, 2003 10:56 pm   Subject: disable new user registration in login block?
Thanks, I have had a go and ended up just deleting any reference to "register new user", seems to work out how i want, I left in 2 references (under case I think) so as I could create new user myself ...
 Topic: disable new user registration in login block?
devo

Replies: 2
Views: 8711

PostForum: How To's   Posted: Thu Dec 25, 2003 4:47 pm   Subject: disable new user registration in login block?
Hi guys....big apology if this has been covered before...I couldnt find it here.....I want to remove the sign up option in the login block so that no one can sign in UNLESS they are registered, and of ...
 Topic: whois block?
devo

Replies: 1
Views: 5687

PostForum: Seeking applications ...   Posted: Fri Dec 19, 2003 8:20 pm   Subject: whois block?
Found it Very Happy domain seeker Mr. Green www.uber-zone.net
 Topic: whois block?
devo

Replies: 1
Views: 5687

PostForum: Seeking applications ...   Posted: Fri Dec 19, 2003 12:27 pm   Subject: whois block?
does anyone use or has come across a whois block that will search and display domain name details, just if it exists, not really after the owner details.......
 Topic: Better articles index
devo

Replies: 0
Views: 8475

PostForum: Seeking applications ...   Posted: Fri Dec 19, 2003 12:25 pm   Subject: Better articles index
I want to have dozens of stories/articles...... is there a better way of indexing them.....rather than having to search by date..... sort of like the FAQ where you search by topic ....... or am I miss ...
 Topic: page generation 1.2 seconds........
devo

Replies: 2
Views: 5611

PostForum: How To's   Posted: Wed Dec 17, 2003 8:29 pm   Subject: page generation 1.2 seconds........

Sure. Just edit the footer.php file and remove the reference to $total_time. There is no copyright issue regardless of the comments in that file, according to the GPL license.


Whew.....and than ...
 Topic: page generation 1.2 seconds........
devo

Replies: 2
Views: 5611

PostForum: How To's   Posted: Wed Dec 17, 2003 3:26 pm   Subject: page generation 1.2 seconds........
Just while im here......one thing that kind of annoys me about nuke is the little message it puts at the bottom of each page, page generation.....is there a way to stop that displaying or is that part ...
 Topic: sharing nuke databases
devo

Replies: 2
Views: 5362

PostForum: How To's   Posted: Wed Dec 17, 2003 3:22 pm   Subject: sharing nuke databases

However, be very careful with any mods that you add in as sone are hard coded as nuke_ .

hmmmmm I was kinda worried about that..... I will, as you say have to think twice...... oh well..... than ...
 Topic: sharing nuke databases
devo

Replies: 2
Views: 5362

PostForum: How To's   Posted: Sun Dec 14, 2003 10:37 pm   Subject: sharing nuke databases
I want to set up a sub domain on my site and have an independant nuke site on the subdomain, but I'm only 1 database by my host, how do I install the second nuke site, can i just alter the name at the ...
 Topic: login block on a seperate page?
devo

Replies: 4
Views: 7486

PostForum: Seeking applications ...   Posted: Fri Dec 05, 2003 2:50 pm   Subject: login block on a seperate page?
DOH!!!......of course...... thanks once again..... is there a quick fix to disable the "create" account part of the login screen, would be a bit pointless if the user could create thier own account fo ...
 Topic: What is the best way to test a hack to a module?
devo

Replies: 8
Views: 12337

PostForum: How To's   Posted: Fri Dec 05, 2003 2:26 am   Subject: What is the best way to test a hack to a module?
once again, thanks heaps...... nice work Smile
 Topic: login block on a seperate page?
devo

Replies: 4
Views: 7486

PostForum: Seeking applications ...   Posted: Fri Dec 05, 2003 12:47 am   Subject: login block on a seperate page?
I see what you are saying.......BUT.....the nuke site will just be part of the site (a support board for reg users), I really want genuine users to be able to access the whole nuke site from my main p ...
 Topic: login block on a seperate page?
devo

Replies: 4
Views: 7486

PostForum: Seeking applications ...   Posted: Thu Dec 04, 2003 11:31 pm   Subject: login block on a seperate page?
Apologies if this has been answered a million times... but what Im after....
I want to setup a nuke site as a support board only, the index.php is to be accessable only to members, what i want is to ...
 Topic: What is the best way to test a hack to a module?
devo

Replies: 8
Views: 12337

PostForum: How To's   Posted: Thu Dec 04, 2003 11:00 pm   Subject: What is the best way to test a hack to a module?
Raven...... I dont want to take up too much time by asking the impossible here..... how easy is it to set up a "local" server, I really didnt know you could set one up just for local testing, that wou ...
 Topic: load html into a new window?
devo

Replies: 3
Views: 7450

PostForum: How To's   Posted: Wed Dec 03, 2003 12:58 am   Subject: load html into a new window?
Assuming that page.html is a stand alone document that does not need PHP, try this<?php
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this ...
 Topic: load html into a new window?
devo

Replies: 3
Views: 7450

PostForum: How To's   Posted: Tue Dec 02, 2003 11:20 pm   Subject: load html into a new window?
It is stand alone yes..... thanks for that I will have a go now and see.
Cool
 Topic: load html into a new window?
devo

Replies: 3
Views: 7450

PostForum: How To's   Posted: Tue Dec 02, 2003 8:55 pm   Subject: load html into a new window?
I am trying to get "page.html" page to load into a new window

this:


<?php
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
if (!isset($main ...
 Topic: problem since upgrading from 6.5-> 6.9
devo

Replies: 2
Views: 6830

PostForum: phpnuke 6.9   Posted: Tue Dec 02, 2003 8:33 pm   Subject: Re: problem since upgrading from 6.5-> 6.9
I now get this error in blocks I have created, they worked fine under 6.5 the problem only occured when I upgraded to 6.9, can someone help please..... when the page loads, I get this errror at the to ...
 Topic: problem since upgrading from 6.5-> 6.9
devo

Replies: 2
Views: 6830

PostForum: phpnuke 6.9   Posted: Sat Nov 29, 2003 7:02 pm   Subject: problem since upgrading from 6.5-> 6.9
I now get this error in blocks I have created, they worked fine under 6.5 the problem only occured when I upgraded to 6.9, can someone help please..... when the page loads, I get this errror at the to ...
 Topic: how do I add new user "groups" please?
devo

Replies: 13
Views: 20210

PostForum: phpnuke 6.5   Posted: Sun Nov 23, 2003 2:45 am   Subject: how do I add new user "groups" please?
Hi guys....I want to add some user groups.....what i mean by user groups is ..... when you go to make a new block viewable....it says make it viewable to....and then lists .......

All Vistors
Reg ...
 Topic: cant post to forums........ help!!!
devo

Replies: 1
Views: 5186

PostForum: phpnuke 6.9   Posted: Mon Oct 27, 2003 1:32 pm   Subject: cant post to forums........ help!!!
Greetings, I have just upgraded to nuke 6.9 and all is well, except when I go to post in a forum, there is no text visible, I can cut and paste text from elsewhere and when its pates it is invisible a ...
 Topic: disable rightclicking help please???
devo

Replies: 6
Views: 9758

PostForum: How To's   Posted: Fri Oct 03, 2003 8:40 pm   Subject: disable rightclicking help please???
good work, thanks to all that replied!!! Smile appreciated Smile
 Topic: disable rightclicking help please???
devo

Replies: 6
Views: 9758

PostForum: How To's   Posted: Thu Oct 02, 2003 9:00 pm   Subject: disable rightclicking help please???
hi there I have a java script tp diable right clicking in all my site, what I would like to know where to inesrt it please?

Would I insert into mainfile.php??? if so is there a correct place to ins ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©