we_universal

phpBB extensions compatible (or not) with we_universal - we_universal

phpBB extensions compatible (or not) with we_universal

by v12mike » Wed Jul 04, 2018 7:46 am

We_universal is a prosilver-based style, so is compatible with most phpBB extensions without modification. There are however ways that an extension may not be compatible, because it makes assumptions about page structure or page layout which are not quite the same as the assumption made by we_universal. Often a small tweak to the extension's styling will fix things, but sometimes it becomes very complicated.

I want to create a list of phpBB extensions that are compatible (or not) with the we_universal style.
I will update this post with those that are compatible where applicable the latest tested version of the extension is given);

Compatible with we_universal v2.5.9:
  • 24 hour activity stats v1.0.9
  • Advanced BBCode Box v3.2.1
  • Ajax Base v2.0.0
  • AJAX Registration Check v1.0.1
  • Board Announcements v1.1.0
  • Button menu v1.0.0
  • Change Post Time v1.0.1
  • Contact Admin v1.1.10
  • Convert Local Url To Link Name v0.3.0
  • Custom Registration Agreement v1.0.0
  • Default Avatar Extended v1.2.2
  • Detailed viewonline v1.0.0
  • Display Edit Information v1.1.0
  • External Links Open in New Window v1.0.6
  • Forum image as forum icon v1.1.1
  • Google Search & Site Verification v3.2.3
  • Hide Bots v1.0.2
  • Image Redirect v2.0.1
  • Lightbox v2.0.1
  • News Scroll v1.0.1
  • Password Strength v1.2.2
  • PayPal Donation v2.0.1
  • phpBB Media Embed PlugIn v1.1.1
  • Post Bookmarks v1.0.1
  • Post Love v2.0.0
  • Posting Buttons v1.0.1
  • Posts merging v2.1.0
  • Pretty Topic v1.0.0
  • Preview Attached Images v1.0.8
  • Privacy Policy v2.1.0
  • Quick Login v1.1.1
  • QuickReply Reloaded v2.0.0-beta3
  • Quick Style v1.3.5
  • Quote Attachments Img in Posts v1.2.0
  • Quoted Images as Thumbnails v1.0.1
  • Recent Topics v2.2.8
  • Scroll Page v1.0.2
  • Symbols v1.0.2
  • Thanks for posts v3.2.14
  • Topic Preview v2.3.1
  • XML Sitemap v0.1.4
Last edited by v12mike on Thu Sep 20, 2018 6:28 pm
v12mike
Registered User
Posts: 584
Joined: Thu Jul 09, 2015 5:03 pm
Contact:

Re: phpBB extensions (not) compatible with we_universal

by v12mike » Wed Jul 04, 2018 7:50 am

List of extension not compatible, or requiring modification of files - This list will be populated when I am notified of extensions with issues.
Last edited by v12mike on Fri Nov 22, 2019 9:44 pm
v12mike
Registered User
Posts: 584
Joined: Thu Jul 09, 2015 5:03 pm
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by strelok-by » Sat Nov 24, 2018 11:03 am

These extensions are compatible with the style on phpbb 3.2.x:
24 hour activity stats 1.0.9
Advanced BBCode Box 3.2.1
Ajax Base 2.0.0
AJAX Registration Check 1.0.1
Change Post Time 1.0.1
Convert Local Url To Link Name 0.3.0
Default Avatar Extended 1.2.2
Detailed viewonline 1.0.0
Display Edit Information 1.1.0
Lightbox 2.0.0
Posts merging 2.1.0
Preview Attached Images 1.0.8
Quick Login 1.1.1
QuickReply Reloaded 2.0.0-beta3
Recent Topics 2.2.8
Scroll Page 1.0.2
Thanks for posts 2.0.7-dev
User avatar
strelok-by
Registered User
Posts: 126
Joined: Fri Nov 21, 2014 10:22 am
Location: Mozyr / Belarus
Name: Stanislav
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by v12mike » Sat Nov 24, 2018 9:01 pm

Thank you for that report, it is very helpful.
v12mike
Registered User
Posts: 584
Joined: Thu Jul 09, 2015 5:03 pm
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by kjh-mov » Sun Dec 30, 2018 12:18 pm

whovisitedthistopic v1.0.5

1) whovisitedthistopic/styles/we_universal/template/event/memberlist_view_contact_after.html

Search for this:

Code: Select all

					<dt <!-- IF whovisitedthistopic.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{whovisitedthistopic.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{whovisitedthistopic.TOPIC_FOLDER_IMG_ALT}">
change to

Code: Select all

					<dt <!-- IF whovisitedthistopic.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{whovisitedthistopic.TOPIC_ICON_IMG}); background-repeat: no-repeat; background-position: 15px;"<!-- ENDIF --> title="{whovisitedthistopic.TOPIC_FOLDER_IMG_ALT}">
2) whovisitedthistopic/styles/we_universal/theme/whovisitedthistopic.css
write this

Code: Select all

ul.topiclist.topics li.row dt {
	width: 100%;
	text-align: left;
}
Wer nichts weiß, muss alles glauben.

Marie von Ebner-Eschenbach
User avatar
kjh-mov
Registered User
Posts: 82
Joined: Mon May 07, 2018 12:23 pm
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by Gumboots » Sat Oct 12, 2019 9:51 pm

If anyone wants to know, We_universal 2.5.9 also works with these extensions, on 3.2.8:

Board Announcements 1.1.0
Button menu 1.0.0*
External Links Open in New Window 1.0.6
Hide Bots 1.0.2
Lightbox 2.0.1
News Scroll 1.0.1
Password Strength 1.2.2
Posting Buttons 1.0.1
Pretty Topic 1.0.0
Quick Style 1.3.5
Quoted Images as Thumbnails 1.0.1

*Yes, I know this one is listed as "in development", but it appears to function without errors. Note that if you are running multiple styles the Button Menu extension is limited to one colour only, set in admin, so may not match all your styles. It is also not responsive by default.

We_universal does not work with the Site logo (3.2) v2.1.0-rc6 extension. However, fixing that would only require a simple custom edit (which I haven't got around to yet, but will post code for when I do).
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
User avatar
Gumboots
Registered User
Posts: 692
Joined: Fri Oct 11, 2019 1:59 am
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by kjh-mov » Sat Jan 25, 2020 9:26 am

phpBB 3.3.0, we_universal 2.6.2. works with these extensions:
  • Advanced BBCode Box 3.2.2
  • background image in text area 1.0.3
  • Collapsible Forum Categories 2.0.0
  • Forum Icons 1.0.3
  • Google Translator 1.0.3-RC1, we_universal style new!!! 25.01.2020 14:17 : https://www.kjh-move.de/kjh-move/phpBB_ ... versal.zip
  • Lightbox 2.0.1
  • MODx commands 1.0.4
  • New Topic 1.0.3
  • Scroll Page 1.0.2
  • Time to Read 1.0.1
  • Topic Preview 2.3.1
  • smilies scroll box 1.0.3

phpBB 3.3.0, we_universal 2.6.2. don´t works with these extensions:
Last edited by kjh-mov on Mon Jan 27, 2020 11:54 am
Wer nichts weiß, muss alles glauben.

Marie von Ebner-Eschenbach
User avatar
kjh-mov
Registered User
Posts: 82
Joined: Mon May 07, 2018 12:23 pm
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by v12mike » Sat Jan 25, 2020 10:32 am

kjh-mov wrote:phpBB 3.3.0:

Google Translator 1.0.3-RC1

we_universal style:

https://www.kjh-move.de/kjh-move/phpBB_ ... versal.zip
Can you clarify what you are trying to communicate?
What is the purpose of the .zip file you have linked?
v12mike
Registered User
Posts: 584
Joined: Thu Jul 09, 2015 5:03 pm
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by kjh-mov » Sat Jan 25, 2020 11:21 am

v12mike wrote:
kjh-mov wrote:phpBB 3.3.0:
Can you clarify what you are trying to communicate?
What is the purpose of the .zip file you have linked?
Link -> we_universal style for the extension
Wer nichts weiß, muss alles glauben.

Marie von Ebner-Eschenbach
User avatar
kjh-mov
Registered User
Posts: 82
Joined: Mon May 07, 2018 12:23 pm
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by kjh-mov » Wed Jul 28, 2021 10:42 am

phpBB 3.3.0, we_universal 2.6.4. works with these extensions:

calendar 1.0.4 phpbb 3.3.4
Wer nichts weiß, muss alles glauben.

Marie von Ebner-Eschenbach
User avatar
kjh-mov
Registered User
Posts: 82
Joined: Mon May 07, 2018 12:23 pm
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by dbrewood » Thu Oct 27, 2022 6:34 am

As of now, incompatible extensions:
  • Dark Mode - It does work but after changing mode the switch button does not refresh to the alternate state until you refresh the page.
  • Large Font - It only enlarges the 'heading' fonts and not the ones used for the majority of the text used in the style.
Is there any chance these issues can be fixed?
User avatar
dbrewood
Registered User
Posts: 446
Joined: Tue Feb 09, 2021 9:35 am
Name: Daron Brewood
Contact:

Re: phpBB extensions compatible (or not) with we_universal

by v12mike » Thu Oct 27, 2022 7:41 pm

I will take a look for the next update, but can't promise anything.
v12mike
Registered User
Posts: 584
Joined: Thu Jul 09, 2015 5:03 pm
Contact: