The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Unable to register

4 posters

Go down

Solved Unable to register

Post by Angelsbane March 23rd 2019, 5:40 pm

Hello, I can not seem to figure out why I am having this issue.. I wanted to add a screenshot but didn't work so I am hoping the link I provided will work instead.. Anyway I wanted to register an account to my forum and I keep getting this on the first page where it asks to confirm the password ((which has a bar next to it)) and to confirm a code ((has no bar next to it so I can not ride anything there..))

I have checked this form and found a page that had to do with user options, so I decided to check that and tried out different settings but nothing seemed to work so far.. it continues to ask for the same two things... Is there a way to shut the confirm code thing off? is the template creating issues so I don't see the bar that is suppose to be next to the confirm code option?

Personally I just want it gone so all that needs to be done is register and get in without any hassle.. hope I can fix this soon.. Sad

https://i.servimg.com/u/f32/20/04/82/51/regist11.jpg


Last edited by Angelsbane on March 24th 2019, 12:04 am; edited 1 time in total
Angelsbane
Angelsbane
New Member

Posts : 8
Reputation : 1
Language : English

http://worldofimagination.actieforum.com/

Back to top Go down

Solved Re: Unable to register

Post by Ape March 23rd 2019, 6:42 pm

Hello I think i see the problem after trying to make an account on your forum.

Please can you do the following.

Go to your CSS file's

ACP >> Display tab >> Pictures and Colors >> Colors >> CSS Stylesheet tab ,

Copy the code and send it here.

If it is blank then just let me know.

Also if you added your skin by Hitskin please send me the link.

It looks like the maker of the skin added a code that hides our ad's and this also removes the google captcha system.

with the CSS codes i can remove the code for you or add a code to show the ad's and the google captcha


Unable to register Left1212Unable to register Center11Unable to register Right112
Unable to register Ape_b110
Unable to register Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19182
Reputation : 1996
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

Solved Re: Unable to register

Post by SLGray March 23rd 2019, 6:46 pm

If there is coding hiding the ads, your forum will be breaking the Terms of Service.


Unable to register Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51520
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Unable to register

Post by Angelsbane March 23rd 2019, 6:51 pm

Code:
.module-advert, #main-content iframe{
display:none !important;
}
body {
  background:#000 url(https://i.servimg.com/u/f18/13/39/14/30/i_back10.jpg);
  background-color: #282828;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #848484;
  font-size: 10px;
  height: auto;
  padding: 10px 0px;
}

.headerbar {
   
   background-image: url("https://i.servimg.com/u/f18/13/39/14/30/i_back10.jpg");
   background-repeat: repeat-x;
   margin-bottom: 4px;
   padding-bottom: 0;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 0;
   height: 163px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   border: 1px solid #363636;
}

#wrap {
   background:#2b2b2b url(https://i.servimg.com/u/f18/13/39/14/30/i_back10.jpg);
   margin: 0px auto;
   padding: 5px;
   max-width: 1400px;
   min-width: 1000px;
   width: 90%;
   -webkit-border-radius:4px;
   -moz-border-radius:4px;
   border-radius:4px;
   border: 1px solid #363636;
   box-shadow: 0 0 8px black;
}

.forabg {
   background-color: #131313;
   background-image: url("https://i.servimg.com/u/f18/13/39/14/30/i_back10.jpg");
   background-position: 0 0;
   background-repeat: repeat-x;
   border-top: solid 1px #131313;
   clear: both;
   margin-bottom: 8px;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
   border-radius: 3px 3px 0px 0px;
   margin-top: 5px;
   border: 1px solid #454545;
}

.forumbg {
   background-color: #131313;
   background-image: url("https://i.servimg.com/u/f18/13/39/14/30/i_back10.jpg");
   background-position: 0 0;
   background-repeat: repeat-x;
   border-top: solid 1px #131313;
   clear: both;
   margin-bottom: 8px;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
   border-radius: 3px 3px 0px 0px;
   margin-top: 5px;
   border: 1px solid #454545;
}

li.header dd, li.header dt {
   color: #FFFFFF;
   font-family: Arial,Helvetica,sans-serif,Verdana,Arial,Helvetica,sans-serif;
   font-size: 1em;
   line-height: 16px;
   margin-bottom: 4px;
   margin-left: 5px;
   margin-right: 0;
   margin-top: 2px;
   padding-bottom: 2px;
   padding-top: 2px;
}

li.row {
   background-color: #1F1F1F;
   border-bottom: 1px solid #111;
   border-top: 1px solid #363636;
   box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset;
}

li.row:hover {
   background-color: #282828;
}

ul.topiclist dd {
border-left: 0px solid #990099;
display: block;
float: left;
padding: 4px 0;
}

ul.topiclist {
   color: #ffffff;
   list-style-type: none;
   margin: 0;
   text-shadow: 1px 1px 0 #000000;
   font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
   font-size: 11px;
   font-weight: normal;
}

p {
   font-size: 1.1em;
   line-height: 1.3em;
   margin-bottom: 0.5em;
   color: #eee;
   text-shadow: 1px 1px 0 #000000;
}

a.forumtitle {
   text-decoration: none;
   color: #eee;
   font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
   font-size: 13px;
   font-weight: bold;
}
a.forumtitle:hover {
   text-decoration: underline;
   color: #fff;
}

a.topictitle {
   text-decoration: none;
   color: #ffffff;
   font-family: tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
   font-size: 13px;
   font-weight: bold;
}
a.topictitle:hover {
   text-decoration: underline;
   color: #fff;
}

.h3, h3 {
   border-bottom: 1px dashed #444;
   color: #eee;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 1.05em;
   margin-bottom: 3px;
   margin-top: 20px;
   padding-bottom: 2px;
   text-transform: uppercase;
}

.navbar span.corners-bottom, .navbar span.corners-top, .panel span.corners-bottom, .panel span.corners-top, .post span.corners-bottom, .post span.corners-top {
   display: none;
}

span.corners-top span, span.corners-bottom, span.corners-bottom span, span.corners-top {
   display: none;
}


.post {
background-color: #2C2C2C;
border: 1px solid #111;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;

}

.postbody {
background-color: #2C2C2C;
border: 1px solid #1f1f1f;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
padding: 5px;
min-height: 284px;
   margin-top: 5px;
}

.postprofile {
min-height: 280px;
border: 1px solid #1f1f1f;

border-radius: 3px;
background: #282828;
   padding-bottom: 3px;
   padding-left: 1px;
   padding-right: 1px;
   padding-top: 3px;
   width: 18%;
}

.navbar {
   background-color: transparent;
   clear: both;
   padding-bottom: 0;
   padding-left: 10px;
   padding-right: 10px;
   margin-bottom: 20px;
}
ul.navlinks {
   border-bottom: 0px;
   font-weight: normal;
   text-align: center;
   margin-top: -35px;
}

a.mainmenu {
   color: #fff;
   font-family: Verdana,Arial,Sans-Serif;
   font-size: 14px;
   text-shadow: 1px 1px 0 #000000;
   padding-left: 8px;
   padding-right: 8px;
   margin-left: -8px;
   text-transform: lowercase;
}

a.mainmenu:hover {
   color: #E30000;
   background-color: rgba(0, 0, 0, 0.5);
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset, 0 0 0 1px rgba(255, 255, 255, 0.06), 0 1px 0 rgba(255, 255, 255, 0.15);
   padding-top: 9px;
   padding-bottom: 9px;
   padding-left: 8px;
   padding-right: 8px;
   border-radius: 3px 3px 3px 3px;
}

ul.linklist li a img {
   vertical-align: middle;
   display: none;
}

.inputbox {
   background-color: #282828;
   border: 1px solid #111;
   box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
   color: #fff;
   cursor: text;
   padding: 2px;
}
.inputbox:hover {
   border: 1px solid #111;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}
.inputbox:focus {
   border: 1px solid #111;
   color: #fff;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

#message-box textarea {
   color: #ccc;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 1.2em;
   width: 80%;
}

.row2 {
   background-color: transparent;
}
.row3 {
   background-color: transparent;
}

ul.topiclist dfn {
   display: block;
   margin-top: -10px;
   font-style: normal;
   color: #848484;
   text-shadow: 1px 1px 0 #000000;
}

dd.lastpost dfn {
   font-size: 1.1em;
   width: 20%;
   display: none !important;
   margin-top: -10px!important;
}

.pagination span a, .pagination span a:active, .pagination span a:link, .pagination span a:visited {
   background-color: #181818;
   border: solid 1px #000;
   color: #5C758C;
   font-size: 0.9em;
   font-weight: 400;
   line-height: 1.5em;
   margin-bottom: 0;
   margin-left: 2px;
   margin-right: 2px;
   margin-top: 0;
   padding-bottom: 0;
   padding-left: 2px;
   padding-right: 2px;
   padding-top: 0;
}
.pagination span a:hover {
   border: 1px solid #282828;
   background-color: #222;
   color: #FFFFFF;
}

#forum-search {
   display: none;
}

#page-header #search-box {
   display: none;
}

body.chatbox {
   background-image: none;
}
.chatbox {
   background-color: #2C2C2C;
}
#chatbox_header {
   background-color: transparent;
   height: 30px;
}
.chatbox .forabg {
   background-color: transparent;
   margin: 0px;
   padding: 0px;
}

.chatbox_row_1 {
   background-color: #282828;
   padding: 4px;
   border-bottom: 1px dashed #363636;
}
.chatbox_row_2 {
   background-color: #2c2c2c;
   padding: 4px;
}

#chatbox_members {
   border-right: 1px dashed #444;
   bottom: 30px;
   overflow-x: auto;
   overflow-y: auto;
   position: absolute;
   top: 30px;
   width: 180px;
}
#chatbox_members .member-title {
   background-color: #333;
   background-image: none;
   color: #ddd;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 12px;
   padding-bottom: 0.5em;
   padding-left: 0.25em;
   padding-right: 0.25em;
   padding-top: 0.5em;
   text-align: center;
   border-bottom: 1px dashed #454545;
}

#tabs a {
   background-color: #222;
   cursor: pointer;
   float: left;
   margin-bottom: 1px;
   margin-left: 3px;
   margin-right: 3px;
   margin-top: 0;
   padding-bottom: 0;
   padding-left: 5px;
   padding-right: 0;
   padding-top: 0;
   position: relative;
   border: 1px solid #444;
}
#tabs a span {
   color: #ededed;
   display: block;
   float: left;
   padding-bottom: 6px;
   padding-left: 5px;
   padding-right: 10px;
   padding-top: 6px;
   white-space: nowrap;
}
#tabs a:hover span {
   color: #fff;
}
#tabs .activetab a {
   background-color: #262626;
   margin-bottom: -1px;
   border: 1px solid #444;
}
#tabs .activetab a span {
   color: #ededed;
   padding-bottom: 7px;
}
#tabs a:hover {
   background-color: #222;
   border: 1px solid #444;
}

#tabs .activetab a:hover span {
   color: #fff;
}

label {
   color: #fff;
   cursor: default;
   padding-right: 5px;
}

fieldset dl:hover dt label {
   color: #ccc;
}

hr {

border-top: 1px dashed #111;
border-bottom: 1px dashed #444;
 height: 1px;
margin: 5px 0;
display: block;
clear: both;
}
hr.dashed {
border-top: 1px dashed #ffffff;
margin: 5px 0;
}

blockquote {
   background-color: #222;
   background-image: url("https://i.servimg.com/u/f57/13/39/14/30/quote10.gif");
   background-position: 6px 8px;
   background-repeat: no-repeat;
   border: 1px solid #CC0000;
   font-size: 0.95em;
   margin-bottom: 1em;
   margin-left: 25px;
   margin-right: 1px;
   margin-top: 1em;
   overflow-x: hidden;
   overflow-y: hidden;
   padding: 5px;
   color: #ddd!important;
   border-left: 2px solid #CC0000;
}
blockquote div {
   margin-left: 20px;
}
blockquote blockquote {
   background-color: #262626;
   font-size: 1em;
   margin-bottom: 0;
   margin-left: 15px;
   margin-right: 1px;
   margin-top: 0.5em;
}
blockquote blockquote blockquote {
   background-color: #282828;
}

dl.codebox {
   background-color: #333;
   border: 1px solid #1a1a1a;
   font-size: 1em;
   padding: 3px;
   color: #ddd;
}
dl.codebox dt {
   border-bottom: 1px dashed #444;
   display: block;
   font-size: 0.8em;
   font-weight: 700;
   margin-bottom: 3px;
   text-transform: uppercase;
}
blockquote dl.codebox {
   margin-left: 0;
}
dl.codebox code {
   color: #70872b;
   display: block;
   font-family: Courier,Courier New,sans-serif;
   font-size: 0.9em;
   font-weight: normal;
   height: auto;
   line-height: 1.3em;
   margin-bottom: 2px;
   margin-left: 0;
   margin-right: 0;
   margin-top: 2px;
   max-height: 200px;
   overflow-x: auto;
   overflow-y: auto;
   padding-top: 5px;
   white-space: normal;
   text-shadow: none!important;
}

table.table1 tbody tr {
   background: #222;
}
table.table1 tbody tr.hover, table.table1 tbody tr:hover {
   background-color: #282828;
}
table.table1 td {
   color: #878787;
   font-size: 1.1em;
}

table.table1 tbody th {
   background-color: #1e1e1e;
   border-bottom: 1p solid #000000;
   color: #FFFFFF;
   padding: 5px;
   text-align: left;
}


.row1 {
   background-color: #222222;
   border: 1px solid #111;
}

#calendar .hover-td:hover, #mini-calendar .hover-td:hover {
   background-color: #282828;
}

input {
   cursor: pointer;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 1.2em;
   font-weight: 400;
   padding: 3px!important;
   vertical-align: middle;
   color: #ccc;
}

.content {
   color: #ddd;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   line-height: 1.4em;
   min-height: 3em;
   text-shadow: none!important;
}

ul#picture_legend {
background-image: url("https://i.servimg.com/u/f42/14/52/65/41/legend10.png");

border: 1px solid #111;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
padding: 8px;
text-align: center;
   width: 390px;
   height: 29px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.panel {
   background-color: transparent;
   color: #536482;
   margin-bottom: 4px;
   padding-bottom: 0;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 0;
}

#cp-main .panel {
   background-color: #222;
   border: 1px solid #444;
}

#calendar ul, #mini-calendar ul {
   background-color: #282828;
   height: 120px;
   list-style-type: none;
}
#calendar ul:hover, #mini-calendar ul:hover {
   background-color: #333;
}

table.table1 tbody td {
   border-top: 1px dashed #444;
   padding-bottom: 5px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 5px;
}

.module {
   background-color: transparent;
   color: #536482;
   margin-bottom: 4px;
   overflow-x: hidden;
   overflow-y: hidden;
   padding-bottom: 0;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 0;
   border: 1px dashed #444;
   margin-top: 15px;
}

a:link{
color: #ededed;
text-decoration: none;
}
a:visited{
color: #ddd;
text-decoration: none;
}
a:active{
color: #ddd;
text-decoration: underline;
}
a:hover{
color: #ccc;
text-decoration: none;
}

ul.navlinks span.new-message {
color: #a9c32f;
text-decoration:blink;
}

#logo-desc:after {
   color: #FFFFFF;
   content: "Theme by: efbe;
   font-size: 16px;
   position: absolute;
   right: 8%;
   top: 115px;
   font-weight: normal;
   font-family: Dotum,sans-serif;
}

table.table1 thead th {
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
line-height: 1.3em;
font-size: 1em;
padding: 0 0 4px 3px;
}

.postprofile dd, .postprofile dt {
   line-height: 1.2em;
   margin-left: 8px;
   color: #ccc;
}

#smiley-box, .smile-status-box {
   background-color: transparent;
   float: right;
   margin-top: 25px;
   width: 18%;
   color: #ddd;
}

.smiley-element {
   background: #333;
   padding-left: 10px;
}
 
.coloradmin {
font-weight: 100 !important;
 }
.sceditor-container iframe, .sceditor-container textarea {
   background: none repeat scroll 0 0 #292A2B !important;
   border: 0 none;
   color: #fff !important;
   font-size: 13px;
}
Angelsbane
Angelsbane
New Member

Posts : 8
Reputation : 1
Language : English

http://worldofimagination.actieforum.com/

Back to top Go down

Solved Re: Unable to register

Post by skouliki March 23rd 2019, 6:58 pm

please edit your message and use the code tags
skouliki
skouliki
Manager
Manager

Female Posts : 15228
Reputation : 1700
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Unable to register

Post by SLGray March 23rd 2019, 6:59 pm

Remove this:
Code:
.module-advert, #main-content iframe{
display:none !important;
}


Unable to register Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51520
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Unable to register

Post by Angelsbane March 23rd 2019, 7:56 pm

@ skouliki, sorry I am still getting the hang of things when posting and such.. so don't know how everything works yet.

@ SLGray: I have removed it as you showed and now the box finally appears. Thank you very much!
Angelsbane
Angelsbane
New Member

Posts : 8
Reputation : 1
Language : English

http://worldofimagination.actieforum.com/

Back to top Go down

Solved Re: Unable to register

Post by skouliki March 23rd 2019, 8:21 pm

thank you

if your request is complete, please mark it as solved
skouliki
skouliki
Manager
Manager

Female Posts : 15228
Reputation : 1700
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Solved Re: Unable to register

Post by Angelsbane March 23rd 2019, 9:17 pm

I actually have one last question.. sorry about that... I got to register this new account but I am needing to wait for 7 days is there a way for that to change or remove? I been looking but I am not able to find anything yet.
Angelsbane
Angelsbane
New Member

Posts : 8
Reputation : 1
Language : English

http://worldofimagination.actieforum.com/

Back to top Go down

Solved Re: Unable to register

Post by SLGray March 23rd 2019, 11:57 pm

AP > General > Forum > Security
There is an option for new members ability to post links in the first 7 days of registering.

Wait a minute!  What exactly do you mean by wait 7 days?


Unable to register Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51520
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Unable to register

Post by Angelsbane March 24th 2019, 12:04 am

Thank you once again. I am one happy camper.. ^^
Angelsbane
Angelsbane
New Member

Posts : 8
Reputation : 1
Language : English

http://worldofimagination.actieforum.com/

Back to top Go down

Solved Re: Unable to register

Post by SLGray March 24th 2019, 1:53 am

You;re welcome.
Problem solved & topic archived.
Please read our forum rules:  ESF General Rules


Unable to register Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51520
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum