Search found 785 matches

by AlfredoRamos
Mon Sep 19, 2022 11:33 pm
Forum: Extension Writers Discussion
Topic: $this->request->variable return wrong form value
Replies: 10
Views: 982

Re: $this->request->variable return wrong form value

What's wrong? You must specify the default value of u_groups too. The following example would cast u_groups as string, so you can split a list of comma-separated IDs. $u_groups = $this->request->variable('w3all_displayonlyfirstpost', ['u_groups' => '']); # array(1) { ["u_groups"]=> string...
by AlfredoRamos
Sat Sep 10, 2022 2:03 am
Forum: [3.3.x] Support Forum
Topic: Supported databases
Replies: 2
Views: 529

Re: Supported databases

That error message means that your PHP configuration doesn't have any extension enabled for the database.

For MySQL or MariaDB you need to enable the mysqli PHP extension; for PostgreSQL, pgsql.

You could do it yourself in your hosting control panel (cPanel, Plesk, etc) or ask tech support.
by AlfredoRamos
Sun Aug 28, 2022 10:14 pm
Forum: Extension Requests
Topic: 2022 Post Attachment Thumbnail on Forum View
Replies: 8
Views: 2976

Re: 2022 Post Attachment Thumbnail on Forum View

As said in the email, I can develop this one, however it wouldn't be for free, so try the one by VSE first. A guy named AlfredoRamos will help you. I appreciate it :sunglasses: I don't know a "Topic Images extension". Could you post the link to the extension It's not a free extension, so i...
by AlfredoRamos
Sat Aug 20, 2022 5:17 pm
Forum: [3.3.x] Support Forum
Topic: Moving a Forum to another computer
Replies: 1
Views: 391

Re: Moving a Forum to another computer

Is is possible? If not, I guess I'll just have to move the old Forum to the new server, but it would be nicer to start over with a fresh install of everything. It's very possible, however if you are not a DBA I wouldn't suggest to follow that route, you'll get database inconsistencies one way or an...
by AlfredoRamos
Sat Aug 20, 2022 5:08 pm
Forum: [3.2.x] Support Forum
Topic: update and convert 3.2.11->3.3.8 postgres->mariadb
Replies: 2
Views: 885

Re: update and convert 3.2.11->3.3.8 postgres->mariadb

If I install on the new release, then the database tables will be in the new format and I cannot convert them from the old ones If you meant a new phpBB release, as long as your PostgreSQL version is still supported, you won't have any problems. Latter you could upgrade your PostgreSQL (like 14) in...
by AlfredoRamos
Sat Aug 20, 2022 4:50 pm
Forum: [3.3.x] Support Forum
Topic: Spamhous blocking admin on localhost
Replies: 11
Views: 1396

Re: Spamhous blocking admin on localhost

It's SEO Metadata and it looks like it's abandoned Abandoned? :thinking: Not every piece of software needs constant updates, besides it works with newer versions of phpBB and PHP out of the box. As Paul says, your issue is totally unrelated to my extension, unless you can provide proof for that, be...
by AlfredoRamos
Sat Jun 04, 2022 5:31 pm
Forum: [3.3.x] Support Forum
Topic: 3.3.7 doesn't work by default "The submitted form was invalid. Try submitting again"
Replies: 2
Views: 434

Re: 3.3.7 doesn't work by default "The submitted form was invalid. Try submitting again"

The cause is most probably the cookie settings, or server issues with sessions. I've been doing installations, updates and upgrades for 8+ years, and I only had that issue a couple of times, because of wrong cookies or a style that did not match the phpBB version. You should at least test your softw...
by AlfredoRamos
Tue May 31, 2022 2:21 am
Forum: [3.3.x] Support Forum
Topic: Any Potential Problems
Replies: 6
Views: 872

Re: Any Potential Problems

I would like to run two forums, two different domains, on the same server using the same phpbb database Is there any specific reason for that? You could use the same database as long as you use different table prefixes, and therefore, different tables. But unless your hosting plan limits the number...
by AlfredoRamos
Sun May 29, 2022 7:29 pm
Forum: Extension Requests
Topic: Extensions "extension"
Replies: 2
Views: 325

Re: Extensions "extension"

It's called Titania, and as far as I know, there's no official support for it, so if you want to use, you'll be on your own.

https://github.com/phpbb/customisation-db
by AlfredoRamos
Fri May 20, 2022 9:55 pm
Forum: [3.3.x] Support Forum
Topic: PDF attachment not automatically on iphone?
Replies: 8
Views: 1283

Re: PDF attachment not automatically on iphone?

I do expect it to open automatically, because many of my users are not that tech savy, they might be struggling to find the download pdf on cell phone That behavior is controlled by the web browser itself, not phpBB. Usually you can get additional options if you already have an application that can...
by AlfredoRamos
Wed May 18, 2022 2:31 am
Forum: phpBB Discussion
Topic: What is Happening with Chameleon?
Replies: 59
Views: 12115

Re: What is Happening with Chameleon?

Let's not clutter html we can use Open props !!! Making style with bootstrap was a pain in a butt :D If that was meant for my previous comment, I would say the "cluttering" (I don't see it that way), in my opinion would be a good trade-off. Besides, you can still generate helper classes l...
by AlfredoRamos
Tue May 17, 2022 12:55 am
Forum: phpBB Discussion
Topic: What is Happening with Chameleon?
Replies: 59
Views: 12115

Re: What is Happening with Chameleon?

I would consider Tailwind.

I even made a test style for that, however the back-end really needs to separate the HTML.
by AlfredoRamos
Sat May 14, 2022 2:32 pm
Forum: [3.3.x] Support Forum
Topic: Me sale el siguiente error al habilitar mchat
Replies: 2
Views: 558

Re: Me sale el siguiente error al habilitar mchat

Puedes obtener soporte en Español en https://www.phpbb-es.com

Make sure you uploaded all the files, since the error is saying that it cannot find a specific class.
by AlfredoRamos
Mon Apr 25, 2022 11:21 pm
Forum: Extension Writers Discussion
Topic: How to render HTMl in custom BBCode attributes
Replies: 2
Views: 838

Re: How to render HTMl in custom BBCode attributes

Can anyone help me with what I;m doing wrong? No offense but seems that you only copy&paste code you found on internet, without knowing what's happening. I would strongly recommend you to read the documentation about TextFormatter. - https://area51.phpbb.com/docs/dev/3.3.x/extensions/tutorial_b...
by AlfredoRamos
Mon Apr 25, 2022 10:55 pm
Forum: [3.2.x] Support Forum
Topic: Re: Crossed Logins - users suddenly logged in under another username
Replies: 7
Views: 971

Re: Crossed Logins - users suddenly logged in under another username

By default Nginx does not use any cache for sessions, and even if you are using it as a reverse proxy, the suggested default values do not cause those session issues. I have reviewed the responses returned by the server and note that it uses ngix. Yes...? what's the problem with that? It's just anot...

Go to advanced search