MyBB Community Forums

Full Version: Blue Template Text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Try this:
INSERT INTO mybb_templates (title,template,sid,version) VALUES('forumdisplay_usersbrowsing_user', '{$comma}{$user[\'profilelink\']}{$invisiblemark}', '-2', '1400');
TomL aren't those queries the same as MattR posted?
Doh, I know why...

INSERT INTO mybb_templates (title,template,sid,version) VALUES('forumdisplay_usersbrowsing_user', '{$comma}{$user[\'profilelink\']}{$invisiblemark}', '-2', '1400');

Na the second one he gave was a bit different, but now we both have the same Toungue The problem is the ' in the template, it needs to be escaped.
cool, tom it worked
(2009-02-09, 05:44 PM)indigored Wrote: [ -> ]TomL aren't those queries the same as MattR posted?
In a way, but I changed them a bit to see if they'd work - which the last one didToungue.

(2009-02-09, 05:44 PM)MattR Wrote: [ -> ]Doh, I know why...

INSERT INTO mybb_templates (title,template,sid,version) VALUES('forumdisplay_usersbrowsing_user', '{$comma}{$user[\'profilelink\']}{$invisiblemark}', '-2', '1400');
I know, I just noticed that lmfaoToungue

(2009-02-09, 05:45 PM)indigored Wrote: [ -> ]cool, tom is worked
Cool, glad you got it sortedSmile
what would i edit to make this : (1 user browsing) to (1 user Viewing)
Pages: 1 2