Post Numbers

phpBB 3.2.0 Support? - Post Numbers

phpBB 3.2.0 Support?

by Raheem » Sat Mar 11, 2017 5:45 pm

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?
Raheem
Registered User
Posts: 84
Joined: Thu Feb 09, 2017 7:02 pm
Location: Egypt

Re: phpBB 3.2.0 Support?

by kasimi » Sat Mar 11, 2017 6:03 pm

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.
User avatar
kasimi
Former Team Member
Posts: 4900
Joined: Sat Sep 10, 2011 7:12 pm
Location: Germany

Re: phpBB 3.2.0 Support?

by Raheem » Sat Mar 11, 2017 6:20 pm

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:

Notwork.png
Raheem
Registered User
Posts: 84
Joined: Thu Feb 09, 2017 7:02 pm
Location: Egypt

Re: phpBB 3.2.0 Support?

by Raheem » Sat Mar 11, 2017 6:35 pm

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 :).
Raheem
Registered User
Posts: 84
Joined: Thu Feb 09, 2017 7:02 pm
Location: Egypt

Re: phpBB 3.2.0 Support?

by Erwan11 » Fri Jul 14, 2017 10:39 pm

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?

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>
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:

Code: Select all

<p class="author post-number post-number-phpbb32>
and in version 1.1.1:

Code: Select all

<p class="post-number post-number-phpbb32>
The class "author" is missing in version 1.1.1, that's why the post number is not in the right place.
Erwan11
Registered User
Posts: 30
Joined: Wed Jul 12, 2017 3:32 pm
Location: France

Re: phpBB 3.2.0 Support?

by kasimi » Sat Jul 15, 2017 8:16 am

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
User avatar
kasimi
Former Team Member
Posts: 4900
Joined: Sat Sep 10, 2011 7:12 pm
Location: Germany

Re: phpBB 3.2.0 Support?

by Erwan11 » Sat Jul 15, 2017 8:59 am

Great, now it works in phpBB 3.2 and is fully compatible with Quickedit!

Thank you for your excellent work, kasimi! :-)
Erwan11
Registered User
Posts: 30
Joined: Wed Jul 12, 2017 3:32 pm
Location: France

Re: phpBB 3.2.0 Support?

by odf » Wed Jul 04, 2018 9:19 am

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
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.
odf
Registered User
Posts: 175
Joined: Sun Jan 22, 2017 8:55 pm

Re: phpBB 3.2.0 Support?

by kasimi » Wed Jul 04, 2018 12:09 pm

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.
User avatar
kasimi
Former Team Member
Posts: 4900
Joined: Sat Sep 10, 2011 7:12 pm
Location: Germany

Re: phpBB 3.2.0 Support?

by lalanablanalala » Sat Mar 02, 2019 3:31 pm

UP i don't see options at Extensions ? Use phpbb3.2.5
lalanablanalala
Registered User
Posts: 11
Joined: Wed Mar 22, 2017 1:45 pm

Re: phpBB 3.2.0 Support?

by kasimi » Wed Mar 27, 2019 10:13 pm

You didn't install the extension correctly. Disable the extension and delete data. Upload a fresh copy of the files and enable it again.
User avatar
kasimi
Former Team Member
Posts: 4900
Joined: Sat Sep 10, 2011 7:12 pm
Location: Germany