I recently incorporated a "Portal" page into my forum(CBBBlocklgets) to combine my website and my forum into 1 united page. Much easier for me to control.
Im trying to incorporate a way to let guests email a handful of specific users. I keep hitting dead ends.
The "contact us page within the blockgets fails to function.
The built in Email a user within PHPBB fails to allow a guest to input his return email address. So it just shows as "annoyomous"
Is there anyway an EXT could be made easily to get this done? and still keep spam out?
I ask you because of your "obscure contact us" EXT which works great on my forums!
PS: my actual username "cubguy501" is inactive. can u reactivate?
Multiple Contact "Us" pages
-
- Site Admin
- Posts: 789
- Joined: Tue Nov 18, 2014 11:30 am
Re: Multiple Contact "Us" pages
The conformation email was rejected by your ISP. I have requested that they un block this site so that you get future messages.
I have manually activated it now.
So to see if I have this clear. Do you want users to be able to email everyone on a specific list of email addresses, or select one from that list? (eg, support, sales, website, etc)
I have manually activated it now.
So to see if I have this clear. Do you want users to be able to email everyone on a specific list of email addresses, or select one from that list? (eg, support, sales, website, etc)
-
- Posts: 2
- Joined: Sun Jan 26, 2025 6:09 pm
Re: Multiple Contact "Us" pages
I would like "guests" or users to be able to email a handfull of people.
This is a non-profit organization.
where they can input there name, email address, and a message.
and of course have some sorta spam blocker or something
This is a non-profit organization.
so like "president, vice president, treasurer, and maybe a few committee members So i have this block created. id like to be able to link each of these people to a "contact" page.select one from that list? (eg, support, sales, website, etc)
where they can input there name, email address, and a message.
and of course have some sorta spam blocker or something
You do not have the required permissions to view the files attached to this post.
-
- Site Admin
- Posts: 789
- Joined: Tue Nov 18, 2014 11:30 am
Re: Multiple Contact "Us" pages
This is the way I would do it. Using the Pages extension as a starting point its quite easy. Using the code from This Site (which is what my Contact Us extension is based on) you can create and add as may encoded email addresses as you want to.
See app.php/contact-details for the resulting page and the code I used to create it is below. Note the arrowed areas.
If you think that this is beyond your capabilities (and assuming that you do not mind allowing me temporary ACP access) please let me know what addresses and how you would like the list to appear and I can create it for you
See app.php/contact-details for the resulting page and the code I used to create it is below. Note the arrowed areas.
If you think that this is beyond your capabilities (and assuming that you do not mind allowing me temporary ACP access) please let me know what addresses and how you would like the list to appear and I can create it for you
You do not have the required permissions to view the files attached to this post.