Welcome to Geeklog, Anonymous Thursday, December 26 2024 @ 10:01 am EST
Geeklog Forums
2 Quick Newbie Questions
d33
Anonymous
Hi guys, I'm sure the first person reading this will be able to answer my questions so I'll make this post small and to-the-point.
1. How do I change the email verification when users sign up? I don't want new users to have to check there emails after signing up
and
2: How do I customise the menu at the very top (On this page the links being [Contribute : Support : Downloads : Forum : Links : Polls : Calendar : Directory : Advanced Search] )
Sorry for the extremely dumb questions
1. How do I change the email verification when users sign up? I don't want new users to have to check there emails after signing up
and
2: How do I customise the menu at the very top (On this page the links being [Contribute : Support : Downloads : Forum : Links : Polls : Calendar : Directory : Advanced Search] )
Sorry for the extremely dumb questions
7
7
Quote
d33
Anonymous
Ahh, thanks for that 1000ideen.
Anyone have an answer for #1?
Anyone have an answer for #1?
10
8
Quote
d33
Anonymous
Hmm, I'v searched around the forums and FAQ quite abit and still can't find a solution, I'm not worried about automated sign ups, I just have no access to a mail server and would rather my users have instant login access after signing up.
I keep thinking there must be an easy way to solve this (Maybe I missed something in the config file?) If anyone knows please point me the right direction
Thanks for the replys.
I keep thinking there must be an easy way to solve this (Maybe I missed something in the config file?) If anyone knows please point me the right direction
Thanks for the replys.
8
7
Quote
Status: offline
1000ideen
Forum User
Full Member
Registered: 08/04/03
Posts: 1298
This was a solution for an older Geeklog version:
http://demo.turias.net/phpbb/viewtopic.php?t=205&highlight=
Usually the email registration is quite o.k. Most people here don`t have an own server just webspace.
Maybe someone else can give a hint concerning a hack for 'custom registration'?
http://demo.turias.net/phpbb/viewtopic.php?t=205&highlight=
Usually the email registration is quite o.k. Most people here don`t have an own server just webspace.
Maybe someone else can give a hint concerning a hack for 'custom registration'?
8
9
Quote
d33
Anonymous
Method doesn't appear to be working, lines of code are different from the examples given:
actually reads
COM_applyFilter ($_POST['email']));
actually reads
ect, ect.
I added the new parts in without removing the old ones
example of the last one which was supposed to be changed to
But I changed it to
The end result looked good, with the password feild on the signup page, but once signed up get the error "You may have mistyped your login credentials. Please try logging in again below..." when attempting to login with the password I entered on the signup page.
Text Formatted Code
$display .= createuser (COM_applyFilter ($HTTP_POST_VARS['username']), COM_applyFilter ($HTTP_POST_VARS['email']));actually reads
Text Formatted Code
$display .= createuser (COM_applyFilter ($_POST['username']),COM_applyFilter ($_POST['email']));
Text Formatted Code
USER_createAndSendPassword ($username, $A['email'], $A['uid']);actually reads
Text Formatted Code
USER_createAndSendPassword ($username, $A['email']);ect, ect.
I added the new parts in without removing the old ones
example of the last one which was supposed to be changed to
Text Formatted Code
USER_createAndSendPassword ($username, $A['email'], $password);But I changed it to
Text Formatted Code
USER_createAndSendPassword ($username, $A['email'], $A['uid'], $password);The end result looked good, with the password feild on the signup page, but once signed up get the error "You may have mistyped your login credentials. Please try logging in again below..." when attempting to login with the password I entered on the signup page.
8
6
Quote
d33
Anonymous
Sorry the third and forth codes are mixed up, should be the other way round.
8
6
Quote
All times are EST. The time is now 10:01 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content