[ABD] we_universal - phpBB 3.2.0

Any abandoned 3.2.x Styles will be moved to this forum.
User avatar
libralion
Registered User
Posts: 387
Joined: Tue May 13, 2003 9:25 am

Re: [DEV] we_universal - phpBB 3.2.0

Post by libralion »

Thanks nextgen! I do follow this topic too.

Johannna :D
Banisher
Registered User
Posts: 18
Joined: Fri Aug 01, 2008 3:23 pm

Re: [DEV] we_universal - phpBB 3.2.0

Post by Banisher »

Do you have a GitHub repo we can follow?
User avatar
peopleinside
Registered User
Posts: 192
Joined: Sat Jan 31, 2015 10:37 pm
Name: Marco
Contact:

Re: [DEV] we_universal - phpBB 3.2.0

Post by peopleinside »

Banisher wrote: Wed Jan 25, 2017 2:38 am Do you have a GitHub repo we can follow?
You can follow here :)
sp3ctre
Registered User
Posts: 321
Joined: Sun Jul 15, 2007 11:06 am

Re: [DEV] we_universal - phpBB 3.2.0

Post by sp3ctre »

Also really keen to get a beta of this working, thanks for the hard work.
User avatar
nextgen
Registered User
Posts: 2392
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by nextgen »

Download available, see the first post... :)
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
peopleinside
Registered User
Posts: 192
Joined: Sat Jan 31, 2015 10:37 pm
Name: Marco
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by peopleinside »

Thanks.

BUG report: in search.php topic icon are not showed:
bug search icon.png
User avatar
nextgen
Registered User
Posts: 2392
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by nextgen »

peopleinside wrote: Wed Jan 25, 2017 4:16 pm Thanks.

BUG report: in search.php topic icon are not showed:
bug search icon.png
Hi, thanks for you report, in your root/styles/we_universal/template/search_results.html

Find:

Code: Select all

				<dl class="row-item {searchresults.TOPIC_IMG_STYLE}">
					<dt<!-- IF searchresults.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
Replace with:

Code: Select all

				<dl title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
					<dt class="icon {searchresults.TOPIC_IMG_STYLE}"><!-- IF searchresults.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}" alt="" title="" /><!-- ENDIF --></dt>
In the next release a will be fix this :)
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
User avatar
peopleinside
Registered User
Posts: 192
Joined: Sat Jan 31, 2015 10:37 pm
Name: Marco
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by peopleinside »

Thanks!
Done and it works. How to be informed on future releases? Just follow this topic?

Also I need understand (if a future release is available) what's new in the new release for understand if I need update or not.

Thanks now search issue is fixed.
User avatar
nextgen
Registered User
Posts: 2392
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by nextgen »

peopleinside wrote: Wed Jan 25, 2017 5:14 pm Thanks!
Done and it works. How to be informed on future releases? Just follow this topic?

Also I need understand (if a future release is available) what's new in the new release for understand if I need update or not.

Thanks now search issue is fixed.
Hi,

For future releases you can follow my site http://xeronix.org/ and this style soon will be submitted to CDB and there also you can follow it :)

Regards...
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
Banisher
Registered User
Posts: 18
Joined: Fri Aug 01, 2008 3:23 pm

Re: [Release] we_universal - phpBB 3.2.0

Post by Banisher »

Getting this error
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "index_body.html" (looked into: /var/www/webs/forum/styles/we_universal/template, /var/www/webs/forum/styles/we_universal/theme, /var/www/webs/forum/styles/all/template).' in /var/www/webs/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 215
( ! ) Twig_Error_Loader: Unable to find template "index_body.html" (looked into: /var/www/webs/forum/styles/we_universal/template, /var/www/webs/forum/styles/we_universal/theme, /var/www/webs/forum/styles/all/template). in /var/www/webs/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 215
User avatar
nextgen
Registered User
Posts: 2392
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by nextgen »

Banisher wrote: Wed Jan 25, 2017 6:42 pm Getting this error
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "index_body.html" (looked into: /var/www/webs/forum/styles/we_universal/template, /var/www/webs/forum/styles/we_universal/theme, /var/www/webs/forum/styles/all/template).' in /var/www/webs/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 215
( ! ) Twig_Error_Loader: Unable to find template "index_body.html" (looked into: /var/www/webs/forum/styles/we_universal/template, /var/www/webs/forum/styles/we_universal/theme, /var/www/webs/forum/styles/all/template). in /var/www/webs/forum/vendor/twig/twig/lib/Twig/Loader/Filesystem.php on line 215
You must have activate the prosilver style
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
Banisher
Registered User
Posts: 18
Joined: Fri Aug 01, 2008 3:23 pm

Re: [Release] we_universal - phpBB 3.2.0

Post by Banisher »

I think it is activated? Image
User avatar
nextgen
Registered User
Posts: 2392
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by nextgen »

Banisher wrote: Wed Jan 25, 2017 7:14 pm I think it is activated? Image
What is your board URL?
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
Banisher
Registered User
Posts: 18
Joined: Fri Aug 01, 2008 3:23 pm

Re: [Release] we_universal - phpBB 3.2.0

Post by Banisher »

Oh wow, now it works, I guess it was a caching issue. sorry!
User avatar
nextgen
Registered User
Posts: 2392
Joined: Mon Jul 26, 2010 10:58 pm
Location: Guatemala
Name: Melvin García
Contact:

Re: [Release] we_universal - phpBB 3.2.0

Post by nextgen »

No problem... :)
メルビン・ガルシア • nextgen Solutions

Please do NOT contact for support via PM or email.
Locked

Return to “[3.2.x] Abandoned Styles”