Search found 34 matches

by kooljp
5. August 2015 15:17
Forum: Board3 Portal 2.1.x - English Support
Topic: News and Recent topics post delay
Replies: 3
Views: 12553

Re: News and Recent topics post delay

This is due to caching of the portal. The next version will have a shorter cache time of only 30 seconds which will prevent any such long delay while also reducing the load on larger sites. OK thanks, so what is the caching time in the current Portal version? Is there any way to reduce it? Cheers JP
by kooljp
1. August 2015 02:28
Forum: Board3 Portal 2.1.x - English Support
Topic: News and Recent topics post delay
Replies: 3
Views: 12553

News and Recent topics post delay

Your Portal Version: 2.1.0-rc2 Your phpBB Type: Standard phpBB3 MODs installed: No Your knowledge: Advanced Knowledge Boardlink: http://www.fishing-victoria.com/ PHP Version: 5.5.22 What have you done before the problem was there? What have you already tryed to solve the problem? Description and Me...
by kooljp
23. July 2015 13:01
Forum: Board3 Portal 2.0.x - English Support
Topic: Portal not displaying correctly on iPad
Replies: 5
Views: 18532

Re: Portal not displaying correctly on iPad

I'd recommend you just download the latest build from here: https://download.m-a-styles.de/2.1.x/latest/board3_portal_73.zip I disabled the Board3 Portal in the Extensions Manager and it says "No route found for "GET /"" What are the instructions to remove the installed version?...
by kooljp
22. July 2015 17:01
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News -Post count and Last poster in responsive Mobile
Replies: 13
Views: 29364

Re: Latest News -Post count and Last poster in responsive Mo

After a bit of experimenting I changed the code to: Insert at the end: .row .pagination .ellipsis + li { display: inline-block !important; } It seems to work for now... So how would you change the display pagination like this: 1...9,10,11,12(last page number) instead of 1,2,3,4,5...12? Thanks again JP
by kooljp
22. July 2015 15:59
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News -Post count and Last poster in responsive Mobile
Replies: 13
Views: 29364

Re: Latest News -Post count and Last poster in responsive Mo

Open: root/ext/board3/portal/styles/prosilver/theme/portal_responsive.css Insert at the end: @media only screen and (max-width: 350px), only screen and (max-device-width: 350px) { .row .pagination .ellipsis + li { display: block; } } Thanks Kirk, but this didn't seem to work. You can see the portal...
by kooljp
22. July 2015 15:01
Forum: Board3 Portal 2.0.x - English Support
Topic: Portal not displaying correctly on iPad
Replies: 5
Views: 18532

Re: Portal not displaying correctly on iPad

Thanks Marc,

I have been following the thread but it's hard to translate the German.

Which files to I need to edit as I am not familiar with the GitHub format:

https://github.com/board3/Board3-Portal/pull/642

Thank you
JP
by kooljp
22. July 2015 09:39
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News -Post count and Last poster in responsive Mobile
Replies: 13
Views: 29364

Re: Latest News -Post count and Last poster in responsive Mo

One last thing.

Is it possible to get the pagination in responsive view to show the last page?

Currently it shows 1,2,3,4,5 even if there are more pages.

Is it possible to display pagination like this 1,2,3,4,5...12 (with an ellipsis before the last page)?

Many thanks
JP
by kooljp
21. July 2015 11:24
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News -Post count and Last poster in responsive Mobile
Replies: 13
Views: 29364

Re: Latest News -Post count and Last poster in responsive Mo

On a side note, it works perfectly with this "Recent Topics" Extension on the index page:

https://www.phpbb.com/customise/db/exte ... _topics_2/

Is there a way to replicate the "Recent Topics" behavior?
by kooljp
21. July 2015 01:49
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News -Post count and Last poster in responsive Mobile
Replies: 13
Views: 29364

Re: Latest News -Post count and Last poster in responsive Mo

Kirk wrote:That would be a lot of effort.
One would have the HTML and CSS files rewrite.
How about just adding the "last post" information to be viewed in responsive mode?

Cheers
JP
by kooljp
20. July 2015 14:38
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News -Post count and Last poster in responsive Mobile
Replies: 13
Views: 29364

Re: Latest News -Post count and Last poster in responsive Mo

Set in the settings for this module with Display the number of replies and views on no. Hi Kirk, I want it to display the number of replies and views on both wider screens and smaller "responsive" screens. And add "LAST POST" for smaller screens. I think it's in the CSS file but...
by kooljp
18. July 2015 12:10
Forum: Board3 Portal 2.0.x - English Support
Topic: Portal not displaying correctly on iPad
Replies: 5
Views: 18532

Portal not displaying correctly on iPad

Your Portal Version: 2.1.0-rc2 Your phpBB Type: Standard phpBB3 MODs installed: No Your knowledge: Advanced Knowledge Boardlink: http://www.fishing-victoria.com/ PHP Version: 5.5 What have you done before the problem was there? What have you already tryed to solve the problem? Description and Messa...
by kooljp
15. July 2015 15:23
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News -Post count and Last poster in responsive Mobile
Replies: 13
Views: 29364

Re: Latest News -Post count and Last poster in responsive Mo

Set in the settings for this module with Display the number of replies and views on no. Thanks Kirk, doing this removed the number of replies and views when viewed from a wider screen. Is there a way to set it to "no" just for smaller screens which require the responsive layout? Cheers JP
by kooljp
14. July 2015 09:48
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News -Post count and Last poster in responsive Mobile
Replies: 13
Views: 29364

Latest News -Post count and Last poster in responsive Mobile

Your Portal Version: 1.0.0RC3 Your phpBB Type: Standard phpBB3 MODs installed: No Your knowledge: Basic Knowledge Boardlink: http://www.fishing-victoria.com/ PHP Version: 5.5 What have you done before the problem was there? What have you already tryed to solve the problem? Description and Message H...
by kooljp
9. July 2015 17:51
Forum: Board3 Portal 2.0.x - English Support
Topic: Latest News showing +1 reply when there are no replies
Replies: 3
Views: 13738

Re: Latest News showing +1 reply when there are no replies

Kirk wrote:Try it with this change: https://github.com/board3/Board3-Portal/pull/501/files
Thanks Kirk!

I presume its just the -1,-1 to change in portal/fetch_posts.php?

Go to advanced search