Yeah, good point. I'll remove them.VSE wrote:The title attributes resulting in browser tooltips can be annoying (at least in my browser).
I was wrecking my brain trying to find why the title attributes got created (I didn't do that).VSE wrote:The title attributes resulting in browser tooltips can be annoying (at least in my browser).
Can you just use $.removeAttr("title") in your JS code somewhere, to switch the titles back to nothing.PayBas wrote:I was wrecking my brain trying to find why the title attributes got created (I didn't do that).VSE wrote:The title attributes resulting in browser tooltips can be annoying (at least in my browser).
Turns out, it's the proSilver JS. https://github.com/phpbb/phpbb/blob/dev ... fn.js#L444
I need a way to circumvent it. I will probably have to use a completely different template event
edit: moved to overall_footer_after.html
I suppose I could, but simply moving the output to the footer doesn't seem to have any disadvantages (besides having to rely more on offset().top)VSE wrote:Can you just use $.removeAttr("title") in your JS code somewhere, to switch the titles back to nothing.
Code: Select all
Not Found
The requested URL /community/playstation3/viewforum.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I don't really know. I've never used phpBB SEO before.Max_69 wrote:i have phpbb seo, how do I resolve this?Code: Select all
Not Found The requested URL /community/playstation3/viewforum.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
What do you mean? You can still simply click on board index.Volksdevil wrote:Is it possible to keep the 'Board Index' link working PayBas? Great looking, functional EXT btw.