Latest News:
Latest Mods: Latest Tutorials:


 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MyBlogs Plugin
Author Message
[email protected]
Premium User


Posts: 10
Joined: Feb 2010
Reputation: 0
Post: #1
MyBlogs Plugin
Hello,

Where can I ask a question about the MyBlogs plugin? I want to know if I can create a MyBB group named MyBlog and any user in this group is allowed to create a blog ... and all other users are not.

Regards,
Terry
02-26-2010, 02:15 PM
halohub
Member


Posts: 183
Joined: Dec 2009
Reputation: 1
Post: #2
RE: MyBlogs Plugin
This can be done in the blacklisted setting if you want to stop user groups from crwleating a blog enter the uid of the user group. The uid can be found when you click on the user group at the end of the URL for example admin is 4.
02-26-2010, 05:01 PM
[email protected]
Premium User


Posts: 10
Joined: Feb 2010
Reputation: 0
Post: #3
RE: MyBlogs Plugin
Thanks halohub.

I saw that setting but that would be a blacklist versus a whitelist. The reason I would prefer a whitelist is because I am sure from time to time I will want to see who "is" allowed to create a blog. With a whitelist I can simply look at the members of the whitelisted group. Looking at the blacklisted group won't tell me what I want to know.

I am brand new to MyBB and MyBlogs so there's always the chance that I can do what I want but I just don't know how ... yet.

Regards,
Terry
02-26-2010, 11:58 PM
halohub
Member


Posts: 183
Joined: Dec 2009
Reputation: 1
Post: #4
RE: MyBlogs Plugin
you would have to know php knowledge or get nickman to
02-27-2010, 12:13 AM
brainst0rm
Junior Member


Posts: 11
Joined: Jan 2010
Reputation: 0
Post: #5
RE: MyBlogs Plugin
contact nickman, directly use these forums. And if you are good with php then try to edit it yourself.
02-27-2010, 05:34 AM
Conor Calby
Posting Freak



Posts: 1,018
Joined: Jan 2010
Reputation: 14
Post: #6
RE: MyBlogs Plugin
if you wish to request a plugin or addon for that plugin (sounded weird ) request it in the plugins request forum

MyBBSource Support Team Member - MyBBSource Tutorials Team Leader
Official MyBB Support Tech
If I helped, why not rep me
02-27-2010, 06:05 AM
srch07
Junior Member


Posts: 10
Joined: Nov 2009
Reputation: 0
Post: #7
RE: MyBlogs Plugin
Man just reverse the condition using ! before the condition...
like
if it is
if($alpha=$beta){}
make it
if(!$alpha=$beta){}

Am sure it wont' be hard, to find right condition in 5-10
03-05-2010, 08:01 AM
[email protected]
Premium User


Posts: 10
Joined: Feb 2010
Reputation: 0
Post: #8
RE: MyBlogs Plugin
(03-05-2010 08:01 AM)srch07 Wrote:  Man just reverse the condition using ! before the condition...
like
if it is
if($alpha=$beta){}
make it
if(!$alpha=$beta){}

Am sure it wont' be hard, to find right condition in 5-10

A hack I am ... Programmer I am not. I wouldn't even know where to begin to look for this one

Regards,
Terry
03-07-2010, 11:51 AM
 




User(s) browsing this thread: 2 Guest(s)