What version of phpBB are you using this on? Make sure you use phpBB 3.1.2.Purzelkater wrote:Have the same problem with Team Box here. (Super)moderators are not shown, but administrators.
And on the ACP I can't delete any box entries.
Example: If I try to delete a link on Links Box, I have to confirm this action. Then I'm on the portal settings page and if I go back to the Links Box settings, the link stays there.
Have the same issue with Calendar and Menu.
So far, it's a great extension!
Kind regards,
Purzelkater
That file has nothing to do with the portal and I'm unable to see this on your website. My guess is that your browser or some browser extension you have installed is incompatible or caused your page to load correctly.FomenkoAndrey wrote:error on portal page,
see in firebug:
http://motobratva.com/styles/prosilver/ ... ersion=196forum_f...ion=196 (row 323, column 10)strings 321-323 in fileCode: Select all
TypeError: $ is not a function $body = $('body');
Code: Select all
var test = document.createElement('div'), oldBrowser = (typeof test.style.borderRadius == 'undefined'), $body = $('body');
The file that loads the $ a.k.a. jQuery resource is not handled by the portal but by phpBB itself.
What is this supposed to fix? The first change you suggested will cause major issues for anyone willing to use that functionality (news.S_DISPLAY_NEWS_RVS doesn't exist in Board3 Portal 2.1.0-RC1).[email protected] wrote:news_compact_center.html
FindRepace withCode: Select all
S_DISPLAY_NEWS_RVS
portal.cssCode: Select all
news.S_DISPLAY_NEWS_RVS
ADDCode: Select all
#portal-center ul.topiclist dt { margin-right: -300px; } #portal-center ul.topiclist dt .list-inner { margin-right: 300px; } #portal-center ul.topiclist dd.posts, #portal-center ul.topiclist dd.views { width: 70px; } #portal-center ul.topiclist .lastpost { width: 160px; }