Support Request Template
What version of phpBB are you using? phpBB 3.3.7
What is your board's URL? https://legendofransera.com/
Who do you host your board with? Hostgator
How did you install your board? I used the download package from phpBB.com
What is the most recent action performed on your board? Update from a previous version of phpBB3
Is registration required to reproduce this issue? Yes
Do you have any MODs installed? No
Do you have any extensions installed? Yes
What version of phpBB3 did you update from? phpBB 3.2.7
What extensions do you have installed? Advanced BBCode Box
Linked Accounts
LMDI Multilinks
MMC Posting Template
phpBB Gallery
phpBB Media Embed PlugIn
PlanetStyles Flight Deck (v2)
Premium Sidebars
Profile Flair
Tabs BBCode
VigLink
Word Count
What styles do you currently have installed? Milk v2
What language(s) is your board currently using? English
Which database type/version are you using? MySQL 5
What is your level of experience? New to PHP and phpBB
What username can be used to view this issue? No answer given
What password can be used to view this issue? No answer given
What actions did you take (updating your board; installing a MOD, style or extension; etc.) prior to this problem becoming noticeable? Updated the board from 3.2.7 to 3.3.7; updated the styles and extensions to match.
Please describe your problem.
It works on prosilver, and after some testing I realized it only affects posts which use a custom Googlefonts BBCode. Here is the Support Request, but I think the issue lies with the Googlefonts bbcode.
BBCode Usage
Code: Select all
[googlefont={TEXT}]{TEXT2}[/googlefont]
HTML Replacement for the Googlefont BBCode
Code: Select all
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ['{TEXT}', 'Droid Serif']
}
});
</script><span style="font-family:{TEXT};">{TEXT2}</span>
Generated by SRT Generator