vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Neomail Login and Signup v2.1 -updated (https://vborg.vbsupport.ru/showthread.php?t=43567)

Dolby 09-16-2002 09:31 PM

Works great! Very nice being able to login this way instead of going though cpanel.

Next thing that would be great is some kinda frontend that uses templates to view the mail. Instead of useing neomails interface.

Thanks.

chad777 09-16-2002 09:41 PM

Yeah the templates to view mail would be great.

I have noticed though if I change neomail on teh server it changes for the whole server not just a certain domain.

Maybe if someone wants to sit down and get every function.

And then make an email php script that using those same functions but using a different look that would be cool! :)

As far as me I wish I knew that much about php and perl :)

sign up should be out soon

NTLDR 09-16-2002 09:50 PM

Quote:

Originally posted by chad777
sign up should be out soon
Nice ;) I'll probably install then :)

MarkB 09-17-2002 01:04 PM

Will this work if you DON'T have neomail set up via cpanel, but just a normal installation?

chad777 09-17-2002 02:50 PM

the login should work...the signup will not

chad777 09-17-2002 08:53 PM

Ok guys the signup part of it should be finished within the next 2 days. :)

this will only work if you have cpanel. if you don't have cpanel I am sorry I don't have anything except cpanel to make it for :)

Mono 09-17-2002 08:59 PM

I have a question. I want to give the admins of the site a neomail email account from my site is there a way to hide the link from any members who's status is below admin? Im hoping to put the link in the footer where it says contact us and your site url.

NTLDR 09-17-2002 09:04 PM

Yes you would be able to create a link for just certain usergroups, you just add something similar to:

PHP Code:

if ($bbuserinfo[usergroupid]==6) { //Admins
$maillink "LINK";
} else { 
//Everyone else
$maillink "LINK";


In your phpinclude template and add $maillink in the footer

Mono 09-17-2002 10:29 PM

That didn't seem to work :/. My registered members could still see the link.

NTLDR 09-17-2002 10:32 PM

You need to change

PHP Code:

$maillink "LINK"

by either adding a link for something else for other users or blank; just "" for nothing to appear.


All times are GMT. The time now is 07:24 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01203 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete