News:

Wondering if this will always be free?  See why free is better.

Main Menu

Contact Page

Started by SMFHacks.com Team, July 06, 2006, 12:59:38 PM

Previous topic - Next topic

falguni1


falguni1

If the user is logged in why is it necessary to fill up the name and email id, it should be shown by default in the fill up form.

vbgamer45

Maybe they would want a diffent name or something to show.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

danishj

1.     Execute Modification     ./Themes/default/languages/Modifications.english.php     Test failed
2.    Execute Modification    ./index.php    Test successful
3.    Execute Modification    ./Themes/default/index.template.php    Test successful
4.    Execute Modification    ./Sources/ManagePermissions.php    Test successful
5.    Execute Modification    ./Sources/Subs.php    Test successful







Any Idea?

vbgamer45

Open Modifications.english.php

Find ?>

Make sure it is on its own line like
?>
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

falguni1

Quote from: vbgamer45 on December 14, 2007, 09:12:59 PM
Maybe they would want a diffent name or something to show.

this can be misused
if smf has this mod and I fill up a contact form in your vbgamer45's name then ???

give an option to admins whether they want to show the name field to members who can fill up their desired names
or
hide the name field but the admin will know who send the email as it will be mentioned in the email they receive.

ne.miguelito

instead of sending for the e-mail of the webmaster, to send for the administrator's e-mail,

the function is this

// Send email to webmaster
sendmail($webmaster_email, $subject, $m,$email);


to alter this in way to do what intended

rockinaway

I have the same problem with the Visual Verification.... any help?
Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.

vbgamer45

Quote from: rockinaway on January 13, 2008, 06:20:34 AM
I have the same problem with the Visual Verification.... any help?
What problem?
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

rockinaway

It keeps saying the letters don't match, but they do match..
Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.

rockinaway

Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.

rockinaway

Quote from: Zeri YT! on November 07, 2007, 06:56:39 AM
Uninstalled and installed it again without errors, but still the same f*cking problem with the captcha.  :(

I commented out the CAPTCHA code from Sources/Contact.php:

Find:

// Generate a visual verification code to make sure the user is no bot.
$context['visual_verification'] = empty($modSettings['disable_visual_verification']) || $modSettings['disable_visual_verification'] != 1;
if ($context['visual_verification'])
{
$context['use_graphic_library'] = in_array('gd', get_loaded_extensions());
$context['verificiation_image_href'] = $scripturl . '?action=verificationcode;rand=' . md5(rand());

// Only generate a new code if one hasn't been set yet
if (!isset($_SESSION['visual_verification_code']))
{
// Skip I, J, L, O and Q.
$character_range = array_merge(range('A', 'H'), array('K', 'M', 'N', 'P'), range('R', 'Z'));

// Generate a new code.
$_SESSION['visual_verification_code'] = '';
for ($i = 0; $i < 5; $i++)
$_SESSION['visual_verification_code'] .= $character_range[array_rand($character_range)];
}
}


Replace with:



/* Generate a visual verification code to make sure the user is no bot.
$context['visual_verification'] = empty($modSettings['disable_visual_verification']) || $modSettings['disable_visual_verification'] != 1;
if ($context['visual_verification'])
{
$context['use_graphic_library'] = in_array('gd', get_loaded_extensions());
$context['verificiation_image_href'] = $scripturl . '?action=verificationcode;rand=' . md5(rand());

// Only generate a new code if one hasn't been set yet
if (!isset($_SESSION['visual_verification_code']))
{
// Skip I, J, L, O and Q.
$character_range = array_merge(range('A', 'H'), array('K', 'M', 'N', 'P'), range('R', 'Z'));

// Generate a new code.
$_SESSION['visual_verification_code'] = '';
for ($i = 0; $i < 5; $i++)
$_SESSION['visual_verification_code'] .= $character_range[array_rand($character_range)];
}
}*/



Temp. solution..
Have I helped you? Then please join AdminFuel - The forum for forum administrators.

If you need help managing your forum, or maybe launching it, then visit us and view the quality articles, downloads and posts.

Krysia

Quote from: askepott on July 08, 2007, 12:43:04 PM
Never mind my first question...... I already fixed it.

how can I add the menu button? I tried adding it but I always get errors =/ where should I place the code and what code should I add to the index.template.php file?

will appreciate your help. thanks.
How did you fix that, please? I'm having the same problem.



Krysia

The mod appears to all be in place; I installed it manually, but I don't see the text for it in the header, nor do I see it if I type in the url for bringing the contact page up as posted earlier in this thread (it takes me to the main index page).

Any ideas?



Qayyom Ashraf

I checked the package at my test forum, it works perfectly

but at my main forum ( www.JangForum.com ) it Appears with 3 Nos of Button on top menu.

I uninstall and remove from my packages, the 3rd no button disappeared and now 2 buttons are there.

how can i remove the one of both...?

( why ? it is still there working ?, after UnIstalling the Package, mean: This package is not listed in my Packages section/list )
Qayyom Ashraf  |  Karachi-PK |::.www.JangForum.Com.::|

dkounal

The button for babylon theme and the modification file for utf-8 in greek language

motsmart

is there a chance to let users select the note recipe?
Free Persian Ajax MODx CMS/F www.modxcms.ir

vbgamer45

Quote from: qayyom on February 23, 2008, 01:33:47 AM
I checked the package at my test forum, it works perfectly

but at my main forum ( www.JangForum.com ) it Appears with 3 Nos of Button on top menu.

I uninstall and remove from my packages, the 3rd no button disappeared and now 2 buttons are there.

how can i remove the one of both...?

( why ? it is still there working ?, after UnIstalling the Package, mean: This package is not listed in my Packages section/list )
Sounds like the parts of the mod got installed twice.

You will need to edit themes/default/index.template.php and remove the extra menu button
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Qayyom Ashraf

thanks for your help and support

this problem has been solved.
Qayyom Ashraf  |  Karachi-PK |::.www.JangForum.Com.::|

Chachafance

This doesn't work in my forum.
It installed fine but when I sent 2 test message, I didn't receive either......
Not sure why.

Advertisement: