Hi all,
i have follow question.
How I can DISABLE register Form in phpMyFAQ ?
Disable Register Form.
Moderator: Thorsten
Re: Disable Register Form.
Hi,
just remove the link in the index.tpl template.
bye
Thorsten
just remove the link in the index.tpl template.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Disable Register Form.
Thorsten.
THX
I found this Threads here,
viewtopic.php?f=2&t=10730&p=31859&hilit ... ter#p31859
and remove all the Line
<label for="faqusername">{username}</label>
<input class="inputfield" type="text" name="faqusername" id="faqusername" size="20" /><br />
<label for="faqpassword">{password}</label>
<input class="inputfield" type="password" size="20" name="faqpassword" id="faqpassword" /><br />
and
{msgRegisterUser}
Work Fine.
Another question, is a way to integrate phpMyFAQ with phpBB3 ?
THX
I found this Threads here,
viewtopic.php?f=2&t=10730&p=31859&hilit ... ter#p31859
and remove all the Line
<label for="faqusername">{username}</label>
<input class="inputfield" type="text" name="faqusername" id="faqusername" size="20" /><br />
<label for="faqpassword">{password}</label>
<input class="inputfield" type="password" size="20" name="faqpassword" id="faqpassword" /><br />
and
{msgRegisterUser}
Work Fine.
Another question, is a way to integrate phpMyFAQ with phpBB3 ?
Re: Disable Register Form.
Hi,

bye
Thorsten
no, sorry. But feel free to do it.blogger wrote:Another question, is a way to integrate phpMyFAQ with phpBB3 ?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Disable Register Form.
Thorsten said:
=> So, we have only to put {msgRegisterUser} between tags like this:
<!--{msgRegisterUser}-->
=> if we want tu re-use the option, we only delete this tag <!-- and that one -->

If we do this..we lost the login box dialog and we get only the OK button....
and remove all the Line
'(1)<label for="faqusername">{username}</label>
<input class="inputfield" type="text" name="faqusername" id="faqusername" size="20" /><br />
(2) <label for="faqpassword">{password}</label>
<input class="inputfield" type="password" size="20" name="faqpassword" id="faqpassword" /><br />
and
{msgRegisterUser}
Work Fine.
...
=> So, we have only to put {msgRegisterUser} between tags like this:
<!--{msgRegisterUser}-->
=> if we want tu re-use the option, we only delete this tag <!-- and that one -->
uman
-
jason102178
- Posts: 200
- Joined: Tue Nov 02, 2010 9:08 am
- Location: United States-Ohio
- Contact:
Re: Disable Register Form.
all you have to do to disable registration is remove is remove the one piece of code located in template/default/loginbox.tpl
and as for integrating phpmyfaq into phpbb you can do this on your own but at this time we do not offer support for this and we do not have any package that will integrate it with phpbb
Code: Select all
{msgRegisterUser}Leave these lines intact dont remove
'(1)<label for="faqusername">{username}</label>
<input class="inputfield" type="text" name="faqusername" id="faqusername" size="20" /><br />
(2) <label for="faqpassword">{password}</label>
<input class="inputfield" type="password" size="20" name="faqpassword" id="faqpassword" /><br />
and as for integrating phpmyfaq into phpbb you can do this on your own but at this time we do not offer support for this and we do not have any package that will integrate it with phpbb
phpMyFAQ Quality Assurance / Forum Moderator
Amazon.com Wishlist
Amazon.com Wishlist