Author |
Topic  |
thelodger
Junior Member
 
United Kingdom
296 Posts |
Posted - 28 July 2008 : 18:25:07
|
Is there a mod that provides a contact us page in the forum?
If not anyone fancy making one?< |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 28 July 2008 : 21:53:09
|
there used to be an addon page called "The Ramble" if i remeber correctly. it was used in Hurw and crash's portals that they had. what it would do is display all the admins/moderators details so that you could contact them...maybe if somone coudl track down a version of the portal they might be able to modify it a little to send email to an admin or something like that.
but it depeends on what you are after an how u want it to work.< |
© 1999-2010 MaD2ko0l |
 |
|
Carefree
Advanced Member
    
Philippines
4212 Posts |
Posted - 29 July 2008 : 11:50:08
|
Something like this (sends EMail to admin - that's all it does):
|
Edited by - Carefree on 29 July 2008 11:50:50 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
texanman
Junior Member
 
United States
410 Posts |
Posted - 29 July 2008 : 14:39:57
|
Hi, this is very nice but is it what he (or me ) is looking for ? Can't we get something similar to what you have with popup from register,asp? This will only go to the Super Admin. I was hoping to see something that lists all admin names with their e-mails hidden as you have. This gives the person the option which admin to contact. Cheers< |
 |
|
MaD2ko0l
Senior Member
   
United Kingdom
1053 Posts |
Posted - 29 July 2008 : 14:51:46
|
liek i said before..bepends on what u want exactly...i think i have an old bug reporting system that would send a pm to the admin thats knocking about. that way there no chance of spam bots filling up your email inbox and what not.
it was simple and it worked great. it woud log basic details of the user and the problem that was specifyed. i coudl dig it out if maybe thats what you want instead?< |
© 1999-2010 MaD2ko0l |
 |
|
thelodger
Junior Member
 
United Kingdom
296 Posts |
Posted - 29 July 2008 : 15:26:47
|
leatherlips, yours looks great for my needs, just two questions
1, Where does the contact us go to? is it main admin email addy or somewhere else?
2, as I don't code, how can I make a link so it shows at the top of the main forum?< |
 |
|
balexandre
Junior Member
 
Denmark
418 Posts |
Posted - 29 July 2008 : 16:09:45
|
just to let you guys know that I made mine from pop_email file, and it requests the name and email if you are not registered/logged in or it fills automatically if you already on the system 
to test:
http://www.ga-paneuropean.com/
click on "Contacto do GAPE"
< |
Bruno Alexandre (Strøby, DANMARK)
"a Portuguese in Danmark"
|
Edited by - balexandre on 29 July 2008 16:24:35 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
thelodger
Junior Member
 
United Kingdom
296 Posts |
Posted - 29 July 2008 : 17:59:29
|
Cheers, I will do it tomorrow as its 11pm here, but great work its much appreciated.< |
 |
|
thelodger
Junior Member
 
United Kingdom
296 Posts |
Posted - 30 July 2008 : 17:07:05
|
leatherlips can you check the code please, my forum died a death when I added it lol, I just removed the code and it came back to life < |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Carefree
Advanced Member
    
Philippines
4212 Posts |
Posted - 30 July 2008 : 17:59:39
|
quote: Originally posted by MaD2ko0l
liek i said before..bepends on what u want exactly...i think i have an old bug reporting system that would send a pm to the admin thats knocking about. that way there no chance of spam bots filling up your email inbox and what not.
it was simple and it worked great. it woud log basic details of the user and the problem that was specifyed. i coudl dig it out if maybe thats what you want instead?
That sounds like something I'd like to play with. I'd appreciate your passing it on.< |
 |
|
thelodger
Junior Member
 
United Kingdom
296 Posts |
Posted - 31 July 2008 : 03:54:28
|
For some reason I am not getting an error, just a dead forum when I add that code as explained, this is what it looks like after I have added it, is this correct? obviously I have just highlighted the code I have added in red. sorry to be pain I am hopeless at this.
quote: " <a href=""search.asp" if Request.QueryString("FORUM_ID") <> "" then Response.Write("?FORUM_ID=" & cLng(Request.QueryString("FORUM_ID"))) Response.Write """" & dWStatus("Perform a search by keyword, date, and/or name...") & " tabindex=""-1""><acronym title=""Perform a search by keyword, date, and/or name..."">Search</acronym></a>" & vbNewline & _ " |" & vbNewline & _ " <a href=""faq.asp""" & dWStatus("Answers to Frequently Asked Questions...") & " tabindex=""-1""><acronym title=""Answers to Frequently Asked Questions..."">FAQ</acronym></a>"& vbNewline & _ " |" & vbNewline & _ " <a href=""contact_us.asp""" & dWStatus("Contact " & strForumTitle & "") & " tabindex=""-1""><acronym title=""Contact " & strForumTitle & """>Contact</acronym></a>" '##USER SPACE mod ## Add line below ################### if trim(strUSSwitch) <> "" then Response.Write " |" & vbNewLine & " <a href=""user_space.asp?mode=0"" " & dWStatus("View your forum folders") & " tabindex=""-1""><acronym title=""View your forum folders"">Your Space</acronym></a>" end if '## End ############################################## end sub
< |
Edited by - thelodger on 31 July 2008 03:55:00 |
 |
|
leatherlips
Senior Member
   
USA
1838 Posts |
|
Topic  |
|