Search found 9 matches

by Kattnienika
Sun Jun 09, 2019 7:24 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Round avatars
Replies: 16
Views: 3457

Re: Round avatars

that will change anything that uses the img tag. you need to do it like it says above. https://www.phpbb.com/community/viewtopic.php?f=591&t=2493486#p15140371 Of course. I update ucp_avatar_options.html : Original <dd><!-- IF AVATAR -->{AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/n...
by Kattnienika
Fri Jun 07, 2019 5:59 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Round avatars
Replies: 16
Views: 3457

Re: Round avatars

Hello,

I used style MyInvision. I can do round avatar in UCP when i change css file common.css:
Original

Code: Select all

img {
	border-width: 0;
}
Updated

Code: Select all

img {
	border-width: 0;
	border-radius: 75px;
}
But i donnĀ“t know if img tag is used only for this avatar or if is used in another place.
by Kattnienika
Thu Jun 06, 2019 10:30 am
Forum: [3.2.x] Styles Support & Discussion
Topic: Round avatars
Replies: 16
Views: 3457

Re: Round avatars

Hello,

I have a question. How I can do this in UCP -> Avatar setting? I look to css file, but for avatar is used only tag img. :-(
by Kattnienika
Mon Jun 03, 2019 9:41 am
Forum: Extensions in Development
Topic: [CDB] Group Subscription (PayPal)
Replies: 73
Views: 13932

Re: [BETA] Group Subscription (PayPal)

Hi,

Do I need a company or personal PayPal account to use?
by Kattnienika
Wed May 22, 2019 6:19 am
Forum: Abandoned Extensions
Topic: [ABD] Ticket Tracker
Replies: 135
Views: 26574

Re: [3.2][DEV] Ticket Tracker

When will the test version be released? I'd like to launch the extension and work on reloading.
by Kattnienika
Wed May 22, 2019 6:12 am
Forum: [3.2.x] Support Forum
Topic: Can't login on localhost
Replies: 7
Views: 711

Re: Can't login on localhost

In the phpMyAdmin or whatever your database editor for the localhost installation is, go to your phpbb_config table (or whichever table name prefix you're actually using, instead of "phpbb_") and find the form_token_sid_guests row. Change the config_value field for that row from the defau...
by Kattnienika
Wed May 22, 2019 3:16 am
Forum: [3.2.x] Support Forum
Topic: Can't login on localhost
Replies: 7
Views: 711

Re: Can't login on localhost

Yes, localhost is my personal computer and I have phpbb 3.2.7. :)
by Kattnienika
Tue May 21, 2019 2:12 pm
Forum: [3.2.x] Support Forum
Topic: Can't login on localhost
Replies: 7
Views: 711

Can't login on localhost

Hello,

I have a problem. I installed phpBB on localhost and everything went well. But after automatic logout, I can no longer log back in because there's always a error: The submitted form is invalid. Try sending it again.

Can you help me please? :-)
by Kattnienika
Tue May 21, 2019 5:58 am
Forum: Abandoned Extensions
Topic: [ABD] Ticket Tracker
Replies: 135
Views: 26574

Re: [3.2][DEV] Ticket Tracker

Repo still not working. Please can it be turned on again?

Thank you :)

Go to advanced search