Do you mean in Forum Title textbox in Edit or Create forum page, Yumi?
If I put the
& directly in Forum Name in Edit/Create forum page, in forum list and other default area like navigation and forumdisplay, it will return
&, not
&.
For example:
Forum Title: News & Announcements.
In forum list, it will return: News & Announcements.
In source page, it will return:
But, when I put:
Forum Title: News & Announcements.
In forum list, it will return: News & Announcements.
In source page, it will return:
I think it is because MyBB replaces the & to & in some files.
So, I think I need to replace it manually if I want to display forum name in other page using different variable, because I can't use & in Forum Title in Edit / Create forum page.
I'm sorry if I misunderstood what you mean, Yumi