Support Request Template What version of phpBB are you using? phpBB 3.0.9 What is your board's URL? No answer given Who do you host your board with? No answer given How did you install your board? I used the download package from phpBB.com What is the most recent action performed on your board? Upd...
Not that I'm aware of. As I said, I hadn't made any edits for a looong time, then out of the blue members started to report this problem. Here's a couple of my htaccess files... From forum root dir; # -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order d...
No I haven't. But just going through the cookies in FF browser I see the following for my site; http://img191.imageshack.us/img191/7254/unledfvo.jpg Shouldn't the all be what they are named in the ACP/Database? Cookie Domain: .aquariumsdownunder.com Cookie Name: aduforums Cookie Path: / Cookie Secur...
Support Request Template What version of phpBB are you using? phpBB 3.0.9 What is your board's URL? http://www.aquariumsdownunder.com Who do you host your board with? No answer given How did you install your board? I used the download package from phpBB.com Is your board a fresh install or a conver...
Can someone give me a quick hand to implement this code in to the following. This is a recent post mod that I have on the main index page of my forum. I want to implement this skyscraper ad to align to the right hand side of the recent post mod in it's own table. Here's a quick screenie of the mod a...
I'm using a simple script for some dynamic menu buttons on my forum, everything works fine with FF, but IE and Chrome both fail to display the mouseover images. Can anyone see a reason for this from the following code? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "ht...
I have the following code in my overall_header; <!-- IF S_USER_LOGGED_IN -->Logged in as <a href="{U_PROFILE}">{S_USERNAME}</a><!-- ENDIF --><br /> which does as it should, but I want the link to display as bold with the usergroup color as well (as you would see in whoisonline/last post au...
Yeh, they are snippets from my overall_header.html. It's running now and working fine with Firefox, but with IE the onmouseover image wont show when hovering the cursor on the menu.
I have put a little script in the header of my forum. When viewing with FF, everything works (the menu image changes when using onmouseover). With IE however, the onmouseover image is not displayed so the menu is static. Any reason why this would be happening? <script> <!-- portalup = new Image; por...
I have a bunch of members that report that they are having to manually log in to my board each visit. My cookie settings are as follows; Cookie domain: .mydomain.com Cookie name: aduforums Cookie Path: / Cookie secure: Disabled Should these settings be any different? I've had a read of the knowledge...