Search found 619 matches

by eeji
Fri Mar 17, 2023 8:01 pm
Forum: phpBB Custom Coding
Topic: Remove delete all cookies
Replies: 3
Views: 1959

Re: Remove delete all cookies

Leave the <!-- IF not S_IS_BOT --> line in place
by eeji
Fri Mar 17, 2023 7:52 pm
Forum: phpBB Custom Coding
Topic: is IF S_IS_ADMIN still valid?
Replies: 4
Views: 2252

Re: is IF S_IS_ADMIN still valid?

Brf wrote: Tue Mar 14, 2023 2:19 pm
eeji wrote: Mon Mar 13, 2023 8:58 pm You can use <!-- IF ACP -->
You mean this?

Code: Select all

<!-- IF U_ACP -->
That's the one, it's been a while :oops:
by eeji
Mon Mar 13, 2023 8:58 pm
Forum: phpBB Custom Coding
Topic: is IF S_IS_ADMIN still valid?
Replies: 4
Views: 2252

Re: is IF S_IS_ADMIN still valid?

You can use <!-- IF ACP -->
by eeji
Thu Aug 11, 2022 6:32 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Looking for a gaming style
Replies: 6
Views: 2065

Re: Looking for a gaming style

If it's orange and black you're looking for, check out "Hexagon" by Manix.... https://www.phpbb.com/customise/db/style/hexagon/
by eeji
Sun Jul 17, 2022 4:11 pm
Forum: [3.3.x] Support Forum
Topic: “Show post” button on ignored users’ posts disappeared after update to 3.3.8
Replies: 3
Views: 482

Re: “Show post” button on ignored users’ posts disappeared after update to 3.3.8

Flat Style is now updated for 3.3.8 and in the CDB validation queue, also is available to download from my demo site (link below in signature)
by eeji
Tue Jun 14, 2022 6:30 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Different group colors per every style - how?
Replies: 18
Views: 2986

Re: Different group colors per every style - how?

This would need an extension
by eeji
Thu Jun 09, 2022 7:27 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Cant modify site_logo.png
Replies: 5
Views: 720

Re: Cant modify site_logo.png

After any style changes, you need to clear your board cache in the ACP, found under the 'general' tab.
by eeji
Mon May 09, 2022 7:34 pm
Forum: Extension Requests
Topic: admin notifications
Replies: 18
Views: 2889

Re: admin notifications

Put your regular account in the admin and global moderator groups, but use registered users as your default group.
by eeji
Tue Apr 12, 2022 6:04 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Color selection & input checkbox
Replies: 13
Views: 1217

Re: Color selection & input checkbox

It's possible, take a look at my 1978 style (it's in the CDB) to see how I did it.
by eeji
Fri Apr 08, 2022 6:01 pm
Forum: Custom BBCode Development and Requests
Topic: BBCode for Font Awesome icons (simple, kinda')
Replies: 5
Views: 4974

Re: BBCode for Font Awesome icons

I had to tweak your replacement HTML slightly to get it to work: <i class="icon fa-{SIMPLETEXT}" aria-hidden="true"></i> Adding the icon class instead of fa sets the correct font, whereas adding fa- before the simple text token negates the need for it to be added by the user, so ...
by eeji
Thu Apr 07, 2022 2:37 pm
Forum: phpBB Discussion
Topic: Discuss: End of the phpBB wiki
Replies: 6
Views: 3990

Re: Discuss: End of the phpBB wiki

The wiki has helped me immensely to expand and evolve my board over the years, thank you to everyone who contributed!
by eeji
Tue Apr 05, 2022 8:16 pm
Forum: [3.3.x] Support Forum
Topic: "stealth" admin/mod?
Replies: 8
Views: 999

Re: "stealth" admin/mod?

Just changing the group colour isn't enough, as admins user names are also bold.
P_I's answer above is the way to go.
by eeji
Thu Mar 17, 2022 10:06 pm
Forum: [3.3.x] Styles Support & Discussion
Topic: Switch to other style with one click
Replies: 63
Views: 17486

Re: Switch to other style with one click

A quick and (very) dirty method to switch styles is to add the style parameter to your URL, eg. myboard.com?style=n (where n is the styles ID number). This can be done using a link, and the parameter will be persistent until the user moves away from your board.
by eeji
Sun Mar 13, 2022 6:15 pm
Forum: phpBB Discussion
Topic: Favorite thing about phpBB?
Replies: 4
Views: 2092

Re: Favorite thing about phpBB?

Open source for sure. Also how easy it is to build a full website using phpBB to handle the back end. I don't have a board on my site any more, but still use phpBB to handle log ins and authentication and the templating.
by eeji
Mon Oct 04, 2021 9:24 pm
Forum: [3.3.x] Support Forum
Topic: Delete cookies link returns ajax error
Replies: 8
Views: 2000

Re: Delete cookies link returns ajax error

Your cookie banner makes your Delete all cookies link unreachable - and since you want me to not point out inconsistencies I assume you do this on purpose and did not explain that in your initial post, also on purpose: 20211004 eeji.png It's all still in development, so this issue will be addressed...

Go to advanced search