Page 1 of 1

How to open forum by clicking "Read all"

Posted: 24. February 2009 23:30
by Greight
Your Portal Version: 1.0.0RC3
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://enz.ir

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
Well as we know when a user clicks on the read all link in the news block , the linked page will show up in the portal itself , and this ignores permissions too.
What I need is to make the link open the related forum.
Thx to all helpful moderators.

Re: How to open forum by clicking "Read all"

Posted: 27. February 2009 01:39
by Greight
Hi
So it seems what I want is impossible.
So please can u tell me how I can remove this link completely ? ;)
Thanks

Re: How to open forum by clicking "Read all"

Posted: 2. March 2009 09:56
by japagun
Greight wrote:Hi
So it seems what I want is impossible.
So please can u tell me how I can remove this link completely ? ;)
Thanks
just copy the forum permissions in ACP

Re: How to open forum by clicking "Read all"

Posted: 2. March 2009 12:37
by Mike
@japagun:
Please dont answer questions unless you are absolutely sure what you are talking about.
The quoted request doesnt has to do anything with permissions. :!:

@Greight:

Theres an easy way to change the destination of your "read full" link.
Please make a copy of your news.html (if anything goes wrong) and after that search in your news.html for:

Code: Select all

{news_row.U_READ_FULL}
and replace it with:

Code: Select all

{news_row.U_VIEWFORUM}
Note that you only has to replace the part "{news_row.U_READ_FULL}" and not "{news_row.L_READ_FULL}" .

Re: How to open forum by clicking "Read all"

Posted: 4. March 2009 07:07
by japagun
@japagun:
Please dont answer questions unless you are absolutely sure what you are talking about.
The quoted request doesnt has to do anything with permissions.
my mistake, i didnt understand well..... sorry...... just wanna help.