rayantony / jixedbar

Automatically exported from code.google.com/p/jixedbar
GNU General Public License v2.0
0 stars 0 forks source link

Error when attach this bar into phpBB3 forum! #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
-Add to phpBB3.0.6 - Style DirtyBoard2.0 based on Prosilver style.

What is the expected output? What do you see instead?
-Everything is allright but when I scroll the page about at the middle of
my forum, I can choose anything on the bar! At that time, the bar is on the
forumlist!

What version of the product are you using? On what operating system?
-I'm using jixedbar 0.0.2, Mozilla Firefox 3.5.6, Windows XP Pro SP3.

Please provide any additional information below.
My forum is http://teen-vn.co.cc/forum
You can see that issue as I said in my forum now...

Original issue reported on code.google.com by kendy.9...@gmail.com on 27 Dec 2009 at 2:32

GoogleCodeExporter commented 9 years ago
You can see at the bottom of my forum, jixed bar is below logo image!
This is a great code! I hope you will fix this issue to make it good for forum 
:)

Thanks so much!

Original comment by kendy.9...@gmail.com on 27 Dec 2009 at 3:33

GoogleCodeExporter commented 9 years ago
Hi kendy.9xvn,

Just move the DIV element/bar below the phpBB copyright and/or before the 
closing
Body tag (</body>).

-----code snippet-----
<div>
    <a class="copyright" href="http://www.phpbb.com/" title="phpBB.com">phpBB</a>
    <a href="http://demo.phpbb3styles.net/..." id="small-logo_link" title="your slogan
here">Your slogan here</a>
    <a class="footer_js" id="footer" name="footer" accesskey="z" href="#header"
title="Top">Top</a>
    <a href="http://www.cosa-nostra-design.com/" id="link_home" title="Visit my
Home">Visit my Home</a>
</div>
<!-- phpBB copyright above -->

<!-- jixedbar DIV element/bar starts here -->
<div id="demo-bar">
    ....
</div>
<!-- jixedbar DIV element/bar ends here -->
-----code snippet-----

Thank you for using jixedbar, cheers!

Original comment by rawsw...@gmail.com on 28 Dec 2009 at 3:23

GoogleCodeExporter commented 9 years ago
...will be setting this as fixed.
As there are no more reply to this issue/problem.

Original comment by rawsw...@gmail.com on 11 Jan 2010 at 4:05