Your ultimate PunBB resource!
You are not logged in.
kiplantt wrote:
Does the problem appear on the preview (link at the top of this topic)? Or, in other words, is the problem browser related?
No, this problem does not appear on the preview.
And I use both Internet Explorer and Firefox, no change
Offline
I have added a banner to my page. I need to know how to remove the margins to the left so the whole image can fit in the frame.
www.forumguide.se
Offline
on my site i added a admanger program to the advertisement sections..
http://nalan.org
Offline
how would I shorten the width? I tried changing it in the css but then the right border wont show up.
Offline
http://wiki.punres.net/Change_forum_width
To change the width of the forum
Item 5.1 in Oxygen.css change this
#punwrap {margin: 12px 20px}to this
#punwrap {width: 800px}
where it says 800px put whatever width you want, you will need to do this in each style file
[edit]To change the width and center the forum
Item 5.1 in Oxygen.css change this
#punwrap {margin: 12px 20px}to this
BODY {text-align: center}
#punwrap {width: 800px; margin: 12px auto; text-align: left}
where it says 800px put whatever width you want, you will need to do this in each style file
Retrieved from "http://wiki.punres.net/Change_forum_width"
Category: Modification
Offline
Theme added on my premod version ( MybestBB : http://mybestbb.ww7.be ) in 1.20 release
Offline
i can't find the readme file in this theme. i am new to all of this and have no idea how to intall a mod. please help.
Offline
Copy the maps to the right places will do enough:
In the map Style you find 1 file and 1 other map:
Kontrast.css goes intoe the style map of your forum
imports/Kontrast_cs.css goes into the style/imports map of your forum
In the IMG map you find a map called Kontrast that one goes into the IMG map of your forum. With this one you copy the whole Kontrast map including the files.
Then you go to the admin pages-> options ->default style and select Kontrast.
After this one you go to your profile and set your style also to Kontrast.
Done.
Offline
And now my question: i want to put the footer in a seperatie "balloon" so with a small space between and the bas.gif and the haut.gif as bottom and top of each balloon.
Where do i put some extra code to make this work?
Offline
Actually not, i't on my MAMP server (local) I can provide screenshots, that i will make in a second.
EDIT:
http://forum.websurfing.nl/img/gallery/ … 630918.png -> the too wide searchbox
What i want to have in a separate balloon:
http://forum.websurfing.nl/img/gallery/ … 631006.png
Last edited by sypie (2007-12-26 02:03:38)
Offline
ok on the search bar
limit the characters number if it says 70 change it to 50 try different numbers.
can u post ur code for that?
Q
Offline
I use this in combination with PunPortal. In there i can change the whole width of the sidebar, that's not what i want to do. I want to figure out how to change the size of the searchbox.
// START SUBST - <pun_portal_forum_search> if ($pun_config['o_portal_forum_search'] == '1') { ob_start(); require_once PUN_ROOT.'lang/'.$pun_user['language'].'/search.php'; ?> <div class="block" id="portalforumsearch"> <h2><span><?php echo $lang_portal['Forum Search'] ?></span></h2> <div class="box"> <form id="search" method="get" action="<?php echo $pun_config['o_base_url'] ?>/search.php"> <div class="inform"> <input type="hidden" name="action" value="search" /> <input style="margin-bottom: 3px" type="text" name="keywords" size="25" maxlength="80" /> <?php echo $lang_search['Show as'] ?><br /> <select style="margin-bottom: 3px" name="show_as"> <option value="topics"><?php echo $lang_search['Show as topics'] ?></option> <option value="posts"><?php echo $lang_search['Show as posts'] ?></option> </select><br /> <input type="submit" name="search" value="<?php echo $lang_common['Submit'] ?>" accesskey="s" /> </div> </form> <a href="<? echo $pun_config['o_base_url'] ?>/search.php">Advanced Search</a> </div> </div> <? $tpl_temp = trim(ob_get_contents()); $tpl_main = str_replace('<pun_portal_forum_search>', $tpl_temp, $tpl_main); ob_end_clean(); } else $tpl_main = str_replace('<pun_portal_forum_search>', '', $tpl_main); // END SUBST - <pun_portal_forum_search>
Last edited by sypie (2007-12-26 11:27:05)
Offline
that what i was talking about to set the width of the search block to a certain size.
ill look at the code and see how to add it or make the search block smaller.
Q
Offline
The search input box width is defined by the size= parameter.
Offline
I changed the new and nonew icons for the forum however because the graphic sizes are different it's not displaying properly. Where do I reset the width and height for new and nonew using your Style?
Last edited by calvet (2008-02-04 21:34:26)
Offline
In here in Kontrast.css:
/****************************************************************/ /* 10. POST STATUS INDICATORS */ /****************************************************************/
Offline
I noticed that this style does not center exactly as it should. It seems to have some extra padding on the right side somewhere but I yet to find it. Can you tell how I can get rid of this extra margin or padding. Thank you.
Last edited by calvet (2008-02-10 02:16:46)
Offline
Very cool style. Thanks tot he poster for the CSS fix also.
Offline