phpBB 3.2.0 Support? - Post Numbers
phpBB 3.2.0 Support?
Hello man, This is nice extension but i try to run in mine forum it's not works i use phpBB 3.2.0
So can you make new release to support 3.2.0?
So can you make new release to support 3.2.0?
-
- Registered User
- Posts: 84
- Joined: Thu Feb 09, 2017 7:02 pm
- Location: Egypt
Re: phpBB 3.2.0 Support?
What does not work mean? I need a detailed error report so that I can help you: error message, style version, other extensions you have installed.
Although version 1.1.0 wasn't validated against phpBB 3.2.0, it runs without problems on it.
Although version 1.1.0 wasn't validated against phpBB 3.2.0, it runs without problems on it.
-
- Former Team Member
- Posts: 4900
- Joined: Sat Sep 10, 2011 7:12 pm
- Location: Germany
Re: phpBB 3.2.0 Support?
Kasimi, No errors in logs and it simply not works. I enabled it and try posting new topic and posts but these posts not numberd. So you tested this extension in phpBB 3.2.0 yourself?
Snapshot:
Snapshot:
-
- Registered User
- Posts: 84
- Joined: Thu Feb 09, 2017 7:02 pm
- Location: Egypt
Re: phpBB 3.2.0 Support?
Oh, That's my problem i don't see the extention setting. You make all default setting to No this what make me think it's not working i don't check even the extensions.
Thanks for reply .
Thanks for reply .
-
- Registered User
- Posts: 84
- Joined: Thu Feb 09, 2017 7:02 pm
- Location: Egypt
Re: phpBB 3.2.0 Support?
Hi,
In phpBB 3.2 the post number is not aligned with the date of the message. What have I to change in order to get something like that?
With this code the post number and the date are perfectly aligned.
Thanks in advance!
(I hope you understand my English!)
EDIT:
I found a solution to the post number positioning issue. Open the file ext\kasimi\postnumbers\styles\prosilver\template\post_number.html. In version 1.1.0 you wrote:
and in version 1.1.1:
The class "author" is missing in version 1.1.1, that's why the post number is not in the right place.
In phpBB 3.2 the post number is not aligned with the date of the message. What have I to change in order to get something like that?
Code: Select all
<p class="author">
<span class="post-number post-number-phpbb32x">
<a href="./viewtopic.php?p=10#p10" title="Copy post link to clipboard">#2</a>
</span>
<a class="unread" href="./viewtopic.php?p=10#p10" title="Message"><i class="icon fa-clock-o"></i> 20 déc. 2016, 17:18</a>
</p>
Thanks in advance!
(I hope you understand my English!)
EDIT:
I found a solution to the post number positioning issue. Open the file ext\kasimi\postnumbers\styles\prosilver\template\post_number.html. In version 1.1.0 you wrote:
Code: Select all
<p class="author post-number post-number-phpbb32>
Code: Select all
<p class="post-number post-number-phpbb32>
-
- Registered User
- Posts: 30
- Joined: Wed Jul 12, 2017 3:32 pm
- Location: France
Re: phpBB 3.2.0 Support?
It's been fixed, just hadn't had a chance to release a new version and submit it for review.
https://github.com/kasimi/phpbb-ext-pos ... ebeaf35c3c
https://github.com/kasimi/phpbb-ext-pos ... ebeaf35c3c
-
- Former Team Member
- Posts: 4900
- Joined: Sat Sep 10, 2011 7:12 pm
- Location: Germany
Re: phpBB 3.2.0 Support?
Great, now it works in phpBB 3.2 and is fully compatible with Quickedit!
Thank you for your excellent work, kasimi!
Thank you for your excellent work, kasimi!
-
- Registered User
- Posts: 30
- Joined: Wed Jul 12, 2017 3:32 pm
- Location: France
Re: phpBB 3.2.0 Support?
This extension causes an error on phhpbb 3.2 powered board, it triggers a string of "undefined undefined undefined..." on the top right corner of the board when you click the topic title to view it. If I disable this extension, no such error occurs.kasimi wrote:It's been fixed, just hadn't had a chance to release a new version and submit it for review.
https://github.com/kasimi/phpbb-ext-pos ... ebeaf35c3c
-
- Registered User
- Posts: 175
- Joined: Sun Jan 22, 2017 8:55 pm
Re: phpBB 3.2.0 Support?
Are you using the latest version 1.1.2? If so, post your board URL or send me a PM, and an account if one is needed to see the error.
-
- Former Team Member
- Posts: 4900
- Joined: Sat Sep 10, 2011 7:12 pm
- Location: Germany
Re: phpBB 3.2.0 Support?
UP i don't see options at Extensions ? Use phpbb3.2.5
-
- Registered User
- Posts: 11
- Joined: Wed Mar 22, 2017 1:45 pm
Re: phpBB 3.2.0 Support?
You didn't install the extension correctly. Disable the extension and delete data. Upload a fresh copy of the files and enable it again.
-
- Former Team Member
- Posts: 4900
- Joined: Sat Sep 10, 2011 7:12 pm
- Location: Germany