Phpbb3 Forums Complaints [ERROR REPORT]
Re: Phpbb3 Forums Complaints [ERROR REPORT]
But if some users have issues seeing it, then it should be changed.
Photoshop contest anyone?
Photoshop contest anyone?

- Iron_Forge
- Posts: 532
- Joined: Sat Sep 20, 2003 9:21 pm
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Re: Phpbb3 Forums Complaints
RaVNzCRoFT wrote:Edit: The following are issues relevant to members with special permissions:
Apparently Readers' Club permissions have not been set. T3AB4GG3R117<-gt, in the Readers' Club, has the ability to post.
PHPbb3's built-in "report post" feature clashes with the report feature we had on the old forum. As far as I can tell, staff have no ability to leave comments on closed reports. Reported posts do not create a topic in the Reports subforum. So we'll either have to repair our old report feature, or utilize this new one.
Readers club was a custom permission mod by me...It'll likely have to be re-setup to work with phpBB3...Reports mod was a custom mod by me, you'll have to get used to the new one...
- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
Alright, it's come to the point where I'm annoyed by this:
- Why doesn't the <title> say "HaloMods"? Much obliged.
- Can we get a favicon?
- Why doesn't the <title> say "HaloMods"? Much obliged.
- Can we get a favicon?
Last edited by FleetAdmiralBacon on Mon Jan 26, 2009 11:07 am, edited 1 time in total.

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
- thinkreddie
- Posts: 531
- Joined: Fri Jun 18, 2004 4:57 pm
- Location: Colorado springs
Re: Phpbb3 Forums Complaints [ERROR REPORT]
What happened to Halo 1 xbox outstanding mods?


DECOY wrote:I think everyone should broaden their horizons and learn to spam in a foreign language
Re: Phpbb3 Forums Complaints [ERROR REPORT]
The side panel needs to be a fixed size so that I do not have 50% wasted space.
I also think that the contact buttons should be brought back under the signature because where they are now is really odd.
Also the Edit and Quote buttons should be moved to the bottom of the post (You read a post, then quote it).
I also think that the contact buttons should be brought back under the signature because where they are now is really odd.
Also the Edit and Quote buttons should be moved to the bottom of the post (You read a post, then quote it).
* Veegie high fives GTAF _o/\o_
* Veegie high fives shadowkhas _o/\o_
* Veegie leaves warlord hangin' _o/ /o_
* Veegie high fives shadowkhas _o/\o_
* Veegie leaves warlord hangin' _o/ /o_
- RaVNzCRoFT
- Posts: 6208
- Joined: Mon Jan 10, 2005 3:05 pm
- Location: Raleigh, North Carolina, USA
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
The edit and quote buttons are where they always have been.Win wrote:The side panel needs to be a fixed size so that I do not have 50% wasted space.
I also think that the contact buttons should be brought back under the signature because where they are now is really odd.
Also the Edit and Quote buttons should be moved to the bottom of the post (You read a post, then quote it).
Re: Phpbb3 Forums Complaints [ERROR REPORT]
The Post Reply button at the BOTTOM of the page is always set all the way to the left of my screen which is just odd to look at. Everything else is set to the middle of the screen just fine.
On another note, I do indeed like the "online" banner we have now. It's nifty and is pleasing to the eyes.
On another note, I do indeed like the "online" banner we have now. It's nifty and is pleasing to the eyes.
- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
This goes back to my "the stuff at the bottom when viewing a thread is too wide" issue.kibito87 wrote:The Post Reply button at the BOTTOM of the page is always set all the way to the left of my screen which is just odd to look at. Everything else is set to the middle of the screen just fine.

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
- iBotPeaches
- Posts: 78
- Joined: Tue Aug 08, 2006 9:22 am
- Location: Corral
- Contact:
Re: Phpbb3 Forums Complaints [ERROR REPORT]
Its not padded. So its flush against either the left side or right side. Not a major issue, Reports and Readers Club should be done first.FleetAdmiralBacon wrote:This goes back to my "the stuff at the bottom when viewing a thread is too wide" issue.kibito87 wrote:The Post Reply button at the BOTTOM of the page is always set all the way to the left of my screen which is just odd to look at. Everything else is set to the middle of the screen just fine.

Re: Phpbb3 Forums Complaints [ERROR REPORT]
FleetAdmiralBacon wrote:Alright, it's come to the point where I'm annoyed by this:
- Why doesn't the <title> say "HaloMods"?
- Can we get a favicon?

- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
The problem with the page width at the bottom is that we're adding a </div> on the ad:
Source before Javascript:
Source after javascript, same segment:
Which is causing the </div> for the <div id="wrap"> to come earlier, basically throwing everything off.
I've checked with the page source before being mucked with and it looks fine.
e: Javascript-based code cleanup then assumes that one of the ones further up is the end of the id="wrap" and drops the one at the bottom, hence the page is still valid.
Source before Javascript:
Code: Select all
<div class="postbody">
<script type="text/javascript"><!--
google_ad_client = "pub-0601815468720171";
/* 728x90, gemaakt integr. forums text only */
google_ad_slot = "3139002450";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br /><br />
</td>
</tr>
</table>
</td>
</tr>
Code: Select all
<div class="postbody">
<script type="text/javascript"><!--
google_ad_client = "pub-0601815468720171";
/* 728x90, gemaakt integr. forums text only */
google_ad_slot = "3139002450";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script style="display: none;" type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br><br>
<!-- NOTICE THE EXTRA DIV HERE: --></div></td>
</tr>
</tbody></table>
</td>
</tr>
I've checked with the page source before being mucked with and it looks fine.
e: Javascript-based code cleanup then assumes that one of the ones further up is the end of the id="wrap" and drops the one at the bottom, hence the page is still valid.

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
- RaVNzCRoFT
- Posts: 6208
- Joined: Mon Jan 10, 2005 3:05 pm
- Location: Raleigh, North Carolina, USA
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
ExileLord
TheTyckoMan
Chromega
Vinx
Evolved
Some Random Guy
pt
I assume you intended for these members to no longer be staff, since their names aren't green. However, they are still listed as having the rank of "Staff."
TheTyckoMan
Chromega
Vinx
Evolved
Some Random Guy
pt
I assume you intended for these members to no longer be staff, since their names aren't green. However, they are still listed as having the rank of "Staff."
Re: Phpbb3 Forums Complaints [ERROR REPORT]
My rights were removed a LONG time ago and they probably just forgot to take that out in the meantime.

-
- Readers Club
- Posts: 285
- Joined: Sat Sep 20, 2003 7:08 am
- Location: The Netherlands, Europe
- Contact:
![]() |
![]() |
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
Fleetadmiral, would you have any ideas on how to fix that? Ravn - looking into the rank thing. Also: Title added.
Re: Phpbb3 Forums Complaints [ERROR REPORT]
Ranks fixed.
- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
Removing the Sponsored Messages flat out fixes it, but that's probably not viable.SourceGuy wrote:Fleetadmiral, would you have any ideas on how to fix that? Ravn - looking into the rank thing. Also: Title added.
fake edit: Removing just the first ad block fixes it.
real edit: It may be that show_ads is run twice. I'll check that. Nope.

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
- FleetAdmiralBacon
- Posts: 2377
- Joined: Sat Nov 26, 2005 7:01 pm
- Location: Ohio
- Contact:
![]() |
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
Double post for great justice:
Here's the issue:
This is what the block should look like:
But right now, there's an extraneous opening <div> between the two <scripts> - remove that; the trailing </div> for postbody is also in the wrong place. Move it from the bottom (note the </div>\n</div> in the source for the HTML output) to right after the <br /><br />. Do this for both ads and it'll work fine.
Here's the issue:
This is what the block should look like:
Code: Select all
<div class="post bg2">
<table class="tablebg" width="100%" cellspacing="1">
<tr class="row2">
<td align="center" valign="middle">
<b class="postauthor">Sponsored Message</span> </b>
</td>
<td width="100%" height="25">
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall" width="100%"> </td>
</tr>
</table>
</td>
</tr>
<tr class="row1">
<td valign="top" class="profile">
<table cellspacing="4" align="center" width="150">
<tr>
<td align="center"> </td>
</tr>
</table>
</td>
<td valign="top">
<table width="100%" cellspacing="5">
<tr>
<td>
<div class="postbody">
<script type="text/javascript"><!--
google_ad_client = "pub-0601815468720171";
/* 728x90, gemaakt integr. forums text only */
google_ad_slot = "3139002450";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br /><br />
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#D1D7DC" colspan="2" height="1"> </td>
</tr>
</table>
</div>
Last edited by FleetAdmiralBacon on Sun Jan 25, 2009 7:18 pm, edited 2 times in total.

Everything you'll ever need to know about me.
Need help with Linux, C#, C, Python, Java, PHP, Javascript, CSS, or VB? I'm available from 3:00PM-8:00PM EST on weekdays.
Re: Phpbb3 Forums Complaints [ERROR REPORT]
I'm surprised that nobody has suggested the return of sub-titles for our threads. I think that's a major bug that needs to be corrected.

- CabooseJr
- Posts: 4592
- Joined: Wed May 11, 2005 8:09 am
- Location: Valve knows a lot about my cookies.
- Contact:
![]() |
![]() |
![]() |
![]() |
![]() |
Re: Phpbb3 Forums Complaints [ERROR REPORT]
I'm still being logged out when I leave, even after I cleared the cookies.

© Newest AudioSurf Run = Miku Hatsune - Black★Rock Shooter(AudioSurf)
Newest YouTube Video= Portal: Project Beta(Small Promo)