[Release] WysiBB Style (phpBB 3.0.12)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
User avatar
maciasbarlinek99
Registered User
Posts: 241
Joined: Sat Sep 29, 2012 9:15 am
Location: Polska
Name: Maciej Przyborowski
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by maciasbarlinek99 »

CAN YOU READ????

I can't make your tutorials.
These lines not found...

// Sorry, I don't see a change your post. I'm reading now.
User avatar
maciasbarlinek99
Registered User
Posts: 241
Joined: Sat Sep 29, 2012 9:15 am
Location: Polska
Name: Maciej Przyborowski
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by maciasbarlinek99 »

2.announcement,sticky,globalannounce background color i just do that here.
Look:

Code: Select all

								<div class="forumrow-title">
									<!-- IF topicrow.S_TOPIC_LOCKED -->
									<span class="label pull-right ml5">{L_TOPIC_LOCKED_SHORT}</span>
									<!-- ENDIF -->
									<!-- IF topicrow.S_POST_STICKY -->
									<span class="label label-info pull-right ml5">{L_POST_STICKY}</span>
									<!-- ENDIF -->
									<!-- IF topicrow.S_POST_ANNOUNCE -->
									<span class="label label-important pull-right ml5">{L_POST_ANNOUNCEMENT}</span>
									<!-- ENDIF -->
									<!-- IF topicrow.S_POST_GLOBAL -->
									<span class="label label-warning pull-right ml5">{L_POST_ANNOUNCEMENT}</span>
									<!-- ENDIF -->

									<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> <img class="topic-img" src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" /><!-- ENDIF --> 
									<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a>
									<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
									<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
									<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} <span class="userlink simple">{topicrow.TOPIC_AUTHOR_FULL}</span> &raquo; {topicrow.FIRST_POST_TIME}
									<!-- IF topicrow.PAGINATION -->
											<span class="pagination-list">{topicrow.PAGINATION}</span>
									<!-- ENDIF -->
								</div>
This code have got "announcement,sticky,globalannounce background color".
Why you want to add this code:

Code: Select all

<div class="forumrow-line <!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF -->
1.the error i got is this: "The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies."
I haven't got any error.. Can you write to me your site?
3.for mini profile and profile i will do.
Ok, i wait for you.
4.please dont quote evrything is in post cos is to big, thx.
My topics (3) have been edited (delete 'quote')

// Sorry for the double post
User avatar
VOLKERMORD
Registered User
Posts: 119
Joined: Thu Jul 23, 2009 1:20 pm
Location: Dacia (Wolf land)

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by VOLKERMORD »

maciasbarlinek99 wrote:Look:

Code: Select all

								<div class="forumrow-title">
									<!-- IF topicrow.S_TOPIC_LOCKED -->
									<span class="label pull-right ml5">{L_TOPIC_LOCKED_SHORT}</span>
									<!-- ENDIF -->
									<!-- IF topicrow.S_POST_STICKY -->
									<span class="label label-info pull-right ml5">{L_POST_STICKY}</span>
									<!-- ENDIF -->
									<!-- IF topicrow.S_POST_ANNOUNCE -->
									<span class="label label-important pull-right ml5">{L_POST_ANNOUNCEMENT}</span>
									<!-- ENDIF -->
									<!-- IF topicrow.S_POST_GLOBAL -->
									<span class="label label-warning pull-right ml5">{L_POST_ANNOUNCEMENT}</span>
									<!-- ENDIF -->

									<!-- IF topicrow.TOPIC_ICON_IMG and S_TOPIC_ICONS --> <img class="topic-img" src="{T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}" /><!-- ENDIF --> 
									<a href="{topicrow.U_VIEW_TOPIC}">{topicrow.TOPIC_TITLE}</a>
									<!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF -->
									<!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br />
									<!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF -->{L_POST_BY_AUTHOR} <span class="userlink simple">{topicrow.TOPIC_AUTHOR_FULL}</span> &raquo; {topicrow.FIRST_POST_TIME}
									<!-- IF topicrow.PAGINATION -->
											<span class="pagination-list">{topicrow.PAGINATION}</span>
									<!-- ENDIF -->
								</div>
This code have got "announcement,sticky,globalannounce background color".
Why you want to add this code:

Code: Select all

<div class="forumrow-line <!-- IF topicrow.S_POST_GLOBAL --> global-announce<!-- ENDIF --><!-- IF topicrow.S_POST_ANNOUNCE --> announce<!-- ENDIF --><!-- IF topicrow.S_POST_STICKY --> sticky<!-- ENDIF -->
Not sure about what is you question but i tell you wahat is the diference: frist code is for span for example :"ANNOUNCE" has around background-color.
my cod add background-color to row.(just like TOPIC_REPORTED color)

btw fix this:
serch in bootstrap.css

Code: Select all

.label-info {
  background-color: #5bc0de;
}
after add:

Code: Select all

.label-important {
  background-color: #3A87AD;
}
http://i1133.photobucket.com/albums/m58 ... _color.png
Last edited by VOLKERMORD on Wed Apr 23, 2014 1:48 pm, edited 3 times in total.
Har tios tintoninos insus tiko is dakon kand sia til kogaion ilmaton hlioylo pleiste naktoilo
User avatar
maciasbarlinek99
Registered User
Posts: 241
Joined: Sat Sep 29, 2012 9:15 am
Location: Polska
Name: Maciej Przyborowski
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by maciasbarlinek99 »

[REMOVED]

Sorry, I don't write this:
my cod add background-color to row.
Okey.

Edit:
btw fix this:
serch in bootstrap.css

Code: Select all

.label-info {
  background-color: #5bc0de;
}
after add:

Code: Select all

.label-important {
  background-color: #3A87AD;
}
Hmm.. I've got some error?
User avatar
VOLKERMORD
Registered User
Posts: 119
Joined: Thu Jul 23, 2009 1:20 pm
Location: Dacia (Wolf land)

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by VOLKERMORD »

maciasbarlinek99 wrote:
Hmm.. I've got some error?
just a missing class by autor
Har tios tintoninos insus tiko is dakon kand sia til kogaion ilmaton hlioylo pleiste naktoilo
User avatar
maciasbarlinek99
Registered User
Posts: 241
Joined: Sat Sep 29, 2012 9:15 am
Location: Polska
Name: Maciej Przyborowski
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by maciasbarlinek99 »

Ohhh thanks:

::FIX::

viewforum_body.html

Code: Select all

									<span class="label pull-right ml5">{L_TOPIC_LOCKED_SHORT}</span>

Code: Select all

									<span class="label label-close pull-right ml5">{L_TOPIC_LOCKED_SHORT}</span>

styles/wysibb/theme/bootstrap.css

Code: Select all

.label-info {
  background-color: #5bc0de;
}
after add:

Code: Select all

.label-important {
	background-color: #3A87AD;
}
.label-close {
	background-color: #FF0000;
}
I'll be at 17:00
Can you help me with UCP and MCP?
PW/GG or here..

Thanks.
User avatar
VOLKERMORD
Registered User
Posts: 119
Joined: Thu Jul 23, 2009 1:20 pm
Location: Dacia (Wolf land)

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by VOLKERMORD »

post profile

Find in viewtopic_body.html

Code: Select all

<div class="col-lg-2 col-md-3 col-sm-4 col-xs-12 post-profile-wrap"> 
                        <div class="post-profile">
                           <!-- IF postrow.POSTER_AVATAR -->
                              <div class="post-avatar">
                                 <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br />
                              </div>
                           <!-- ELSE -->
                              <div class="post-avatar">
                                 <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}"><img src="{T_IMAGESET_PATH}/noavatar.png" /></a><!-- ELSE --><img src="{T_IMAGESET_PATH}/noavatar.png" /><!-- ENDIF --><br />
                              </div>
                           <!-- ENDIF -->
                           
                           
                           <!-- IF not postrow.U_POST_AUTHOR --><strong><span class="userlink">{postrow.POST_AUTHOR_FULL}</span></strong><!-- ELSE --><span class="userlink">{postrow.POST_AUTHOR_FULL}</span><br/><!-- ENDIF -->
                           
                           
                           
                           <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG -->
                              {postrow.RANK_TITLE}
                              <!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->
                              {postrow.RANK_IMG}
                              <br/>
                           <!-- ENDIF -->
                           
                           <!-- IF postrow.POSTER_POSTS != '' --><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}<br/><!-- ENDIF -->
                           <!-- IF postrow.POSTER_JOINED --><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}<br/><!-- ENDIF -->
                           <!-- IF postrow.POSTER_FROM --><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}<br/><!-- ENDIF -->
                           
                           <!-- IF postrow.S_PROFILE_FIELD1 -->
                              <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
                              <strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}<br/>
                           <!-- ENDIF -->
                           
                           <!-- BEGIN custom_fields -->
                              <strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}<br/>
                           <!-- END custom_fields -->
                           
                           <!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --><div class="mt5"><span class="label label-success">{L_ONLINE}</span></div><!-- ENDIF -->
                           
                           <!-- IF not S_IS_BOT -->
                              <!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM or postrow.U_JABBER -->
                                 <div class="post-profile-icons">
                                 
                                    <!-- IF postrow.U_PM --><a class="btn btn-xs" href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><i class="fa fa-user"></i></a><!-- ENDIF -->
                                    <!-- IF postrow.U_EMAIL --><a class="btn btn-xs" href="{postrow.U_EMAIL}" title="{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}" rel="nofollow"><i class="fa fa-envelope"></i></a><!-- ENDIF -->
                                    
                                    <!-- IF postrow.U_WWW -->
                                       <a class="btn btn-xs" href="{postrow.U_WWW}" title="{L_VISIT_WEBSITE}: {postrow.U_WWW}" rel="nofollow"><i class="fa fa-globe"></i></a>
                                    <!-- ENDIF -->
                                    
                                 </div>
                              <!-- ENDIF -->
                           <!-- ENDIF -->
                           
                           
                        </div>
                     </div>
replace with:

Code: Select all

<div class="col-lg-2 col-md-3 col-sm-4 col-xs-12 post-profile-wrap"> 
                            <div class="panel_profile_box">
                            <div class="username_panel_box"><!-- IF not postrow.U_POST_AUTHOR --><strong><span class="userlink">{postrow.POST_AUTHOR_FULL}</span></strong><!-- ELSE --><span class="userlink">{postrow.POST_AUTHOR_FULL}</span><br/><!-- ENDIF --></div>    
            <div class="panel_profile_body">
                        <div class="post-profile">
                           <!-- IF postrow.POSTER_AVATAR -->
                              <div class="post-avatar">
                                 <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br />
                              </div>
                           <!-- ELSE -->
                              <div class="post-avatar">
                                 <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}"><img src="{T_IMAGESET_PATH}/noavatar.png" /></a><!-- ELSE --><img src="{T_IMAGESET_PATH}/noavatar.png" /><!-- ENDIF --><br />
                              </div>
                           <!-- ENDIF -->
                           <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG -->
                              {postrow.RANK_TITLE}
                              <!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->
                              {postrow.RANK_IMG}
                              <br/>
                           <!-- ENDIF -->
                           <div class="mini_profile">
               <!-- IF postrow.POSTER_POSTS != '' --><div class="mini_profile1"><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</div><!-- ENDIF -->
               <!-- IF postrow.POSTER_JOINED --><div class="mini_profile1"><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</div><!-- ENDIF -->
               <!-- IF postrow.POSTER_FROM --><div class="mini_profile1"><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</div><!-- ENDIF -->
                           
                           <!-- IF postrow.S_PROFILE_FIELD1 -->
                              <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
                              <div class="mini_profile1"><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</div>
                           <!-- ENDIF -->
                           
                           <!-- BEGIN custom_fields -->
                              <div class="mini_profile1"><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</div>
                           <!-- END custom_fields -->
                           
                           
                           
                           <!-- IF not S_IS_BOT -->
                              <!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM or postrow.U_JABBER -->
                                        </div>
                                        <!-- IF postrow.S_ONLINE and not postrow.S_IGNORE_POST --><div class="mt5"><span class="label label-success">{L_ONLINE}</span></div><!-- ENDIF -->
                                 <div class="post-profile-icons">
                                 
                                    <!-- IF postrow.U_PM --><a class="btn btn-xs" href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><i class="fa fa-user"></i></a><!-- ENDIF -->
                                    <!-- IF postrow.U_EMAIL --><a class="btn btn-xs" href="{postrow.U_EMAIL}" title="{L_SEND_EMAIL_USER} {postrow.POST_AUTHOR}" rel="nofollow"><i class="fa fa-envelope"></i></a><!-- ENDIF -->
                                    
                                    <!-- IF postrow.U_WWW -->
                                       <a class="btn btn-xs" href="{postrow.U_WWW}" title="{L_VISIT_WEBSITE}: {postrow.U_WWW}" rel="nofollow"><i class="fa fa-globe"></i></a>
                                    <!-- ENDIF -->
                                    
                                 </div>
                              <!-- ENDIF -->
                           <!-- ENDIF -->
                           
                           
                        </div>
                     </div></div></div>
in your css add:

Code: Select all

.username_panel_box {
   font-size:11px;
   font-weight:bold;
text-align:center;
text-shadow:0 1px 0 rgba(255,255,255,.5);
padding:4px;
background: #3D74A0;/*#e0e0e0;*/
border-bottom:1px solid #ccc;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;
}
.panel_profile_body {padding:3px 0px 3px 0px;}
.panel_profile_box {
margin:10px 0px 0px 10px;
background:#fff;
border:1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
-ms-box-shadow: 0 0 6px rgba(0,0,0,0.2);
box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.mini_profile{
   border:1px solid #ccc;
    border-radius: 5px;
   margin:3px;
   padding:3px;
   text-align:left;
   background: #DBDFE2;
}
.mini_profile1{
   background-color:#FFF;
   padding:3px 3px 3px 5px;
   margin-bottom:3px;
   border:1px solid #ccc; 
   border-radius:3px;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
   -moz-box-shadow:    inset 0 0 6px rgba(0,0,0,0.2);
   box-shadow:         inset 0 0 6px rgba(0,0,0,0.2);
}
Image
Har tios tintoninos insus tiko is dakon kand sia til kogaion ilmaton hlioylo pleiste naktoilo
doenwenu
Registered User
Posts: 55
Joined: Sat Jul 27, 2013 6:16 am

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by doenwenu »

Damn! this is realy nice!
I am busy with a fresh install, and select this theme as default.

I have for now 1 question.
Is it ossible, to set a MAX width? I looked in the css, but cannot find something.

There is also 1 problem.
Go to viewtopic > click profile of someone > Click add as friend > click confirm.
Then you see the alignment of de rest en accept button is a bit strange :)
User avatar
maciasbarlinek99
Registered User
Posts: 241
Joined: Sat Sep 29, 2012 9:15 am
Location: Polska
Name: Maciej Przyborowski
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by maciasbarlinek99 »

@VOLKERMORD
It's look good. I want to make later.

@doenwenu
This style need repair (UCP, MCP..).
If author didn't wan't to add new version - I repair this..
This style is the best..

Set max width:
open: styles/wysibb/theme/m.css

Code: Select all

.mwrap{
	width:90%;
	margin:0 auto;
}
Edit: width: 90%
I'm not at home.. Sorry :P
Go to viewtopic > click profile of someone > Click add as friend > click confirm.
Then you see the alignment of de rest en accept button is a bit strange :)
What?? Can you explain me (image, text, etc.)
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Jessica »

I've changed the navbar at the top of the page slightly...mostly it's the color change - from black to white. However, the dropdown menu is still black. How do I change that to white?

Also, the Register text color is a bit too dark. I'd like to change it to white. How do I do that?


Another thing...I've tried applying that tooltip (from BS) on places like the header. For example, I added the tooltip to the PMs link at the top. However, it only becomes the BS tooltip in viewforum.php. On the index page and anywhere else, it's the browser tooltip. I've taken a look at the Bootstrap docs and it says to add in the $("a[data-toggle='tooltip']").tooltip(); but I'm not sure where to add it so it's universal - I can use the data-toggle="tooltip" data-placement="top" anywhere and the tooltip will work. Tried to put it in overall_header but that appears not to work.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
VOLKERMORD
Registered User
Posts: 119
Joined: Thu Jul 23, 2009 1:20 pm
Location: Dacia (Wolf land)

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by VOLKERMORD »

fix bottom margin
find:

Code: Select all

.panel_profile_box {
margin:10px 0px 0px 10px;
replace with:

Code: Select all

.panel_profile_box {
margin:10px 0px 10px 10px;
Har tios tintoninos insus tiko is dakon kand sia til kogaion ilmaton hlioylo pleiste naktoilo
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Jessica »

This style still has bugs.

1. Still creates that log in Maintenance (in the ACP) almost every minute
2. Seems to add back old edits even though I've removed them after installing mods. I know it's not the mod issue because I've never encountered this issue with those mods and it's only happening with this style. For example, after installing a mod last night, edits from the Ajax like mod and jquery pack mod were re-added to the template files. I had to remove them. The mod I installed wasn't the ajax like mod at all. Seems like every time I install a mod the like mod's edits reappear. Seems like after installing the mod (Global Announcements on index) some of the template files reverted back to the previous version as well so that messes up the whole site.
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Jessica »

icons are't showing anymore, no idea why. :/
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
User avatar
maciasbarlinek99
Registered User
Posts: 241
Joined: Sat Sep 29, 2012 9:15 am
Location: Polska
Name: Maciej Przyborowski
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by maciasbarlinek99 »

1. https://www.phpbb.com/kb/article/how-to ... our-style/
OMG.. 169 page in log!!! :D
2. I haven't got good idea. :D
3. Icon error in IE
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [Release] WysiBB Style (phpBB 3.0.12)

Post by Jessica »

EDIT: SOLVED
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
Locked

Return to “[3.0.x] Styles in Development”