Hi Marc,
Thanks for reply! Please accept my apology. It was a false alarm. I found the reason of this issue. It was caused by an image with corrupted EXIF and the error was produced by NVEXIF mod. The funny thing is, that this kind of problem usually happens only if someone visits the post with ...
Search found 15 matches
- 10. May 2010 13:35
- Forum: board3 Portal 1.0.x - English Support
- Topic: Need Some Help Plz
- Replies: 9
- Views: 10962
- 10. May 2010 09:31
- Forum: board3 Portal 1.0.x - English Support
- Topic: Need Some Help Plz
- Replies: 9
- Views: 10962
Re: Need Some Help Plz
Hello,
Sorry for reopening this old discussion. I have very similar (the same) problem. I recently moved the forum to a new host. Everything went fine but Portal now says:
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 967: Division by zero
[phpBB Debug] PHP Notice: in ...
Sorry for reopening this old discussion. I have very similar (the same) problem. I recently moved the forum to a new host. Everything went fine but Portal now says:
[phpBB Debug] PHP Notice: in file /includes/functions_content.php on line 967: Division by zero
[phpBB Debug] PHP Notice: in ...
- 6. February 2009 12:28
- Forum: board3 Portal 1.0.x - English Support
- Topic: problem with attachments (images) in Announcements block
- Replies: 2
- Views: 3763
Re: problem with attachments (images) in Announcements block
OK folks, I finally solved the problem by replacing the non-working image resizer with Air-Box mod. Announcements now works as expected.
However, it would be great to have an option to display only a given number of attached photos in the Announcements block (for example, in the same or similar ...
However, it would be great to have an option to display only a given number of attached photos in the Announcements block (for example, in the same or similar ...
- 6. February 2009 11:32
- Forum: board3 Portal 1.0.x - English Support
- Topic: blocks with other colors
- Replies: 7
- Views: 7784
Re: blocks with other colors
Hi there,
All you need to do is to change all occurrences of these two colors with your expected colors...
#DDE9F0 (found in .portal-panel)
#6ACEFF (found multiple times in .portal-navigation)
Examining your attached screen shot, I guess you need to change both colors to #E7EDED or something ...
All you need to do is to change all occurrences of these two colors with your expected colors...
#DDE9F0 (found in .portal-panel)
#6ACEFF (found multiple times in .portal-navigation)
Examining your attached screen shot, I guess you need to change both colors to #E7EDED or something ...
- 27. January 2009 15:21
- Forum: Show-Off
- Topic: The Electric Saints .com
- Replies: 5
- Views: 9320
Re: The Electric Saints .com
Great! Thank you for explanation Kamil! I'm sure this will help me a lot in case I will have to do something similar ;)
BTW, there is probably a tiny bug in gallery section. Shouldn't be the photo uploading (in gallery) allowed only for registered members? Because I'm not registered and I see the ...
BTW, there is probably a tiny bug in gallery section. Shouldn't be the photo uploading (in gallery) allowed only for registered members? Because I'm not registered and I see the ...
- 26. January 2009 21:02
- Forum: Show-Off
- Topic: The Electric Saints .com
- Replies: 5
- Views: 9320
Re: The Electric Saints .com
Great work Kevin! I will probably do something similar for a local photoclub so this is a great inspiration! I first thought about usual phpbb+portal+gallery integration. But your example is even better. All parts are seamlessly integrated and the result looks superb! How did you hide the forum? Is ...
- 25. January 2009 11:03
- Forum: Modifications Support
- Topic: Small Calendar on Portal
- Replies: 11
- Views: 18803
Re: Small Calendar on Portal
Hi Kevin and thanks for the tip! Yes, I thought about that but that's not the cause of my problem. My board time zone setting is UTC+1 so I already updated the script in that respect and it does not help. However, while writing this post, I found the problem in my logic ;) The SQL call is of course ...
- 24. January 2009 17:04
- Forum: Modifications Support
- Topic: Small Calendar on Portal
- Replies: 11
- Views: 18803
Re: Small Calendar on Portal
You are welcome Kevin! I asked for help with this task also at phpbb forum and someone called "stevemaury" kindly helped me with required SQL calls. All I need now is to find what's the cause of redundant posts before/after the selected date. Then I may ask them to add this new "date" search as a ...
- 23. January 2009 10:34
- Forum: board3 Portal 1.0.x - English Support
- Topic: problem with attachments (images) in Announcements block
- Replies: 2
- Views: 3763
Re: problem with attachments (images) in Announcements block
Anyone guys? I'm sure I'm not alone with this "oversized attachments in Announcements" problem? If you don't use "Auto Image Resizer w Lytebox" mod, then how do you solve this issue?
- 23. January 2009 10:22
- Forum: Modifications Support
- Topic: Small Calendar on Portal
- Replies: 11
- Views: 18803
Re: Small Calendar on Portal
OK folks, It seems I did it! ;) It's not very universal solution because I need it just for Board3 Portal mini calendar block. But it (almost) works and that's important for now! There is a minor issue I'm not quite sure how to fix it or what's the problem. The search returns not only the posts from ...
- 22. January 2009 10:17
- Forum: Modifications Support
- Topic: Small Calendar on Portal
- Replies: 11
- Views: 18803
Re: Small Calendar on Portal
OK, I got a hint from a kind person at PHPBB forum. The SQL calls for post/topic search based of certain date should be as follows...
SELECT `post_id` FROM phpbb_posts WHERE `post_time` > x AND `post_time` < x + 86400;
SELECT `topic_id` FROM phpbb_topics WHERE `topic_time` > x AND `topic_time` < x ...
SELECT `post_id` FROM phpbb_posts WHERE `post_time` > x AND `post_time` < x + 86400;
SELECT `topic_id` FROM phpbb_topics WHERE `topic_time` > x AND `topic_time` < x ...
- 22. January 2009 09:55
- Forum: General phpBB3 Support
- Topic: How can I add tabs in the overall header?
- Replies: 23
- Views: 42710
Re: How can I add tabs in the overall header?
OK, it seems these non-prosilver styles don't have/don't like tabs, so I will have to live with just line of separated text links. In fact, it does not look that bad.
- 20. January 2009 16:53
- Forum: board3 Portal 1.0.x - English Support
- Topic: problem with attachments (images) in Announcements block
- Replies: 2
- Views: 3763
problem with attachments (images) in Announcements block
Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://ricohforum.com/phpbb/portal.php?style=7
What have you done before the problem was there?
The problem is here right from Portal integration.
What have you ...
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://ricohforum.com/phpbb/portal.php?style=7
What have you done before the problem was there?
The problem is here right from Portal integration.
What have you ...
- 19. January 2009 16:23
- Forum: Modifications Support
- Topic: Small Calendar on Portal
- Replies: 11
- Views: 18803
Re: Small Calendar on Portal
I have the same problem. I think this calendar behavior is "by design". However, I would rather like to see all posts from the selected day instead of all unanswered posts. In addition, the date selection seems does not have any effect on the returned list of unanswered posts?
I tried to find a ...
I tried to find a ...
- 19. January 2009 12:39
- Forum: General phpBB3 Support
- Topic: How can I add tabs in the overall header?
- Replies: 23
- Views: 42710
Re: How can I add tabs in the overall header?
Great tip, thanks for it! However, does anyone tried this mod with another style than just prosilver? I just tried it with Hermes and Getaway and as you may expect, it does not work. Instead of tabs I got a vertical list of links. I added all missing activetab classes to the theme css file. So now I ...