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

Image may be NSFW.
Clik here to view.

Extension Writers Discussion • How does AJAX work in extensions?

I'm trying to implement an AJAX request in an extension and whilst I could fudge a method my own way, there's clearly a phpBB API of sorts to allow this in core natively but I can't find any...

View Article


Extension Writers Discussion • Re: How does AJAX work in extensions?

You can create your own ajax function and then trigger it with data-ajax, like:Code: <a href="#" data-ajax="toggle_enable">Code: phpbb.addAjaxCallback('toggle_enable', function(res) { 'use...

View Article


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

Username color is the color of your default groupI'm looking for changing colour across the board making it default.Statistics: Posted by dobermen — Tue May 13, 2025 8:22 pm

View Article

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

Where is it? I know forum have posts from old owner and there must be some new, but after search for it location, I couldn't find one.Statistics: Posted by dobermen — Tue May 13, 2025 9:36 pm

View Article

[3.3.x] Support Forum • Re: no admin rights after installation

This line wasn’t added by us - it was already in the file, likely from a previous setup.These lines are often added automatically by whatever web panel management software is being used (ex. cPanel)...

View Article


Extension Requests • Autosubscribe ADMINS to topics

I'm looking for something to autosubscribe all admins to every topic within a specific forum. If such a thing already exists, my apologies...Statistics: Posted by junosapien — Tue May 13, 2025 11:38 pm

View Article

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

Search your access logs for DuckDuckGo's user agent and you can see what the status code is. If you have mod_security I'd remove the sections for QUERY_STRING and REQUEST_URI, it's going to be a lot...

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

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

Image may be NSFW.
Clik here to view.

Extensions in Development • Re: [3.3][DEV] phpBB Events Calendar

Extension Version: Features Implemented: Select time zonesFeatures not Implemented: events own page use collapse category's to toggle panels Send notification request to list of attendees, asking if...

View Article

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

How about a screenshot of what you're seeing or better yet the Support Request Template.Statistics: Posted by KevC — Thu May 15, 2025 8:51 pm

View Article


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

I am trying to update the terms in my ucp.php file (under language>en). I'm using notepad++ to edit and Filefilla to upload. I did this several years ago, so the ucp.php file already has my own...

View Article

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

I figured it out. I had included apostrophes in the text, which php interprets as the end of the string, followed by more text that can't be parsed as PHP. You can put a / before an apostrophe if you...

View Article


Wanted! • Re: Site repair....need assistance please

Thank you so much to Madalin! Amazing work.....fixed and upgraded within hours! If I need help in the future you are the man! 100% recommend!Statistics: Posted by hjays — Fri May 16, 2025 12:58 am

View Article

[3.3.x] Support Forum • Re: Admin also appear as guest in viewonline

Finally figured it out!There where several issues.The guest in viewonline with my IPGetting logged out when hitting the back button when browsing both here and my own board.Not being able to remove...

View Article


[3.3.x] Support Forum • 3.3.15 Database Update

I'm trying to update my installation, but I can't seem to get the database update to execute. If I go through the Update control panel and use "Update Database Only" I get:Code: General Error:SQL...

View Article

[3.3.x] Support Forum • Re: 3.3.15 Database Update

Ok... I decided to try again from 'first principles' and recopied over the 3.3.15 files. Following the install instructions I deleted my existing 'cache' folder. It was then complaining that...

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