Author: jfeaz
Posted: Fri May 16, 2008 1:16 am (GMT 1)
Topic Replies: 36
If you get to it, it will be put into action right away.
Content suppressed by ://URLFAN, for full article visit source
More posts from forum.nucleuscms.org

General Questions :: I lost my password..........From: forum.nucleuscms.org
Post Date: 2008-03-04 00:00:00
Author: Sixmaples
Subject: I lost my password..........
Posted: Wed Mar 05, 2008 3:04 am (GMT 1)
Topic Replies: 0
Hello, I cannot get to my admin page because I lost my password...... and I can’t use the "I lost my password" email thing because the email I used for my account can nolonger recive emails. I was wondering if anyone can help or have any ideas on what to do. ***Anything*** would be helpful!
Thanks!!!
Sixmaples
PS: Sorry if this is in the wrong... 
General Questions :: RE: Password Protecting a BlogFrom: forum.nucleuscms.org
Post Date: 2008-03-04 00:00:00
Author: IHNBIIPOS
Posted: Wed Mar 05, 2008 2:50 am (GMT 1)
Topic Replies: 1
Maybe something like this would work? Of course, you’d need to put the condition in every part of the skin.
Code: <%if(loggedin)%>
<%blog(default/index,10)%>
<%else%>
<%loginform%>
<%endif%>
_________________... 
General Questions :: Does Nucleus work with Oracle?From: forum.nucleuscms.org
Post Date: 2008-03-04 00:00:00
Author: graphics_dog
Subject: Does Nucleus work with Oracle?
Posted: Wed Mar 05, 2008 2:50 am (GMT 1)
Topic Replies: 0
Hi there,
I’ve developed a nucleus based site on my webspace using a MySQL database. Now the client wants me to put the site on their webspace but they only use Oracle. Does Nucleus work with Oracle?
Thanks.... 
General Questions :: Password Protecting a BlogFrom: forum.nucleuscms.org
Post Date: 2008-03-04 00:00:00
Author: graphics_dog
Subject: Password Protecting a Blog
Posted: Wed Mar 05, 2008 2:43 am (GMT 1)
Topic Replies: 1
I’m using the Nucleus software to create a blog for private use.
How do I make it so that the blog is only visible to those who are logged in?
Thanks....