GTP12: Bug Reports

  • Thread starter Jordan
  • 485 comments
  • 19,381 views
Status
Not open for further replies.
I have a question Jordan. How do I invite more than one person to a conversation? Haven't found a way to do it.
 
I don't know If its just me or if I'm on the mobile app and I reply to a post and I'm typing then all the sudden it goes up in the quoted text and ruins the reply If that makes sense

Thanks
 
A lot of people's avatars don't show up for me. Does anyone else have this problem?

Edit: Seems to work now.
 
Last edited:
I don't know if this is happening on mobile devices but I just noticed when I shrink the page width on my desktop when it gets to the media query break at circa 700px some of the fonts change to the default browser font. So for me it's Times New Roman.



defaultfonts.jpg


Actually looking at the CSS I see the issue. For all of those elements you have this rule:

.breadBoxTop, .breadBoxBottom, .userBanner, .smallfont, .PageNav, .discussionListItem .lastPostInfo .dateTime, .discussionList .sectionHeaders, .button, a.callToAction span, .sectionFooter, #DiscussionListOptionsHandle a, .discussionListItem .prefix, .searchResult .prefix, .discussionListItem .title, .Menu, .memberListItem h3.username {

font-family: "Helvetica Neue" !important;

}

So it's trying to force Helvetic Neue on for those elements because of the !important rule but there are no fallback options so if a user doesn't have that font (like me) then it falls back to the browser default.

The easiest solution would be to remove the !important rule, that way it will fall back to the earlier rule which I assume is what you intend:

.smallfont {
font-family: "Lucida Grande",Tahoma,"Helvetica Neue",Arial,sans-serif;
font-size: 11px;

The offending rule is on line 5896 of the forum CSS. :)
 
Is there any way to go to the last page in a thread without having to go page-by-page or having to click on the last post in the subforum?
 
Thanks, @Samus.

Just to remind everyone, please review my first post in this thread regarding its purpose and intended format. Please direct questions on how to use site features or suggestions to their own threads.
I don't know If its just me or if I'm on the mobile app and I reply to a post and I'm typing then all the sudden it goes up in the quoted text and ruins the reply If that makes sense

Thanks
The cursor just randomly jumps up into quoted text?
 
And here's the downside of you editing my name to add the last character. ;)
<--------
 
I have a question Jordan. How do I invite more than one person to a conversation? Haven't found a way to do it.
Over to the right after you click the conversation to continue you'll see a link under the present people involved in the conversation. (Invite more) Click that link to add others.

Addition:
One other you must have a Premium membership to have more than one person.
 
Can people turn commenting on status updates off? Some I can't comment on.
 
@dojOdRiFTeR
To delete a message or conversation you must leave that conversation, there's a link in the middle tab area for this.
 
I didn't want to make a new thread for this but --- is there a way to add colored text? I used to have Red text in my signature but I can't see how to make that change now.

(also, my signature disappeared after the site change so I had to re-type it, this isn't a big issue but I thought I'd let you guys know)
 
@dojOdRiFTeR
Sorry, You must first check the box, enter the conversation then click the "Leave Coversation" tab to delete the message or conversation.
 
@Prototyp3 the old method of manually adding colour to text with [color=red]these tags[/color] works, either with colour names or hex code. As for signatures - yep, happened to us all :)
 
In the Forza section, Xbox Live Gamertags no longer display in place of PSN ID's as they used to.
 
@Prototyp3 the old method of manually adding colour to text with [color=red]these tags[/color] works, either with colour names or hex code. As for signatures - yep, happened to us all :)

ok, in the preview window the code you gave shows the change but in actual threads it still shows as grey. It's ok, just letting you guys know. I'm just going to leave it as it is.
 
Does it? ;)

I wrapped the tags above with the "PLAIN" BB Code tags - it renders any BB tags contained within its tags as normal text. When you quote it, turn off the rich text editor (the button over in the top right corner of the reply box) and you should see what I mean :)
 
I wrapped the tags above with the "PLAIN" BB Code tags - it renders any BB tags contained within its tags as normal text.
Ahhh... Plain does it now! Yesterday I tried the old noparse method, which got me nowhere. 👍
 
Thanks, @[Ugoogle0838]Samus[/USER].

Just to remind everyone, please review my first post in this thread regarding its purpose and intended format. Please direct questions on how to use site features or suggestions to their own threads.

The cursor just randomly jumps up into quoted text?
Correct at least sometimes it does from my mobile app (google store)

As you can see above it put the word Google in there I didn't try too I was simply replying and boom that word goes up there. Again maybe this is just me?
 
Status
Not open for further replies.
Back