Your Portal Version: 2.0.0b1
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Advanced Knowledge
PHP Version: 5.6
What have you done before the problem was there?
Nothing
What have you already tryed to solve the problem?
Nothing
Description and Message
Hi ...
Search found 16 matches
- 8. July 2015 16:19
- Forum: Board3 Portal 2.0.x - English Support
- Topic: Is Portal 2.0.0b1 compatible with PHP 5.6?
- Replies: 1
- Views: 13437
- 28. April 2015 13:22
- Forum: Board3 Portal 2.0.x - English Support
- Topic: "Topics Only Visible to OP" Integration with Portal?
- Replies: 6
- Views: 28576
Re: "Topics Only Visible to OP" Integration with Portal?
Can anyone see this, please?
- 22. July 2014 05:55
- Forum: Board3 Portal 2.0.x - English Support
- Topic: "Topics Only Visible to OP" Integration with Portal?
- Replies: 6
- Views: 28576
- 7. January 2014 17:22
- Forum: Board3 Portal 2.0.x - English Support
- Topic: "Topics Only Visible to OP" Integration with Portal?
- Replies: 6
- Views: 28576
Re: "Topics Only Visible to OP" Integration with Portal?
Still anyone of Board3 Dev can help me out on the intregration with this other MOD? I and, I presume, many others, will kindly appreciate.
Best Regards
Best Regards
- 17. November 2013 21:10
- Forum: Board3 Portal 2.0.x - English Support
- Topic: "Topics Only Visible to OP" Integration with Portal?
- Replies: 6
- Views: 28576
Re: "Topics Only Visible to OP" Integration with Portal?
I've almost solve it.
In ./portal/includes/functions.php
Find:
'forum_name' => $row['forum_name'],
'attachments' => (!empty($attachments)) ? $attachments : array(),
));
Add after:
// BEGIN Topics Only Visible to OP MOD
// If original poster only view is enabled, check if user has ...
In ./portal/includes/functions.php
Find:
'forum_name' => $row['forum_name'],
'attachments' => (!empty($attachments)) ? $attachments : array(),
));
Add after:
// BEGIN Topics Only Visible to OP MOD
// If original poster only view is enabled, check if user has ...
- 4. February 2013 20:44
- Forum: Board3 Portal 2.0.x - English Support
- Topic: Changing the Announcement Sort Order
- Replies: 0
- Views: 6272
Changing the Announcement Sort Order
Your Portal Version: 2.0.1
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
What have you done before the problem was there?
The problem exist in the official release.
What have you already tryed to solve the problem?
Nothing.
Description and ...
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
What have you done before the problem was there?
The problem exist in the official release.
What have you already tryed to solve the problem?
Nothing.
Description and ...
- 13. November 2012 15:43
- Forum: Board3 Portal 2.0.x - English Support
- Topic: "Topics Only Visible to OP" Integration with Portal?
- Replies: 6
- Views: 28576
Re: "Topics Only Visible to OP" Integration with Portal?
Bump this up. Anyone knows how to make but mods compatible?
Thanks!
Thanks!
- 17. February 2012 16:18
- Forum: Board3 Portal 2.0.x - English Support
- Topic: A good fix for Team BLOCK!
- Replies: 1
- Views: 7086
Re: A good fix for Team BLOCK!
My fix above is already OLD... so I've make a new one. ^^
I've installed the last version of Board3 Portal 2.0.0b1
And we still need to add this line on portal/modules/portal_leaders.php:
AND ug.group_id = u.group_id
Or else the same user would appear on other groups he belongs, and not only ...
I've installed the last version of Board3 Portal 2.0.0b1
And we still need to add this line on portal/modules/portal_leaders.php:
AND ug.group_id = u.group_id
Or else the same user would appear on other groups he belongs, and not only ...
- 13. February 2012 05:06
- Forum: Board3 Portal 2.0.x - English Support
- Topic: Count newpost, unread incompatible with Full Drafts MOD
- Replies: 1
- Views: 5886
Re: Count newpost, unread incompatible with Full Drafts MOD
Diff of my attempt: http://diffchecker.com/t10l298
I have change this code:
if ($user->data['is_registered'])
{
//
// + new posts since last visit & you post number
//
$ex_fid_ary = array_unique(array_merge(array_keys($auth->acl_getf('!f_read', true)), array_keys($auth->acl_getf('!f_search ...
I have change this code:
if ($user->data['is_registered'])
{
//
// + new posts since last visit & you post number
//
$ex_fid_ary = array_unique(array_merge(array_keys($auth->acl_getf('!f_read', true)), array_keys($auth->acl_getf('!f_search ...
- 13. February 2012 02:33
- Forum: Board3 Portal 2.0.x - English Support
- Topic: Count newpost, unread incompatible with Full Drafts MOD
- Replies: 1
- Views: 5886
Count newpost, unread incompatible with Full Drafts MOD
How can I fix the counting of unread and newposts on User Menu in Portal, to not counting the drafts?
Cause with the Save Full Drafts MOD installed, I need to count with some restriction.
Can anyone check that and fix that?! Please.
Thanks!
Cause with the Save Full Drafts MOD installed, I need to count with some restriction.
Can anyone check that and fix that?! Please.
Thanks!
- 7. February 2012 21:03
- Forum: Board3 Portal 2.0.x - English Support
- Topic: "Topics Only Visible to OP" Integration with Portal?
- Replies: 6
- Views: 28576
Re: "Topics Only Visible to OP" Integration with Portal?
How can I get an array of $row['forum_op_only_view'] ? 'Cause I can't get one... :/~
All I done so far:
if ($permissions == true)
{
$forums_all = array_unique(array_keys($auth->acl_getf('f_read', true)));
//$forums_to_be_disallowed = array(127,128,129,130,131,132,174); // This works ...
All I done so far:
if ($permissions == true)
{
$forums_all = array_unique(array_keys($auth->acl_getf('f_read', true)));
//$forums_to_be_disallowed = array(127,128,129,130,131,132,174); // This works ...
- 7. February 2012 15:40
- Forum: Board3 Portal 2.0.x - English Support
- Topic: "Topics Only Visible to OP" Integration with Portal?
- Replies: 6
- Views: 28576
"Topics Only Visible to OP" Integration with Portal?
Hello
I really hope someone can help (it's a small problem but takes a while to explain).
I have "Topics Only Visible to OP" MOD installed. It's a MOD which allows a forum to be set to private, meaning only the topic author and selected groups can view the threads within certain forums.
MOD is ...
I really hope someone can help (it's a small problem but takes a while to explain).
I have "Topics Only Visible to OP" MOD installed. It's a MOD which allows a forum to be set to private, meaning only the topic author and selected groups can view the threads within certain forums.
MOD is ...
- 31. October 2011 12:44
- Forum: Board3 Portal 2.0.x - English Support
- Topic: How to add an counter on Favorites and Subscrites
- Replies: 0
- Views: 4340
How to add an counter on Favorites and Subscrites
As the topic title says, How can I add it on User Menu, the counter? Like the counter of user posts.
Is it even possible?
Cheers!
Is it even possible?
Cheers!
- 11. October 2011 09:14
- Forum: Board3 Portal 2.0.x - English Support
- Topic: A good fix for Team BLOCK!
- Replies: 1
- Views: 7086
A good fix for Team BLOCK!
I remember that version 1.0.3 worked in these Block. So I've recheck the SQL of 1.0.3 and put on 2.0.0b1.
I have changed:
u.user_id AS user_id, u.username AS username, u.user_colour AS user_colour, ug.group_id AS group_id
FROM
' . USERS_TABLE . ' AS u,
' . USER_GROUP_TABLE . ' AS ug
WHERE
ug ...
I have changed:
u.user_id AS user_id, u.username AS username, u.user_colour AS user_colour, ug.group_id AS group_id
FROM
' . USERS_TABLE . ' AS u,
' . USER_GROUP_TABLE . ' AS ug
WHERE
ug ...
- 27. September 2011 20:13
- Forum: Board3 Portal 2.0.x - English Support
- Topic: Installation Error.
- Replies: 0
- Views: 4550
Installation Error.
I haved 1.0.3, update to 1.0.6 and then to 2.0.0b1
In the 1.0.6 - > 2.0.0b1 I've got an error:
Board3 Portal
PHP Version: 5.2.17
DBMS: MySQL(i) 5.0.90-log
phpBB3 Version: 3.0.9
Desconhecido
SQL ERROR Table 'goldtugagolden.golden_portal_modules' doesn't exist
What I need to do?
Cheers
EDIT ...
In the 1.0.6 - > 2.0.0b1 I've got an error:
Board3 Portal
PHP Version: 5.2.17
DBMS: MySQL(i) 5.0.90-log
phpBB3 Version: 3.0.9
Desconhecido
SQL ERROR Table 'goldtugagolden.golden_portal_modules' doesn't exist
What I need to do?
Cheers
EDIT ...