Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

How to make forum and its thread accessible to public by default?

Asked Modified Viewed 3,491 times
B
bkny18
B
bkny18 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

I had placed this thread yesterday , but i dont find it today. So Im writing it again.
I want to make all the forum and its thread accessible to public without registration but they should not be able to post in it.
For now i have to edit each and every forum to make it accessible to public .
Is there a way to make the forum accessible to public by default.?
0 replies

12 posts

B
bkny18
B
bkny18 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

Well i want to make all my forums and their threads accessible to public, so that they can see them without regsitering.
But they should not be able to post publically. Just see them.

For now i have to edit each and every forum to make it accessible to public , and i have 100's of forum threads.

How to make them accessible to public by default?
Please help!
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

You need to edit each forum board individually making access to public.
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Well, if he want them all to be visible for public - then I think he can run this code once from a Custom Page:
<?php
$result = dbquery("UPDATE ".DB_FORUMS." SET forum_access='0'");
?>


This will make all forum boards visible for public. Maube it's easiere to do it this way - and then set the access for those boards that should not be visible for public.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

:)
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Quote

bkny18 wrote:For now i have to edit each and every forum to make it accessible to public , and i have 100's of forum threads.
That was many! Pls. post a link to your forum so I can see your "big forum". :)
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Quote

smokeman wrote:

Quote

bkny18 wrote:For now i have to edit each and every forum to make it accessible to public , and i have 100's of forum threads.
That was many! Pls. post a link to your forum so I can see your "big forum". :)



100's of forum threads. Not 100's of forum boards right?
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

Ahh yes ofcourse! LOL that gives a better understanding.. ;)
0 replies
P
PolarFox
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
answered
Veteran Member

[Threads merged]

So, now you can find your thread and your answer?
0 replies
B
bkny18
B
bkny18 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

Well at present there are no forum threads added . But i have a lot of forums.(My site is under construction)

The link to my forum is as follows-

http://vyaadhi.x10.mx/forum/index.php

I have made the initial forums accessible to public so that u can seen them . while there is more add below.

@ Smokeman , regarding the code u said to put me in the custom page -
should i add the code to any custom page and preview it OR should i save it ?
Edited by bkny18 on 15-09-2011 14:16,
0 replies
L
Lippke
L
Lippke 10
- Lippke
  • Member, joined since
  • Contributed 168 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

Just preview it in a custom page;)

And that was many forum boards and 100's of sub-forums :o
Edited by Lippke on 15-09-2011 14:41,
0 replies
B
bkny18
B
bkny18 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

Hooray!:D;)
My problem is solved .
I added the code to my custom page and previewed it & voila all my forums are visible to public, that too without registering.
Thank you very much for helping me, @smokeman, @ Lippke

You saved hours of my valuable time. You can watch my forum page again to see how big it looks now.(http://vyaadhi.x10.mx/forum/index.php)

Thank you once again.

By the way now that you have solved my problem, I have become a little greedy.
Although i will post my request separately, but in short i will be asking for the below.

"A box over that appears when we hover a mouse over any forum-threads and it shows the first post of that thread."
0 replies
L
Lippke
L
Lippke 10
- Lippke
  • Member, joined since
  • Contributed 168 posts on the community forums.
  • Started 35 threads in the forums
answered
Member

Your welcome
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 12 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
S
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
P
P
  • Veteran Member, joined since
  • Contributed 1,633 posts on the community forums.
  • Started 29 threads in the forums
L
L
Lippke 10
- Lippke
  • Member, joined since
  • Contributed 168 posts on the community forums.
  • Started 35 threads in the forums
B
B
bkny18 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet