Admins talk forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
avatar
Kite Trojan
New member
Posts : 5
Pts : 7
Reputation : 0
Join date : 2015-01-30
Full

Help converting code into PHPBB3 Form? Empty Help converting code into PHPBB3 Form?

Sat Jan 31, 2015 5:10 am
Hey guys, the code below only works for BB2(From my knowledge) and I would like it to be in BB3 form. Code:

Code:
.post span.name {
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(14, 14, 14);
background-origin: padding-box;
background-position: 0px 0px;
background-repeat: repeat;
background-size: auto;
border-bottom-color: rgb(15, 15, 15);
border-bottom-style: solid;
border-bottom-width: 3px;
border-left: 2px solid rgb(2, 123, 204);
border-right: 2px solid rgb(2, 123, 204);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
box-shadow: rgba(255, 255, 255, 0.0784314) 0px 1px 0px inset, rgba(255, 255, 255, 0.0196078) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.901961) 0px 1px 3px;
display: block;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
padding: 10px 0px;
position: static;
text-align: center;
z-index: 100;
}
.poster-profile {
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(14, 14, 14);
background-origin: padding-box;
background-position: 0px 0px;
background-repeat: repeat;
background-size: auto;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-left: 2px solid rgb(2, 123, 204);
border-right: 2px solid rgb(2, 123, 204);
box-shadow: rgba(255, 255, 255, 0.0784314) 0px 1px 0px inset, rgba(255, 255, 255, 0.0196078) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.901961) 0px 1px 3px;
display: block;
margin-left: 10px;
margin-right: 10px;
margin-top: -20px;
padding-bottom: 10px;
padding-top: 10px;
position: relative;
text-align: center;
top: 0px;
width: 200px;
z-index: 99;
}
brandon_g
brandon_g
ATF Staff
ATF Staff
Posts : 621
Pts : 498
Reputation : 17
Join date : 2015-01-22
Location : USA
Full
http://broadcastingduo.forumotion.com

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sat Jan 31, 2015 5:54 am
What kind of form? My forum still runs on phpbb2 believe it or not. Smile This could be useful to me.
Ikerepc
Ikerepc
Ikerepc (Forum owner)
Ikerepc (Forum owner)
Posts : 336
Pts : 474
Reputation : 19
Join date : 2014-12-10
Location : Croatia
Full
https://ivankerepcic.iz.hr

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sat Jan 31, 2015 1:07 pm
Use just this code:
Code:
.postprofile {
background-color: rgb(14, 14, 14);
border-radius: 5px;
border-left: 2px solid rgb(2, 123, 204);
border-right: 2px solid rgb(2, 123, 204);
box-shadow: rgba(255, 255, 255, 0.0784314) 0px 1px 0px inset, rgba(255, 255, 255, 0.0196078) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.901961) 0px 1px 3px;
display: block;
margin-left: 10px;
margin-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
position: relative;
text-align: center;
width: 200px;
    }

That will do everything. Also, I removed some unnecesarry codes Smile
That one class will replace both classes from phpBB 2.

For any other question, just ask here Smile

PS. If you want exactly same like this:
Help converting code into PHPBB3 Form? Image

You will need to change something in templates and css, so just write if you want that.
brandon_g
brandon_g
ATF Staff
ATF Staff
Posts : 621
Pts : 498
Reputation : 17
Join date : 2015-01-22
Location : USA
Full
http://broadcastingduo.forumotion.com

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sat Jan 31, 2015 2:35 pm
What is a form though? I just see a profile from your screenshot.
Ikerepc
Ikerepc
Ikerepc (Forum owner)
Ikerepc (Forum owner)
Posts : 336
Pts : 474
Reputation : 19
Join date : 2014-12-10
Location : Croatia
Full
https://ivankerepcic.iz.hr

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sat Jan 31, 2015 2:49 pm
galacticda.forumotion.com, that's his site and on it you can see it live.
avatar
Kite Trojan
New member
Posts : 5
Pts : 7
Reputation : 0
Join date : 2015-01-30
Full

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sun Feb 01, 2015 2:52 am
Thanks Zyon Very Happy
Ikerepc
Ikerepc
Ikerepc (Forum owner)
Ikerepc (Forum owner)
Posts : 336
Pts : 474
Reputation : 19
Join date : 2014-12-10
Location : Croatia
Full
https://ivankerepcic.iz.hr

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sun Feb 01, 2015 8:31 am
Your welcome Smile
brandon_g
brandon_g
ATF Staff
ATF Staff
Posts : 621
Pts : 498
Reputation : 17
Join date : 2015-01-22
Location : USA
Full
http://broadcastingduo.forumotion.com

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sun Feb 01, 2015 1:15 pm
Link does not work by the way.
Ikerepc
Ikerepc
Ikerepc (Forum owner)
Ikerepc (Forum owner)
Posts : 336
Pts : 474
Reputation : 19
Join date : 2014-12-10
Location : Croatia
Full
https://ivankerepcic.iz.hr

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sun Feb 01, 2015 1:27 pm
That's not link. Link is with http://
This is just adress and it work Smile
brandon_g
brandon_g
ATF Staff
ATF Staff
Posts : 621
Pts : 498
Reputation : 17
Join date : 2015-01-22
Location : USA
Full
http://broadcastingduo.forumotion.com

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sun Feb 01, 2015 1:38 pm
Can not copy and paste on a tablet. Smile
Ikerepc
Ikerepc
Ikerepc (Forum owner)
Ikerepc (Forum owner)
Posts : 336
Pts : 474
Reputation : 19
Join date : 2014-12-10
Location : Croatia
Full
https://ivankerepcic.iz.hr

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

Sun Feb 01, 2015 1:40 pm
Just long press on that and copy. Paste same way.

Http://galacticda.forumotion.com
Sponsored content

Help converting code into PHPBB3 Form? Empty Re: Help converting code into PHPBB3 Form?

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