MyBB Community Forums

Full Version: Registration Security Question v1.2 (Updated: 07/27/2011)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
would be good if multiple questions could be exposed on the registration page at one time, especially if one of the questions can be permanently set to always say the same thing while the others could rotate through the list of questions.

might help more people get the idea about what can and can't be discussed on particularly boards.
if possible the question will change to image in server (so no text), atleast bots feel difficult in reading image (may be)

4 + 5 = 3 + ?

above will be like image is fine Smile
I just installed this, and it's not showing up in my list of plugins in admin CP. I went back through and checked carefully to see that all the files are there. They are. What else should I check?
(2012-07-13, 07:40 PM)fylliska Wrote: [ -> ]I just installed this, and it's not showing up in my list of plugins in admin CP. I went back through and checked carefully to see that all the files are there. They are. What else should I check?

When you say you installed it, what do you mean? You went to ACP > Plugins and Installed/Activated? And now you're looking for how to configure it? You should see "Security Questions" under ACP > Configuration. Have not heard of this issue before.
(2012-07-13, 07:40 PM)fylliska Wrote: [ -> ]I just installed this, and it's not showing up in my list of plugins in admin CP. I went back through and checked carefully to see that all the files are there. They are. What else should I check?

How did you install it if it wasn't in the admincp list? Or did it disappear after you installed it?

The first thing that comes to mind is that if you renamed the admin directory on your forum, make sure the files in the plugin's admin directory are going to the renamed admin directory.
What I meant was that I uploaded the files. Sorry for being unclear. I still don't see it in the plugins list to activate it.

Okay, never mind. I uploaded again, and it worked this time. I'm sure I was doing something wrong before. Thanks for answering!
(2012-05-15, 05:54 AM)- G33K - Wrote: [ -> ]
(2012-05-13, 09:30 PM)Howman Wrote: [ -> ]Hello I was just playing around with my site and noticed that the "change question" button when clicked just goes "loading please wait" and never changes "loading please wait" just stays on the screen.

Not sure why this is happening its not a big deal. I just refresh page answer question with out hitting "change question"
my site www(.)howman(.)ca if you would like to check it out

You have a bunch of jquery scripts on your site that are probably causing a conflict with the jscript of this plugin.

Well I know its been a while since I asked this but you where right I did have a lot of jquery scripts on my site I was starting to build a new one and only had one jquery scrip added and I have the same problem so I am thinking maybe it is how I did the noconflict.
Here is my headerinclude template maybe you can see my problem I tryed changing the $ to jQuery in the .js file that did not seam to work
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<link rel="stylesheet" type="text/css" href="http://www.MySite.com/myaddons/containerplus/css/mbContainer.css" title="style"  media="screen"/>
<link rel="stylesheet" type="text/css" href="http://www.MySite.com/myaddons/myaddonscripts/mycssscript.css" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
<script type="text/javascript" src="myaddons/myaddonscripts/myjsscript.js"></script>
<script type="text/javascript">
  $.noConflict();
  // Code that uses other library's $ can follow here.
</script>
<script type="text/javascript" src="http://www.MySite.com/myaddons/containerplus/inc/jquery.metadata.js"></script>
<script type="text/javascript" src="http://www.MySite.com/myaddons/containerplus/inc/mbContainer.js"></script>
{$stylesheets}
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
<script type="text/javascript" src="jscripts/thx.js"></script>{$newpmmsg}
Hi, I've installed MyBB 1.6.9 (Spanish version) in localhost, and I'm trying Registration Security Question, but it doesn't show any button in the Admin Panel to manage the 5 questions by default.

I'm pretty sure I've put every file (there are 5) in its folder, but the result is:

Screenshot 1 seems to be OK:

[attachment=29317]

But when I click in [Manage Questions] link it shows this:

[attachment=29318]

Please I'm needing help...
^ @Grid, have you added language files from the Spanish language pack
Hi .m., no, not yet, but shouldn't the plugin show the buttons anyway, in English language?

I'll add the Spanish file and try again...

Hi, good news, now it works perfectly Smile, it's showing all buttons/links: Edit/Delete (in Spanish: Editar/Eliminar), etc.

Thank you very much for your help, regards from Spain...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23