Extension Requests • Re: MCP link on all pages
Old topic, but this is the way I ended up doing it.MCP link visible on all pages - only for admins. For moderators its the same.With this one regular users doesnt see the MCP link{% if U_MODCP %} is...
View Article[3.3.x] Support Forum • How to add all members with 1 (or more) post to a group?
Code: INSERT INTO phpbb_user_group (group_id, user_id, group_leader, user_pending) SELECT X, user_id, 0, 0 FROM phpbb_users WHERE user_id IN(SELECT user_id FROM phpbb_users WHERE user_lastpost_time...
View Article[3.3.x] Support Forum • Re: How to add all members with 1 (or more) post to a...
In phpMyadmin select just the username where posts are equal too or greater than 1. Down the bottom of results there is export option for the results. On Export page switch from SQL to CSV, remove the...
View Article[3.3.x] Styles Support & Discussion • Who is online and Statistics font size
I went over every CSS file but I still cant find where I can change size of font in index page's 'Who is online and Statistics' sectionStatistics: Posted by dobermen — Sat May 17, 2025 9:51 pm
View Article[3.3.x] Styles Support & Discussion • Re: Who is online and Statistics...
I'll give you a golden tip.Right-click on your forum and select INSPECT. A page with all the CSS will open. Use the selector as shown in the image.Statistics: Posted by Chico Gois — Sat May 17, 2025...
View Article