Search found 66 matches

Advanced search
by halilesen
11 Jun 2025, 14:22
Forum: Sale/Buy
Topic: Introducing Mobile Upgrade! Make your phpBB board like an app!
Replies: 11
Views: 42111

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

Foxina wrote: 11 Jun 2025, 14:17 Have you considered a button that would make it easier to attach photos?
Yes I considered. But that would be beyond the limits of this quick reply. I put it off until later. It can be done in the full editor right now.
by halilesen
21 Mar 2025, 14:05
Forum: Buyer Requests
Topic: Build us a phpBB forum
Replies: 4
Views: 9174

Re: Build us a phpBB forum

I will send you a PM.
by halilesen
21 Mar 2025, 11:09
Forum: Buyer Requests
Topic: Build us a phpBB forum
Replies: 4
Views: 9174

Re: Build us a phpBB forum

There is no direct mobile app for phpBB but it can be used as a web app with the premium extension in my signature. It can be installed with a single click on Android but there is a simple guide with a few steps on iOS. Inline images can be loaded. If there is a link, it can be displayed inline in ...
by halilesen
01 Mar 2025, 00:43
Forum: Buyer Requests
Topic: Forum Tutoring
Replies: 1
Views: 3591

Re: Forum Tutoring

Hello David. Welcome.
I moved the Topic to the "Buyer Requests" section. It was more convenient.

I'll send you a PM.
by halilesen
15 Feb 2025, 03:41
Forum: phpBB
Topic: How to avatar auto resize on upload?
Replies: 7
Views: 17618

Re: How to avatar auto resize on upload?

No!

You will install it in the /ext folder, not the /ext/phpbb folder. /phpbb in the /ext folder is a author folder just like /ger. You will keep it separate. Then you will enable it from the Customise tab.
by halilesen
15 Feb 2025, 03:29
Forum: phpBB
Topic: How to avatar auto resize on upload?
Replies: 7
Views: 17618

Re: How to avatar auto resize on upload?

acp-general-Avatar settings.jpg
acp-general-Avatar settings.jpg (228.02 KiB) Viewed 15000 times

Yes, but this is the default phpBB settings page. Additionally, there are no settings for the extension. Uses default phpBB options.
by halilesen
15 Feb 2025, 01:13
Forum: phpBB
Topic: How to avatar auto resize on upload?
Replies: 7
Views: 17618

Re: How to avatar auto resize on upload?

The extension has no place in extension management. You just need to make "ACP > Avatar settings" as I mentioned in the first post.
by halilesen
14 Feb 2025, 03:25
Forum: Requests and Complaints
Topic: Spaces in user names
Replies: 2
Views: 6074

Re: Spaces in user names

In general, I do not want spaces to be used in usernames. I have many reasons for this, but one of them is your custom profile url, which can be obtained from your profile page:

https://phpbbgroup.com/@nounou

By the way, I will soon prepare a dopdown information box with a name profile field when ...
by halilesen
12 Feb 2025, 07:56
Forum: phpBB
Topic: Adding Post Count to Search Links
Replies: 2
Views: 7447

Adding Post Count to Search Links

Want to add the post count of relevant results next to links like "Your posts", "New posts" and "Unread posts" on your phpBB site?


kirkpostcount.png


You can do this with the Posts count extension by Kirk. Download the extension and extract it to the /ext folder in the root where phpBB is ...
by halilesen
10 Feb 2025, 12:04
Forum: Requests and Complaints
Topic: What Style Does This Site Use?
Replies: 7
Views: 21118

Re: What Style Does This Site Use?

Hi Steve,
I customized this theme/style from start to finish myself. So there is no such style on the market. As far as I can see, there is no other style that has a fixed menu bar at the bottom of the screen. I designed it specifically for Mobile Upgrade. I don't use it on this site, but I have ...
by halilesen
18 Dec 2024, 12:03
Forum: Sale/Buy
Topic: Introducing Mobile Upgrade! Make your phpBB board like an app!
Replies: 11
Views: 42111

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

This is a post showing the lines you need to delete from the push notification extension. It will be kept up to date.

Version 1.0.2

Open:
ext/phpbb/webpushnotifications/styles/all/template/event/ overall_header_head_append.html

Delete the following lines:

<!-- Ensure the app can be added to ...
by halilesen
12 Dec 2024, 16:42
Forum: SEO
Topic: Posts per page and its impact on SEO
Replies: 4
Views: 15823

Re: Posts per page and its impact on SEO

I didn't understand the impact of ad display and search engine optimization. Even so, more content on the page may mean that the ads may be of better quality; because it will contain more keywords.
by halilesen
12 Nov 2024, 17:33
Forum: SEO
Topic: Posts per page and its impact on SEO
Replies: 4
Views: 15823

Re: Posts per page and its impact on SEO

spinecki wrote: 12 Nov 2024, 17:10 The lower, the better.
I explained the reason for my thesis, please explain it too. :)
by halilesen
05 Nov 2024, 13:24
Forum: Sale/Buy
Topic: Introducing Mobile Upgrade! Make your phpBB board like an app!
Replies: 11
Views: 42111

Re: Introducing Mobile Upgrade! Make your phpBB board like an app!

mobile-upgrade-push-notifications-enable-button.jpg


Good news everyone.

I updated Mobile Upgrade. Now push notifications can be enabled from the mobile notifications panel. But it disappears when activated. It can be disabled from UCP at any time. But I did it this way so that it wouldn't take ...
by halilesen
03 Nov 2024, 07:26
Forum: Custom Coding
Topic: How to Get the User ID of Viewing a Topic?
Replies: 0
Views: 6950

How to Get the User ID of Viewing a Topic?

During one of my works, I needed the ID of the user who viewed the topic page. I found a way to do this simply. I opened the / viewtopic.php file located in the phpBB root and found the following line (786):

'TOPIC_POSTER' => $topic_data['topic_poster'],

and I added the following code to the ...
by halilesen
22 Oct 2024, 17:22
Forum: Movies/TV Shows
Topic: Joker: Folie à Deux
Replies: 2
Views: 9225

Re: Joker: Folie à Deux

I haven't been to the movie yet. Because I read bad comments about it. I dont know. Maybe I'll pre-order. I'm in no rush.

Sponsored link:
Pre-order Joker: Folie à Deux

:)
by halilesen
15 Oct 2024, 14:14
Forum: Custom Coding
Topic: How to get the Start Number in the Topic URL ?
Replies: 0
Views: 5334

How to get the Start Number in the Topic URL ?

I wanted to do something, but for this I needed to get the value of the start parameter used on the pages after the first page in the topic url . But I couldn't get it by default.

You can get the start number on page viewtopic_body .html of your style with the following method.

Open the viewtopic ...
by halilesen
14 Oct 2024, 23:20
Forum: Requests and Complaints
Topic: What Style Does This Site Use?
Replies: 7
Views: 21118

Re: What Style Does This Site Use?

In my early days at phpBB, I didn't know what I was doing. Of course, with time and experience, you will get what you want.
by halilesen
14 Oct 2024, 23:08
Forum: Requests and Complaints
Topic: What Style Does This Site Use?
Replies: 7
Views: 21118

Re: What Style Does This Site Use?

Hello.

This is an ultra customized style by me. The basis is Prosilver and the Elegance style I updated. Its name is phpBB Group's Custom Style. :) Yes, custom.
by halilesen
04 Oct 2024, 17:58
Forum: Announcements
Topic: Say Hello to phpBB Group!
Replies: 4
Views: 19083

Re: Say Hello to phpBB Group!

Almost anything is possible with phpBB.

When think about it, it is possible to do what you say to a large extent with specially written extensions.
by halilesen
25 Sep 2024, 01:09
Forum: Custom Coding
Topic: How to add views to topic?
Replies: 3
Views: 12803

Re: How to add views to topic?

Oh yes, thanks, but since I only make a few edits and it takes about 1 or 2 minutes, I prefer to do a full update and make sure of everything.
by halilesen
11 Sep 2024, 23:34
Forum: BBCode Development and Requests
Topic: Add Video
Replies: 0
Views: 5845

Add Video

Currently phpBB does not add videos by default, like adding photos/images. However if you have a video that you have uploaded to your host or server, or if you have the full link to a video, I will show you how you can add it to a post in your phpBB forum. I created a BBcode for this.

But pay ...
by halilesen
11 Sep 2024, 18:20
Forum: Forum Support
Topic: Post approval
Replies: 2
Views: 10561

Re: Post approval

Four. This was the last one. :)
by halilesen
11 Sep 2024, 18:14
Forum: Custom Coding
Topic: Remove Terms from Registration
Replies: 5
Views: 19549

Re: Remove Terms from Registration

No. I always did the "Full Package" update as it took a minute or two to replace the core files I changed again. I guess I think this is better. However, the idea of ​​creating a custom extension that will retain all changes made is not unreasonable. :)