Search found 16 matches

by Jupiter
1. April 2017 18:19
Forum: Board3 Portal 2.1.x - English Support
Topic: IS there a Portal Update Available?
Replies: 47
Views: 302289

Re: IS there a Portal Update Available?

Kirk wrote: 1. April 2017 09:59
Jupiter wrote: 1. April 2017 07:05 Has anyone noticed any cache problems?
Look here: https://github.com/board3/Board3-Portal/pull/667/files
Problem fixed!

Thank You!
by Jupiter
1. April 2017 07:05
Forum: Board3 Portal 2.1.x - English Support
Topic: IS there a Portal Update Available?
Replies: 47
Views: 302289

Re: IS there a Portal Update Available?

After doing all of the updates to get this to work on phpBB 3.2...

Has anyone noticed any cache problems? I am noticing on my portal page that it is not refreshing in a timely manner. For instance, the Recent Posts module is not showing the most recent posts. It is almost as if the entire page is ...
by Jupiter
15. February 2017 03:28
Forum: Board3 Portal 2.1.x - English Support
Topic: IS there a Portal Update Available?
Replies: 47
Views: 302289

Re: IS there a Portal Update Available?

hmmmm.... I think I may just wait for a real update for this software. I am having permissions problems as well. Registered users can't access the portal page. Yet, logged out users can. Strange.
by Jupiter
12. February 2017 22:29
Forum: Board3 Portal 2.1.x - English Support
Topic: IS there a Portal Update Available?
Replies: 47
Views: 302289

Re: IS there a Portal Update Available?

Curious question on the Announcements module with the 3.2 update. Why am I getting so many extra <br> added to my content text?

You can see my announcement module here: http://www.gopherpucklive.com/test/phpBB3/portal
The original post here: http://www.gopherpucklive.com/test/phpBB3/viewtopic.php?f ...
by Jupiter
26. November 2015 02:57
Forum: Board3 Portal 2.1.x - English Support
Topic: Poll result length?
Replies: 9
Views: 16086

Re: Poll result length?

Spoke too soon.... It fixed the bar length, but messed up the % amount. So back to the drawing board.
by Jupiter
25. November 2015 19:38
Forum: Board3 Portal 2.1.x - English Support
Topic: Poll result length?
Replies: 9
Views: 16086

Re: Poll result length?

I don't even know if that IS the error. In the forum is is coded at * 100 too.... But I needed to alter it to * 500 to get it to work on the portal poll. Strange.
by Jupiter
25. November 2015 19:13
Forum: Board3 Portal 2.1.x - English Support
Topic: Poll result length?
Replies: 9
Views: 16086

Re: Poll result length?

You put me on the right track. It was in the poll.php module file.

I found this: $option_pct_txt = sprintf("%.1d%%", round($option_pct * 100));
and change it to this: $option_pct_txt = sprintf("%.1d%%", round($option_pct * 500));

Now the poll results fill the space much better.
by Jupiter
25. November 2015 18:41
Forum: Board3 Portal 2.1.x - English Support
Topic: Poll result length?
Replies: 9
Views: 16086

Re: Poll result length?

No... That's not what I mean. I mean the actual length of the poll results. The bars are so short on portal compared to the forum.
by Jupiter
25. November 2015 18:06
Forum: Board3 Portal 2.1.x - English Support
Topic: Poll result length?
Replies: 9
Views: 16086

Poll result length?

Your Portal Version: 2.1.0b1
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.gopherpucklive.com/forum/portal

What have you done before the problem was there?
Nothing

What have you already tryed to solve the problem?
No ...
by Jupiter
21. July 2014 23:36
Forum: Board3 Portal 2.1.x - English Support
Topic: Where is the Portal?
Replies: 2
Views: 14342

Re: Where is the Portal?

I see.... Sorry, this whole 3.1 thing is so much different than it used to be.
by Jupiter
21. July 2014 23:29
Forum: Board3 Portal 2.1.x - English Support
Topic: Where is the Portal?
Replies: 2
Views: 14342

Where is the Portal?

Your Portal Version: 2.1.0b1
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.gopherpucklive.com/31testsite/phpBB31/index.php

PHP Version: 3.1.0-RC2

What have you done before the problem was there?
Nothing

What have you already ...
by Jupiter
14. August 2010 06:42
Forum: board3 Portal 1.0.x - English Support
Topic: Polls Math does not add up properly.
Replies: 2
Views: 7542

Re: Polls Math does not add up properly.

I found a rounding error a while back and it has still not been fixed.... Here is the thread where I fixed the problem.
Does this help your problem?

viewtopic.php?f=10&t=3057
by Jupiter
29. November 2009 22:03
Forum: board3 Portal 1.0.x - English Support
Topic: Portal Poll Block not rounding
Replies: 1
Views: 4626

Re: Portal Poll Block not rounding

I found the error/bug....

For version 1.0.4
In the portal/block/poll.php file.

Find on line 347:
$option_pct_txt = sprintf("%.1d%%", ($option_pct * 100));
Replace with:
$option_pct_txt = sprintf("%.1d%%", round($option_pct * 100));
This should now round the output percentage correctly on the ...
by Jupiter
29. November 2009 20:20
Forum: board3 Portal 1.0.x - English Support
Topic: Portal Poll Block not rounding
Replies: 1
Views: 4626

Portal Poll Block not rounding

Your Portal Version: 1.0.4
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://www.gopherpucklive.com/forum/portal.php

What have you done before the problem was there?
This must be a bug because it has always been wrong.

What have you already ...
by Jupiter
23. November 2009 21:30
Forum: board3 Portal 1.0.x - English Support
Topic: Birthday block listing all members
Replies: 6
Views: 9436

Re: Birthday block listing all members

That's doesn't explain a lot.... Why would it work just fine always and then change for no apparent reason? I am looking for the logic and an explaination here before I go and upgrade anything.

Go to advanced search