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.
How to open forum by clicking "Read all"
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: How to open forum by clicking "Read all"
Hi
So it seems what I want is impossible.
So please can u tell me how I can remove this link completely ?
Thanks
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"
just copy the forum permissions in ACPGreight wrote: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"
@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:
and replace it with:
Note that you only has to replace the part "{news_row.U_READ_FULL}" and not "{news_row.L_READ_FULL}" .
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}
Code: Select all
{news_row.U_VIEWFORUM}
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger
Re: How to open forum by clicking "Read all"
my mistake, i didnt understand well..... sorry...... just wanna help.@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.