Search found 145 matches

by odf
Sat Aug 05, 2023 9:45 pm
Forum: [3.3.x] Support Forum
Topic: phpBB error after upgrade from phpbb 3.3.8 to 3.3.10
Replies: 4
Views: 575

phpBB error after upgrade from phpbb 3.3.8 to 3.3.10

Hello Community, After upgrading from phpBB version 3.3.8 to the latest version 3.3.10, the forum disappears and I can see the following error from the server's error_log file: thrown in ..../vendor/twig/twig/src/Loader/FilesystemLoader.php on line 291 [05-Aug-2023 15:59:20 America/Chicago] PHP Fata...
by odf
Thu Apr 20, 2023 10:59 am
Forum: [3.3.x] Support Forum
Topic: An extension to restrict group access to specific forum only
Replies: 7
Views: 977

Re: An extension to restrict group access to specific forum only

To add a user in Group5 so that he/she can only access Forum5, remove him/her from a Newly Registered Users group.
by odf
Sun Apr 09, 2023 5:02 pm
Forum: [3.3.x] Support Forum
Topic: An extension to restrict group access to specific forum only
Replies: 7
Views: 977

Re: An extension to restrict group access to specific forum only

[Dimetrodon]" post_id=15946446 time=1681057797 user_id=2197266] Hello. Happy Easter! Yeah, by putting those users into group5 and removing them from the registered users group. Make sure however that they still have the user permissions you still want the group to access set up though. Since re...
by odf
Sun Apr 09, 2023 4:17 pm
Forum: [3.3.x] Support Forum
Topic: An extension to restrict group access to specific forum only
Replies: 7
Views: 977

An extension to restrict group access to specific forum only

Hello Community, Happy Easter. Is there any extension that enables one to assign a group of users accessibility to some specific forum only without going through the tedious process of manually disabling their accessibility to the rest of the forums ? What do I mean ? Suppose my phpBB board contains...
by odf
Tue Jan 11, 2022 2:26 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: How to make forum image responsive?
Replies: 4
Views: 2527

Re: How to make forum image responsive?

Mannix_ wrote: Tue Jan 11, 2022 7:01 am try adding

Code: Select all

img {
max-width: 100%;
}
in to any css file
Does not work!

I tried in root/styles/style/theme/stylesheet.css:

Code: Select all

 imx {
max-width: 100%;
}
where the forum image is imx.png.
by odf
Mon Jan 10, 2022 6:41 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: How to make forum image responsive?
Replies: 4
Views: 2527

How to make forum image responsive?

Hello Community,

It is possible to define an image for a specific forum. The image can then be put into root/images and then specify the path, e.g., images/forum.png for that particular forum via ACP.

How can I make such a forum image responsive for small screens in phpBB 3.2.x?

Thank you.

odf
by odf
Sat Jan 08, 2022 6:55 am
Forum: Extension Requests
Topic: Multiple User Private Messages are more like threads
Replies: 11
Views: 2292

Re: Multiple User Private Messages are more like threads

This concern is realistic. It is very boring when even two people are sending private messages to each other, every time a reply is made, it duplicates the same title as if it is a different conversation!
by odf
Thu Feb 04, 2021 6:20 pm
Forum: [3.3.x] Support Forum
Topic: What are the known gliitches to prepare for when Upgrading from phpBB 3.2.x to 3.3.3 ?
Replies: 4
Views: 412

What are the known gliitches to prepare for when Upgrading from phpBB 3.2.x to 3.3.3 ?

Hello Members,

I'm planning to upgrade from phpBB 3.2.7 to the latest version, that's phpBB 3.3.3. Based on your experience, what are the known problems or anything that I need to consider before starting the process apart from the normal procedure?

Thanks for your helpful contributions.

odf
by odf
Sat Nov 14, 2020 12:31 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: How to Make an Iframe Responsive Under phpBB 3.2.x?
Replies: 5
Views: 3347

Re: How to Make an Iframe Responsive Under phpBB 3.2.x?

There is a discussion here https://www.phpbb.com/community/viewtopic.php?p=15061791 on how to make embeddable content with iframe responsive. As explained in the post I would like to know under which CSS/Sass file should the code more or less similar to this one go in phpBB 3.2.x? As long as the cl...
by odf
Wed Oct 28, 2020 9:33 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: How to Make an Iframe Responsive Under phpBB 3.2.x?
Replies: 5
Views: 3347

Re: How to Make an Iframe Responsive Under phpBB 3.2.x?

I would think that you would actually have to edit the css for the content appearing inside the iframe. you could make the iframe itself responsive in your own css but that would not control the content that is showing in the iframe. robert Thank you for the response, but I'm not certainly clear wi...
by odf
Tue Oct 27, 2020 7:51 pm
Forum: [3.2.x] Styles Support & Discussion
Topic: How to Make an Iframe Responsive Under phpBB 3.2.x?
Replies: 5
Views: 3347

How to Make an Iframe Responsive Under phpBB 3.2.x?

Hello Members, There is a discussion here https://www.phpbb.com/community/viewtopic.php?p=15061791 on how to make embeddable content with iframe responsive. As explained in the post I would like to know under which CSS/Sass file should the code more or less similar to this one .container { position:...
by odf
Tue Sep 29, 2020 3:58 pm
Forum: Custom BBCode Development and Requests
Topic: How to Use a Single BBCode to Embed Contents with Multiple Iframes?
Replies: 9
Views: 3069

Re: How to Use a Single BBCode to Embed Contents with Multiple Iframes?

You didn't explain how the definition you proposed does not achieve the thing you want to do, so I'm going to guess you need to replace {SIMPLETEXT} with {TEXT} . If that doesn't do the thing, you need to post practical examples of what the users would enter and the HTML it should produce. Replacin...
by odf
Tue Sep 29, 2020 6:20 am
Forum: Custom BBCode Development and Requests
Topic: How to Use a Single BBCode to Embed Contents with Multiple Iframes?
Replies: 9
Views: 3069

Re: How to Use a Single BBCode to Embed Contents with Multiple Iframes?

You need to explain how the proposed solution differs from what you need, with practical examples of what the users would enter and how it would be displayed. Hi JoshyPHP, This is what I'm thinking: Consider the iframe <iframe src="https://www.domain.com/container/intl/en/products.html{SIMPLET...
by odf
Sun Sep 27, 2020 6:33 pm
Forum: Custom BBCode Development and Requests
Topic: How to Use a Single BBCode to Embed Contents with Multiple Iframes?
Replies: 9
Views: 3069

Re: How to Use a Single BBCode to Embed Contents with Multiple Iframes?

Thank you. The BBCode works just fine, the issue is I don't want to use/create a different BBCode for eache iframe.

Go to advanced search