The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Making blogs visible to non members/not signed in
I want to allow people to view the blogs on my CMS system (vBulletin 4) who are either not registered or are not logged in.
Is there a way of doing this? |
#2
|
|||
|
|||
Bump
There must be someone out there clever enough to point me in the right direction... |
#3
|
||||
|
||||
I think by default the blogs are already viewable by Guests. If not, have you looked in the usual place - Usergroups>Usergroup Manager>Pick a group>Edit?
|
#4
|
|||
|
|||
Its not a control panel issue I am afraid.
I received this from someone at vB Quote:
Code:
/* Check they can view a blog, any blog */ if (!($vbulletin->userinfo['permissions']['vbblog_general_permissions'] & $vbulletin->bf_ugp_vbblog_general_permissions['blog_canviewothers'])) { if (!$vbulletin->userinfo['userid'] OR !($vbulletin->userinfo['permissions']['vbblog_general_permissions'] & $vbulletin->bf_ugp_vbblog_general_permissions['blog_canviewown'])) { print_no_permission(); } } I tried commenting it out but it made no difference, I could not log out and then go direct to the blog, nor could I hit the blog button on the front page - in both cases I was presented with a login page. So I assume that there is something else. I am not very familair with php and not at all familair with vBulletin hacking so some pointers would be useful. |
#5
|
||||
|
||||
Huh? I checked before I answered and guests can see all my blogs. Do you have a link?
|
#6
|
|||
|
|||
That is interesting
The text of the message (email) was It is hard-coded into the blog.php page to not allow unregistered users to see the blog page (see around line 328).+ If you want to change this, this would require modifying the code (i.e., 'hacks', plugins, or template modifications).+ We can't offer official support for code modifications or for forums running modified code This is quite important to me as although I want the forums to be closed and for my customers only I do want to be able to blog and not have to use third party blogging software - which is why I went for vbulletin to start with. I'll have another look and see if I can work out what is going on. I wonder whether it is because the forum is locked down that the blogs are also. If you find an answer I would of course be interested |
#7
|
||||
|
||||
I think they misunderstood the question. Or I am. Like I said, it's easy to make the blogs public. I'm not sure what you mean by "locked down", but yes, I could imagine that preventing the blogs from being seen.
|
#8
|
|||
|
|||
It is set in ACP - Usergroups - Usergroup Manager - Not Logged In Group- Can View Other's Blog => YES/NO
This should enable unlogged in users to see blog entries. (But what is ACP - Blog - Blog Category Permissions for? ) |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|