Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Archived] Register Modify



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  cata90

cata90
Punbb Rookie
Punbb Rookie
  • Description:
Hello Guest


[Archived] Register Modify Empty29


It''s is possible to modify the register for Phpbb3 version (like in image)?

  • Information:
Forum:http://teste.formyjob.netVersion:PHPBB3
Type:Request a codeTags:Register,Modify

Powered by PunBB
Currently 0 users have thanked cata90 for this post:

2
Offline

  Virus

Virus
★Moderator★
★Moderator★
Hello,

To help you with your problem you need to explain further more about your problem. Please modify your problem title based on your problem and explain to us what seems to be the problem preferably with as many details as you can so we can help you solve your problem. Thank you!

~ Virus ~

Powered by PunBB
Currently 0 users have thanked Virus for this post:

3
Offline

  cata90

cata90
Punbb Rookie
Punbb Rookie
I found this code:

JAVASCRIPT:
Code:
$(function() {
    if (location.href.match(/.*\/(register|act).*/g)) {
      var step, regex;
      step = 0;
      regex = /.*step=(\d+)/g;
       $('#main').prepend($('<div class="ipsSteps clearfix"><ul><li><strong class="ipsSteps_title">Passo 1</strong><span class="ipsSteps_desc">Condições de utiliz.</span><span class="ipsSteps_arrow"> </span></li><li class="" style="width: 83px;"><strong class="ipsSteps_title">Passo 2</strong><span class="ipsSteps_desc">Sua conta</span><span class="ipsSteps_arrow"> </span></li><li class="" style="width: 83px;"><strong class="ipsSteps_title">Passo 3</strong><span class="ipsSteps_desc">Confirmação</span><span class="ipsSteps_arrow"> </span></li></ul></div>'));
      if (location.href.match(regex)) {
         step = parseInt(regex.exec(location.href)[1]) - 1;
      } else if (location.href.indexOf('/act') !== -1) {
          step = 2;
      }
      $('.ipsSteps li').eq(step).addClass('ipsSteps_active');
   }
});

CSS:
Code:
.ipsSteps {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   background: #E9E9E9;
   border-radius: 3px;
   height: 55px;
   margin: 10px 0;
}

.ipsSteps ul li {
   background-image: url(http://i69.servimg.com/u/f69/17/45/75/97/wizard10.png);
   background-position: 100% -56px;
   background-repeat: no-repeat;
   color: #323232;
   float: left;
   height: 39px;
   list-style-type: none;
   padding: 11px 33px 5px 18px;
   position: relative;
   text-shadow: rgba(255,255,255,0.6) 0 1px 0;
}

.ipsSteps_title {
   display: block;
   font-size: 14px;
   padding-bottom: 4px;
}

.ipsSteps_desc {
    font-size: 11px;
}

.ipsSteps li:first-child {
   -moz-border-radius: 3px 0 0 3px;
   border-radius: 3px 0 0 3px;
}

.ipsSteps .ipsSteps_active {
   background-position: 100% 0;
   color: #fff;
   text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

.ipsSteps_active .ipsSteps_arrow {
   background: url(http://i69.servimg.com/u/f69/17/45/75/97/wizard10.png) no-repeat 0 -112px;
   display: block;
   height: 55px;
   left: -23px;
   position: absolute;
   top: 0;
   width: 23px;
}

It''s to modify the register page, but is for PunBB, i want it to work on Phpbb3!

Link in this forum: Click here

Powered by PunBB
Currently 0 users have thanked cata90 for this post:

4
Offline

  Virus

Virus
★Moderator★
★Moderator★
Can you give us the link of the tutorial please?

Powered by PunBB
Currently 0 users have thanked Virus for this post:

5
Offline

  cata90

cata90
Punbb Rookie
Punbb Rookie
Link: http://www.bestskins.net/t1676-registra-modificado

Powered by PunBB
Currently 0 users have thanked cata90 for this post:

6
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
[aviso="Thread Archived"]Original poster seems to be inactive and did not respond within 7 days in this thread. Because of this, the topic has been Archived.

If you have further questions, please open a new topic.[/aviso]

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

7
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

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