Pagina 1 van 1
registratie mail modificatie
Geplaatst: 13 nov 2014, 03:03
door olaf-jacobs
- Modificatie & Versie:
Directe link naar de modificatie:
olaf-jacobs.nl/forum
phpBB versie:3.0.12
Standaart style "oxigen"
Hallo Allen,
Ik zit me helemaal suf te zoeken over hoe ik de e-mail kan aanpassen die ik (als admin) krijg van het forum. Ik zou graag willen dat daar ook het e-mail adres in staat van de nieuw geregistreerde gebruiker. Op mijn forum heb ik het zo ingesteld dat ik eerst alles moet goedkeuren. Ik keur namelijk op basis van e-mail adres registraties goed (allemaal bedrijf gebonden adressen)
Momenteel heb ik het txt bestand
hier en daar wat aangepast. maar tot op heden nog geen goed resultaat gekregen.
En tevens wou ik ook gelijk gebruik van de gelegenheid maken om te vragen wat de opties zijn om de verstrekte info uit te breiden.
Met vriendelijke groet
Olaf-Jacobs.
Re: registratie mail modificatie
Geplaatst: 13 nov 2014, 10:48
door El torro
Wat heb je dan aangepast in die file?
Heb je daar al "{email}" toevoegd? ( zelf niet getest)
En tevens wou ik ook gelijk gebruik van de gelegenheid maken om te vragen wat de opties zijn om de verstrekte info uit te breiden.
Bedoel je een extra registratie veld?
Re: registratie mail modificatie
Geplaatst: 13 nov 2014, 11:42
door Theriddler
In die txt bestanden kun je de volgende variabelen gebruiken:
- {USERNAME} - Username
- {U_USER_DETAILS} - User's profile link
- {U_ACTIVATE} - User activation link
- {EMAIL_SIG} - Admin/board email signature
- {SITENAME} - Configured name of the site
- {CONTACT_EMAIL} - Configured board webmaster email
- {MESSAGE} - Used to insert the message when emailing a user from the board, or using the "email topic to friend" tool.
- {U_BOARD} - URL of the forums
- {WELCOME_MSG} - A welcome message. Like "Welcome to so-and-so's forums". Probably in the language file, with the {SITENAME} variable in it.
- {PASSWORD} - User's password. Probably only works in the initial email, since it's encrypted after that.
- {FAX_INFO} - COPPA fax number
- {MAIL_INFO} - COPPA mailing address
- {EMAIL_ADDRESS} - User's email address
- {TO_USERNAME} - The username an email is addressed to, when using in-board email.
- {FROM_USERNAME} - The username an email is coming from, when using in-board email.
- {TOPIC_NAME} - The topic name that you are emailing to a friend.
- {U_TOPIC} - The URL for the topic involved.
- {BOARD_CONTACT} - Configured board webmaster email
- {FORUM_NAME} - The name of the forum that has received a topic, and the user is being notified about.
- {TOPIC_TITLE} - The name of the topic that has received a post, and the user is being notified about.
- {U_NEWEST_POST} - URL of the newest post to the topic being watched.
- {U_STOP_WATCHING_FORUM} - URL to be removed from Subscrition to the forum.
- {GROUP_NAME} - The group name that the user has been added to.
- {U_GROUP} - URL of the group page
- {U_PENDING} - URL a group leader should visit to review / approve / deny a new member.
- {U_FORUM} - URL to the forum being watched.
- {POST_SUBJECT} - Post title, could be the same as {TOPIC_TITLE}, unless it's a reply.
- {U_VIEW_POST} - URL to the specific post (within a topic).
- {U_VIEW_TOPIC} - URL to the topic.
- {REASON} - Reason a post was disapproved.
- {AUTHOR_NAME} - User who authored the PM.
- {SUBJECT} - Subject of the PM.
- {U_INBOX} - URL to the user's PM inbox.
- {CLOSER_NAME} - Username of the person who closed a report that was filed.
- {U_STOP_WATCHING_TOPIC} - URL to unsubscribe from a topic.
- {REGISTER_DATE} - Registration date of the user.
Re: registratie mail modificatie
Geplaatst: 13 nov 2014, 22:11
door olaf-jacobs
Bedankt voor de reacties,
Ik heb zover het bestand
aangepast met deze opties:
Code: Selecteer alles
Subject: A new user has registered
A new user has registered on your board "{SITENAME}".
Username:
{USERNAME}
E-mail:
{USER_EMAIL}
{MAIL_ADDRESS}
{USER_MAIL}
{EMAIL_ADDRESS}
{USER_MAIL_ADDRESS}
{EMAIL_ADDRESS_USER}
Registered on:
{REGISTER_DATE}
User profile:
{USER_PROFILE_DATA}
Use this link to view the user's profile:
{U_USER_DETAILS}
{EMAIL_SIG}
Ik weet dat een aantal niet vernoemd zijn oa in het bericht hier boven, maar tot op heden heeft ook nog niets een positief resultaat geleverd.
Het bericht wat ik krijg van het forum staat wel "Email:" maar er komt niets achter te staan
Ook heb ik al verschillende manieren geprobeerd om het bestand aan te passen, via ftp uploader, direct op de server, via de ACP. maar niets werkt.
Als ik toch via WS_FTP een bastand als dit naar de server upload, dan hoef ik toch niet meer het bestand via "language pack" te activeren. Of zal daar ergens het probleem schuilen ?
pffffff
Re: registratie mail modificatie
Geplaatst: 13 nov 2014, 22:34
door David
Heb je de cache ook geleegd? Dit kan via je beheerderspaneel. Je kan de inhoud van de map cache ook via FTP verwijderen. Verwijderen dan alle bestanden in de map cache behalve index.htm en .htaccess
Re: registratie mail modificatie
Geplaatst: 13 nov 2014, 23:17
door olaf-jacobs
Hallo,
Ik heb inderdaad de cache geleegd (purched) en alle andere tekst aanpassingen zij ik wel terug in het mailtje, alleen geheel niets van de bovenstaande optie's. Ik begin mij af te vragen of deze opties wel bedoeld zijn voor 3.0.12
Re: registratie mail modificatie
Geplaatst: 14 nov 2014, 02:04
door olaf-jacobs
Hallo allen,
Ik ben er uit, de oplossing heb ik gevonden.
Ik heb in "includes/ucp/ucp_register.php file, op lijn #400 het volgende toegevoegd.
En daarna in "admin_activate.txt" file
toegevoegd.
Na alles op de server te hebben gezet en de cache geprunded te hebben is mijn eind resultaat behaalt.
Allen bedankt voor het mee denken.