vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - Really Fast Registration by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=301283)

BirdOPrey5 08-25-2013 04:46 PM

I'm going to think about the password issue, I fully support no passwords in emails when it comes to things like banks or corporate email systems, but web discussion forums barely need passwords to be honest- unless someone is a mod or admin I personally wouldn't lose sleep over a password sent by email.

G_Gekko 08-25-2013 05:40 PM

Would it be possible to make the make the registration box hower in a fixed position on top of the page so that it has a fixed position on the screen if if the users scrolls. I think that might give a much higher registration rate as the quick registration would be right there whenever someone reads something they want to reply to. (especially so when viewing a thread.)

smirkley 08-25-2013 06:46 PM

Thanks BOP, I am going to try it with the regular registration off. Since the reg box will show up on every page in my setup, a registration link or button seems redundant.

I have styled using the stylevars, the registration box to something more suitable to my dark theme. (you can see it in my profile here)

But I noticed the username box is white when on a page, but it goes black when one starts to type in it. Of course the text font stays black, but you cant read it then.

I looked in the xml and stylevars bat cant find where to fix that.

smirkley 08-25-2013 06:51 PM

And I am sorry for so many questions...

But, I am wondering if when the user account is created, if the account settings will follow the admin acp default registration options that are preset?

Morrus 08-25-2013 07:23 PM

Great little mod. If you're taking feature requests, I have an idea. Feel free to ignore.

What if this appeared at the bottom of a thread or article under the reply box? That way, people who wanted to reply to a thread could enter their reply and register quickly at the same time. Presumably the reply would have to remain in the mod queue or something until the person logged in again.

I think that would increase registration and thread participation.

BirdOPrey5 08-25-2013 07:39 PM

Quote:

Originally Posted by G_Gekko (Post 2441012)
Would it be possible to make the make the registration box hower in a fixed position on top of the page so that it has a fixed position on the screen if if the users scrolls. I think that might give a much higher registration rate as the quick registration would be right there whenever someone reads something they want to reply to. (especially so when viewing a thread.)

That should be possible now with CSS... Making the main DIV and absolute position on the page. I'm not a CSS expert but it should all be doable via additional.css.

Quote:

Originally Posted by smirkley (Post 2441025)
But I noticed the username box is white when on a page, but it goes black when one starts to type in it. Of course the text font stays black, but you cant read it then.

I looked in the xml and stylevars bat cant find where to fix that.

Does it work right in your regular registration form? You may need to look in register.css for the code that controls the box after typing has begun.

Quote:

Originally Posted by smirkley (Post 2441027)
And I am sorry for so many questions...

But, I am wondering if when the user account is created, if the account settings will follow the admin acp default registration options that are preset?

Yes it should.

Quote:

Originally Posted by Morrus (Post 2441033)
Great little mod. If you're taking feature requests, I have an idea. Feel free to ignore.

What if this appeared at the bottom of a thread or article under the reply box? That way, people who wanted to reply to a thread could enter their reply and register quickly at the same time. Presumably the reply would have to remain in the mod queue or something until the person logged in again.

I think that would increase registration and thread participation.

I like the idea of showing it to people who try to reply, but holding a reply until they register would be a pretty major change- wouldn't hod my breath for that but maybe one day. :up:

smirkley 08-26-2013 01:50 AM

Just wanted to say that I have been giving this a nice battery of tests, and I quite like it!

Still monitoring the spam thing, but so far none have used it.

Still havent figured out the username box background change on entry, checked out register.css, but all that has is a few short snippets for the check/x image and popup backgrounds. Nothing in there for the entry field box.
(edit to add: should I add a css entry for setting the background?)
(edit again again: yes, it works properly in the regular registration form. Just tested.)

But I do like how this works and just use a usergroup with limited priv for the new member group.

(edit also to add: I implemented the additional css to hide the time area. Like that and for me it prevents user confusion when it shows just some city, and in the end their time zone is set properly anyway, so they dont notice it missing)

smirkley 08-26-2013 02:27 AM

And finally for now, edit to add:

I think I figured out how the background changes in the username input box....

register.css
Code:

input.greenbox {
        background:url({vb:stylevar imgdir_misc}/tick.png) {vb:stylevar right} center no-repeat;
}

input.redbox {
        background:url({vb:stylevar imgdir_misc}/cross.png) {vb:stylevar right} center no-repeat;
}

The icon is overwriting the backgrouncd css for the input box. And the transparency of the icon png bleeds into the background.

Let me check my regular registration page to see if that has been happening. Bet it has been happening too, kinda think I didnt test it like I thought.

smirkley 08-26-2013 02:39 AM

OK, I changed the snippet above, with the snippet below,...and it fixed it. :)

Code:

input.greenbox {
        background:url({vb:stylevar imgdir_misc}/tick.png) {vb:stylevar right} center no-repeat;
        background-color:#ffffff;
}

input.redbox {
        background:url({vb:stylevar imgdir_misc}/cross.png) {vb:stylevar right} center no-repeat;
        background-color:#ffffff;
}


DemOnstar 08-26-2013 04:13 AM

Quote:

Originally Posted by smirkley (Post 2441145)
OK, I changed the snippet above, with the snippet below,...and it fixed it. :)

This information should be useful for other people too...


All times are GMT. The time now is 04:28 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01132 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete