Is there anyway to make the thread split into two lines or something. A lot of my titles have "..." in them so people don't know what the thread is.
[Fixed] Thread Titles Too Long Cause "..."
You can add this to the bottom of the stylesheet (ipb_styles.css), should make it so topic titles will no longer wrap.
.topiclist li strong {
white-space: normal;
overflow: hidden;
text-overflow: none;
}
I will try this when i get home
Thanks Timan.
it fixed it but the portal titles are still the same.
#portal_articles .postlist dt {
white-space: normal;
overflow: hidden;
text-overflow: none;
}Might do it, I haven't tested it though
that worked perfectly... now i just need to fix the youtube problem... not locking the screen width.
Can you post a link to where this is happening?
Hmm, how are you adding youtube videos to your posts? I'm not able to load the youtube video at all when I go there (on the iphone). It should show up with a gray box and a play arrow.
yea its the same thing that i get. I just get the blue "?" which makes everything skew... I cant figure out a way to enable youtube videos on the ipb forum to the phone. Do you know how to do that?
Hmm yea seems to be happening on my dev forum aswell. I even tried adding a new bbcode but it won't let me, says use . I'll have to look more into this.
thanks, you're the man!
Aqua-Soft Forums