1

(6 replies, posted in PunBB 1.2 discussion)

hehehe.. gotcha...

2

(17 replies, posted in PunBB 1.2 troubleshooting)

.ChUnK. wrote:

lol, you wouldn't happen to know how to do that would you? tongue

Go get smartftp, it's a freeware ftp program. Can be found at http://www.smartftp.com.

3

(6 replies, posted in PunBB 1.2 discussion)

Oh what's the eta on 1.2.1, if it's ok to ask...

4

(6 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

Wait for 1.2.1. I just added a feature for doing that via the admin interface. You can add any number of links to the main menu at any position you want.

You can do it now if you want, but you'll have to hack the function generate_navlinks() in include/functions.php.

Yeah I think I'll wait for 1.2.1 smile

Thanks...

5

(6 replies, posted in PunBB 1.2 discussion)

I was wondering what needs to be done if I want to add an item to the main menu?  I found the menu in functions.php and I want to add a link back to the main site.  Can I add it with regular html or do I have to start the item with $links ... ?

Thanks...

6

(12 replies, posted in PunBB 1.2 discussion)

Paul wrote:

It works fine for me.

You seem to have missed the UL tag for the breadcrumbs.

Yeah this is where my lack of CSS knowledge comes thru. I took the UL tags out so that the "Inbox..." wouldn't be centered on the page.   What would you recommend for changing the location of the UL in the "Inbox..." source..

Thanks...

7

(12 replies, posted in PunBB 1.2 discussion)

Paul wrote:

Its at section 6.1 of Oxygen.css etc. This line puts 3px top and bottom padding on paragraphs and lists

.pun P, .pun UL, .pun DL, DIV.blockmenu LI, .pun LABEL, #announce DIV.inbox DIV {PADDING: 3px 0}

You need to override it by adding the following to section 6.1
.pun .linkst UL, .pun .linkst P {PADDING-BOTTOM: 0}
.pun .linkst P {PADDING-TOP: 0}

Well I did the above and it didn't adjust the space between the two items.

Here's the code I adjusted in the viewforum.php file

<div class="linkst">
    <div class="inbox">
        <li><a href="index.php"><?php echo $lang_common['Index'] ?></a> » <?php echo pun_htmlspecialchars($cur_forum['forum_name']) ?></li>
        <p class="postlink conr"><?php echo $post_link ?></p>
        <p class="pagelink conl"><?php echo $paging_links ?></p>
        <div class="clearer"></div>
    </div>
</div>

And after adding your code to my CSS file there was no change.

Thanks for the help..

8

(12 replies, posted in PunBB 1.2 discussion)

Ok sweet I found the code for it from your above post and I got it to look like I want.. one last thing.

http://img116.exs.cx/img116/3583/gap3bt.jpg

How do I remove that gap between "Index >> General Chit-Chat" and "Pages:1"?  I am looking in the CSS once again and have been looking for padding info but have found none.  And not quite sure which CSS markup would need the padding if that is the problem.  One thing that would be nice for this software (which I'm falling in love with the more I use it) is a writeup or manual on editing the CSS and what everything is and does.

Anyways.. one last thing and I"m there..

Thanks again...

9

(12 replies, posted in PunBB 1.2 discussion)

Gizzmo wrote:

look in the css files

Are those locations in the CSS or are they seperate from the CSS?  I don't see anything in the camaro_cs.css and camaro.css about locations. Main colors, borders etc..

10

(12 replies, posted in PunBB 1.2 discussion)

anybody?  once I can find where that portion of the forums is located and I can edit it I can open my forums up..

Thanks to anyone with the help smile

11

(2 replies, posted in Feature requests)

lol... oh good Lord.. smile  Well that was stupid wink

Thanks ...

12

(2 replies, posted in Feature requests)

I was wondering if having a Direct Link to a post could be added to the forums. What I mean by that is having the Post # a link to that post.  Like other boards allow you to copy that link directly to that post. 

Just thought I'd throw that out there...

Thanks...

13

(12 replies, posted in PunBB 1.2 discussion)

Ok.. I think this should be my last question since I've gotten most of the design of the forums to match the rest of the site. But I have one thing.. I want to change the layout of the "pages, location, new post/post reply" string.

This is how it currently looks (still working on getting that looking good)
http://img65.exs.cx/img65/381/menulink8cc.jpg

And I want to look like this
http://img7.exs.cx/img7/2871/menulinkmoded2bp.jpg

Where is that code located?

And also..  why is there a space between the Category and the forums table? See below:
http://img7.exs.cx/img7/2466/space4kg.jpg

See the space which is maybe 2px high. I can't figure out why it's doing this...

I hope you don't mind the questions...

Thanks..

14

(2 replies, posted in PunBB 1.2 discussion)

Frank H wrote:

delete all other styles... but make sure the users table doesn't link to one of those you delete... (if so you need to update the database)

That's what I thought smile  Thanks alot.. I haven't opened the forums yet I'm just setting them up...

15

(2 replies, posted in PunBB 1.2 discussion)

Is there a way to restrict the boards style for everyone so they cannot change it?

Thanks...

16

(4 replies, posted in PunBB 1.2 discussion)

Thank you very much.. that was stupid.. I was looking at that file too and just didn't see that..

Thanks again...

17

(4 replies, posted in PunBB 1.2 discussion)

I'm currently trying to get some of my font issues resolved, especially in my menu.  I've gotten the header image up and the location of the menu is now in place. (I'm slowly learning punBB's way of stylizing their forums). 

Below are two screenshots of my site, the first one is of the forums (work in progress) and it's fonts.

No!
http://img107.exs.cx/img107/7803/no4io.th.jpg

Yes!
http://img107.exs.cx/img107/1506/yes2ab.th.jpg

Here's what I'm looking to do.. I want to make the menu look exactly like the rest of my site, meaning I want the font size and hight of the menu to be exactly like the rest of the site. Now I've added the following to my temp CSS "camaro_cs.css"
----------
body {background-color: #8b8b8b;
margin-top: 4em;
padding: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
line-height: 1.2em;
text-align: left;
margin-left: 0px;
margin-right: 0px;
/*For IE's Scrollbars*/
scrollbar-face-color:#C0C0C0;
scrollbar-arrow-color:#000000;
scrollbar-highlight-color:#EAEAEA;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-shadow-color:#808080;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:#E0E0E0;}

#punwrap
{
width:577px;
margin-left: auto;
margin-right: auto;
margin-top: 4em;}

#brdheader
{width:579px;
height:130px;
background-image: url(../images/hdr.jpg);
border: 2px solid;
}

#brdmenu
{font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
text-align: center;
background-color: #bebebe;
border: 2px #000000;
padding: 1px;
width: 577px;
border-left: 2px #000000 solid;
border-bottom: 2px #000000 solid;
border-right: 2px #000000 solid;
margin-top: auto;}

#brdmenu a:link, #brdmenu a:visited {color: #000000;
background-color: #bebebe;
text-decoration: none;
margin: 0px;
margin-left: 10px;
margin-right: 10px;
padding-top: 1px;
padding-left: 10px;
padding-bottom: 1px;
padding-right:10px;
display: inline;
cursor: crosshair;}

#brdmenu a:hover, #brdmenu a.current {color: #d1d1d1;
background-color: #000000}
----------------
the above it taken from my CSS for my site.  I haven't found in the CSS for any of the styles any font definitions, are they located in base.css, oxygen.css or oxygen_cs.css?  Any attempts to change the font size of the menu doesn't work..

Any ideas?  I hope my post wasn't too confusing..  I'm still alittle confused with the CSS for the board..

I think I'll stick with this question for now and hit you gurus up later for more help smile

Thanks...

18

(6 replies, posted in PunBB 1.2 discussion)

Connorhd wrote:

the generate_navlinks function in functions.php if you know any php its pretty simple otherwise a little testing should make it obvious

Yup I found it with a search..  I don't know much php but manage to get around smile  Trial and error I say smile

Still having a hell of a time matching my design but I'll get it..

Thanks again..

19

(6 replies, posted in PunBB 1.2 discussion)

Ok another quick question. I want to edit the menu, where can I find the menu so I can manipulate it?  This maybe a stupid question but I'm used to editing phpBB...

Thanks...

20

(6 replies, posted in PunBB 1.2 discussion)

Ahh thank you.. that's what I needed...

21

(6 replies, posted in PunBB 1.2 discussion)

Hope you don't mind the question, but I'm new to PunBB and want to configure it to look like my site. So I want to resize the width of the forums. I've been looking at the CSS files but haven't seen anything for the overall width of the forum tables.   Am I overlooking something smile

I love the overall spead and clean looks of PunBB, great job!!!!

22

(54 replies, posted in PunBB 1.2 discussion)

Check out.. http://www.jjswebdesignhosting.com  They're a good group, quick with any support and any help you need.