[bbDev] A CSS skin

Jaxia Kiley jaxiakiley at yahoo.com
Fri Nov 11 05:12:39 GMT 2005


Hi Tom,

I see your post!  Wow, I feel really stupid but I
still just don't see any place to add a new topic.  I
am logged in as the admin.

Hmm.  I just logged out and created a new account and
I see the place to create a new forum.

I don't really want to appear as "admin" in my forum,
but the whole point of using bbpress and wordpres is
to (hopefully) have them work together.

Any idea where I might have messed up so that my admin
cannot start a new post or even reply to your post?

Or should I just promote a user with the display name
I want to admin of my WP blog and use it?

Thanks for the help,

~Jax

--- Tom Preuss <tompreuss at gmail.com> wrote:

> Hi Jaxia,
> 
> After a topic is added to a forum, a "New Topic in
> this Forum" field
> appears a the bottom of the respective forum to add
> new topics.
> 
> It's not really a button, but is that what you were
> looking for?
> 
> Best regards,
> 
> Tom Preuss
> 
> 
> On 11/10/05, Jaxia Kiley <jaxiakiley at yahoo.com>
> wrote:
> > I suppose this is a really stupid question, but I
> > cannot figure out how to get a "add new post"
> button.
> > I'm sure I'm just missing something really
> obvious...
> >
> > http://www.youknowyouwanna.net/forums/
> >
> > Thanks for your help!
> >
> > --- William Parry <williamparry at gmail.com> wrote:
> >
> > > Hi all.
> > >
> > > I spent last night / this morning making some
> CSS
> > > for BBpress. It is
> > > valid! But it looks ugly in IE.
> > >
> > > Save this file as "style.css" in the
> bb-templates
> > > folder. I had to
> > > remove the .htaccess file from there... I wonder
> why
> > > its there. You
> > > use this at your own risk.
> > >
> > > You can see it http://www.debate.co.nz - for
> some
> > > reason there is a
> > > javascript error when I try and login...
> > >
> > >
> >
>
------------------------------------------------------------------------------------------
> > >
> > > /*
> > >
> > > "Rather Red" - William Parry
> > > Email: williamparry at gmail.com
> > >
> > > Feel free to use this as much as you want - it
> is
> > > just a platform
> > > idea. This CSS was written when bbpress was in
> alpha
> > > stage and there
> > > were some elements that were a bit tricky to
> place.
> > >
> > > Notes: Looks nice in Opera but ugly in IE -
> surprise
> > > surprise.
> > >
> > > */
> > >
> > > BODY {
> > > font-family : georgia, arial, helvetica,
> sans-serif;
> > > margin : 0;
> > > }
> > > h2 {
> > > font-style : italic;
> > > font-size : 16px;
> > > clear : both;
> > > }
> > > form {
> > > margin : 0;
> > > }
> > > .login {
> > > font-weight : normal;
> > > font-size : 10px;
> > > margin : -9px 0 0;
> > > border-top : 1px solid green;
> > > border-left : 20px solid green;
> > > border-right : 1px solid green;
> > > border-bottom : 1px solid green;
> > > padding : 5px;
> > > background-color : #fff;
> > > color : #000;
> > > font-family : arial, helvetica, sans-serif;
> > > }
> > > .login p {
> > > margin : 0;
> > > padding : 0;
> > > }
> > > #hottags {
> > > border-right : 1px solid #770300;
> > > border-left : 3px solid #770300;
> > > text-align : center;
> > > padding-bottom : 5px;
> > > padding-top : 5px;
> > > }
> > > #main {
> > > margin : 0 2em;
> > > }
> > > .frontpageheatmap a {
> > > color : #770300;
> > > text-decoration : none;
> > > background-color : #fff;
> > > }
> > > .frontpageheatmap a:hover {
> > > background-color : #fff;
> > > color : #000;
> > > text-decoration : none;
> > > }
> > > #viewdiv {
> > > border-top : 1px solid #770300;
> > > border-right : 1px solid #770300;
> > > border-bottom : 1px solid #770300;
> > > border-left : 3px solid #770300;
> > > padding : 10px;
> > > margin : 0;
> > > font-size : 14px;
> > > }
> > > #views {
> > > padding : 0;
> > > margin-bottom : 10px;
> > > list-style-type : none;
> > > }
> > > #viewdiv h2 {
> > > float : left;
> > > padding-right : 10px;
> > > margin-top : 2px;
> > > }
> > > #views li {
> > > margin-right : 5px;
> > > float : left;
> > > margin-top : -23px;
> > > }
> > > .view {
> > > border : 1px solid #770300;
> > > margin : 0;
> > > padding : 0;
> > > }
> > > .view a {
> > > display : block;
> > > padding : 5px;
> > > background-color : #fff;
> > > color : #000066;
> > > }
> > > .view a:hover {
> > > background-color : #770300;
> > > color : #fff;
> > > }
> > > #latest {
> > > border-top : 1px solid #770300;
> > > border-right : 1px solid #770300;
> > > border-bottom : 1px solid #770300;
> > > border-left : 3px solid #770300;
> > > padding : 5px;
> > > clear : both;
> > > font-size : 14px;
> > > }
> > > #latest a {
> > > background-color : #fff;
> > > color : #770300;
> > > }
> > > #latest th {
> > > border-bottom : 1px dashed #770300;
> > > padding : 3px;
> > > }
> > > #latest td {
> > > padding : 3px;
> > > }
> > > .num {
> > > color : #004020;
> > > background-color : #fff;
> > > }
> > > #forumlist {
> > > border-top : 1px solid #770300;
> > > border-right : 1px solid #770300;
> > > border-bottom : 1px solid #770300;
> > > border-left : 3px solid #770300;
> > > padding : 5px;
> > > clear : both;
> > > font-size : 14px;
> > > margin-bottom : 10px;
> > > }
> > > #forumlist a {
> > > background-color : #fff;
> > > color : #770300;
> > > }
> > > input {
> > > border-top : 1px solid #770300;
> > > border-right : 1px solid #770300;
> > > border-bottom : 1px solid #770300;
> > > border-left : 2px solid #770300;
> > > background-color : #fff;
> > > color : #000;
> > > font-family : georgia, arial, helvetica,
> sans-serif;
> > > }
> > > #tags-bad-ie {
> > > border-bottom : 1px solid #770300;
> > > border-left : 2px solid #770300;
> > > color : #000;
> > > background-color : #fff;
> > > font-family : georgia, arial, helvetica,
> sans-serif;
> > > padding : 10px;
> > > float : left;
> > > border-right : 1px solid #770300;
> > > font-size : 12px;
> > > }
> > > #yourtaglist, #otherstaglist {
> > > margin : 0;
> > > padding : 5px;
> > > overflow : auto;
> > > max-height : 100px;
> > > font-size : 14px;
> > > }
> > > #yourtaglist, #otherstaglist li {
> > > padding-bottom : 5px;
> > > list-style-type : none;
> > > }
> > > #yourtaglist, #otherstaglist ul {
> > > list-style-type : none;
> > > }
> > > #yourtags, #othertags p {
> > > margin : 0;
> > > padding : 5px;
> > > }
> > > #yourtags, #othertags {
> > > padding-bottom : 5px;
> > > margin : 0;
> > > border-bottom : 1px dashed #770300;
> > > }
> > > .topicmeta {
> > > border-right : 1px solid #770300;
> > > border-bottom : 1px solid #770300;
> > > list-style-type : none;
> > > margin : 0;
> > > padding : 17px;
> > > float : left;
> > > font-size : 16px;
> > > }
> > > .topicmeta li {
> > > display : inline;
> > > }
> > > .bbcrumb a {
> > > font-size : 14px;
> > > color : #000;
> > > }
> > > .topictitle {
> > > margin : 0;
> > > padding : 10px;
> > > background-color : #770300;
> > > border-top : 1px solid #770300;
> > > border-right : 1px solid #770300;
> > > border-bottom : 1px solid #770300;
> > > border-left : 2px solid #770300;
> > > text-align : center;
> > > font-size : 20px;
> > > display : block;
> > > color : #fff;
> > > }
> > > #thread {
> > > margin : 0;
> > > padding : 0;
> > > }
> > > #thread li {
> > > margin : 0;
> > > padding : 0;
> > > text-align : center;
> > > }
> > > .poststuff {
> > > font-size : 10px;
> > > }
> > > .post {
> > > font-style : italic;
> > > }
> > > .alt p {
> > > font-weight : bold;
> > > }
> > > #profile-menu {
> > > list-style-type : none;
> > > margin : 0;
> > > padding : 0;
> > > color : #000066;
> > > background-color : #fff;
> > > }
> > > #profile-menu li {
> > > margin-right : 5px;
> > > float : left;
> > > border : 1px solid #770300;
> > > }
> > > #profile-menu a {
> > > display : block;
> > > padding : 5px;
> > > text-decoration : none;
> > > font-size : 16px;
> > > }
> > > #profile-menu a:hover {
> > > background-color : #770300;
> > > color : #fff;
> > > }
> > > .current a {
> > > background-color : #770300;
> > > color : white;
> > > }
> > > h3 {
> > > clear : both;
> > > font-size : 14px;
> > > }
> > > #userinfo dt {
> > > font-weight : bold;
> > > }
> > >
> > >
> >
>
----------------------------------------------------------------------------------------------------
> > >
> > > --
> > > www.williamparry.com
> > > _______________________________________________
> > > bbDev mailing list
> > > bbDev at lists.bbpress.org
> > > http://lists.bbpress.org/mailman/listinfo/bbdev
> > >
> >
> >
> >
> >
> > __________________________________
> > Yahoo! FareChase: Search multiple travel sites in
> one click.
> > http://farechase.yahoo.com
> > _______________________________________________
> > bbDev mailing list
> > bbDev at lists.bbpress.org
> > http://lists.bbpress.org/mailman/listinfo/bbdev
> >
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
> 



		
__________________________________ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


More information about the bbDev mailing list