Quantcast
Channel: phpBB.com
Browsing all 2769 articles
Browse latest View live

[3.3.x] Support Forum • Re: Changing User Names colour

Username color is the color of your default groupStatistics: Posted by Brf — Tue May 13, 2025 8:05 pm

View Article


Extension Writers Discussion • Re: Priority event extensions

You can just make up you own template events, like:Code: index_body_markforums_beforeextraindex_body_markforums_beforemoreextraand insert them the right place in the template.Then rename the...

View Article


[3.3.x] Support Forum • Re: 3.3.15: download counter doesn't work

Hi stoker,it's no browser issue: all browsers I tested do show the right numbers of anything written to the database. But in my case, the downlaods are not counted to SQL. THXStatistics: Posted by...

View Article

[3.3.x] Support Forum • Re: New and old Posts Location

The moderator control panel (MCP). But those posts and topics still show on the forum for mods to read an approve in situ.Statistics: Posted by KevC — Wed May 14, 2025 6:12 pm

View Article

phpBB Custom Coding • Re: Having problems mysql_escaping some data

I should pay closer attention to examples in the code. This seems to be working fine:Code: $posted_data = $db->sql_escape(utf8_clean_string(serialize($_POST)));;Statistics: Posted by schwim — Wed...

View Article


Extension Requests • Re: Autosubscribe ADMINS to topics

Make sure under notification settings it's set to notifications, email or both.Note you only get one email notification, multiple replies will not trigger new email notifications. When the new posts...

View Article

[3.3.x] Support Forum • Re: What is going on? Is this some kind of widespread...

The following countries are currently blocked at my server:- Brazil- China- Indonesia- India- Singapore- VietnamMore will be added if needed.Its not permanent. I will remove some of them when things...

View Article

Image may be NSFW.
Clik here to view.

[3.3.x] Support Forum • Re: What happens if I click on "Reset board’s...

It's done. Thank you, sir!https://www.unixtimestamp.com/index.php Statistics: Posted by open-your-eyes — Wed May 14, 2025 8:05 pm

View Article


[3.3.x] Support Forum • Re: Adding Images

Try it in this topic.Statistics: Posted by KevC — Thu May 15, 2025 6:09 pm

View Article


[3.3.x] Support Forum • Re: Who-is-online Whois lookups all from Amsterdam?

I think here:styles/prosilver/template/mcp_post.htmlStatistics: Posted by deninho32 — Thu May 15, 2025 6:20 pm

View Article

[3.3.x] Support Forum • Re: Editing ucp.php problems

Ah, my bad, thanks.Statistics: Posted by CPTOM — Fri May 16, 2025 2:13 pm

View Article

Image may be NSFW.
Clik here to view.

[3.3.x] Support Forum • Re: "Banned" banner

You could make a group, give it a rank and add them to it (same as if they were an admin for instance). Thanks, KevC. That's a nice suggestion but it's not something actually built in? I didn't think...

View Article

phpBB Discussion • Re: Dealing with bot traffic

Regarding phpBB3/includes/functions.php to remove session_id from links, I had to edit it in two places:Code: return $url . (($append_url) ? $url_delim . $append_url . $amp_delim : $url_delim) ....

View Article


[3.3.x] Support Forum • how to insert logo size?

Hello everyone,on the forum that I administer we are using an extension to customize the logo, it is called "Custom site logo"The problem is that the size of the logo has not been entered, so every...

View Article

[3.3.x] Support Forum • Re: how to insert logo size?

Hello everyone,on the forum that I administer we are using an extension to customize the logo, it is called "Custom site logo"The problem is that the size of the logo has not been entered, so every...

View Article


[3.3.x] Support Forum • Re: Moving a topic to another forum prompts a...

ok..thkStatistics: Posted by siwode — Sat May 17, 2025 4:36 pm

View Article

Extension Requests • Re: MCP link on all pages

MCP link visible on all pages - only for admins. For moderators its the same.What would be the purpose of an MCP link for admins? They can't do anything in there unless they have moderator...

View Article


Extensions in Development • Re: [3.3][DEV] AnubisBB - proof-of-work bot defense

Interesting indeed! Scraper bots are getting ever worse.Statistics: Posted by nou nou — Sat May 17, 2025 6:56 pm

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
Browsing all 2769 articles
Browse latest View live