MyBB Community Forums

Full Version: Shopping cart of questions - I've looked, need some experts to chime in
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Before you read any further, I have looked and searched this forum for answers to these and other questions. I've nailed about 20 of them and these are the remainder. Instead of posting a bunch of threads (unless you guys want me to do that, then please bear with me). I'm setting up a private software beta so most of my concerns are to do with access to information. The sticky at the top of how to admin the site is helpful. But these remain for me:

Need to change/modify:
----------------------------------

- In Home Options there is a selection to remove the option to see who's online, in Group Admin there is an option to bar the group from view who's online. The click through is blocked, however if I just manually type in mysite.com/forum/online.php into the URL, the who's online pops up, is this a bug? or is there a way around this?

I see there is a forum link that removes the whol "who's online" properly:
http://community.mybboard.net/showthread...#pid128502

Would this effect the ACP from being able to see who's online as well or just users?

Things to remove
---------------------------
- On the user login page, I need to remove everything except Login Block.
There are settings to bar guests from seeing the memberlist, calendar, even registration, but I still want that screen to be as anonymous as possible. I've figured out how to remove links and a few other things, but these still remain:

I have already disabled registration, but I guess I want/need the aesthetic of not even having the link be present.
- How to remove Register Link where it says Hello There, Guest! ?

- On the same line as Login Button to the far right there are two links:
(Need to Register? | Forgotten your password? - need to remove these too)

Is this code in the index.php?
I found a link that's similar but can't confirm if it's related or not:
http://community.mybboard.net/showthread...#pid133836

Once users are logged in:
-------------------------------------
- When viewing a forum post, there is a link for "Send This Thread To A Friend"
http://www.mysite.com/forum/sendthread.php?tid=1
Is there a way to disable this functionality? Not just remove the link?

- User Menu - Messenger - Export Messages needs to be disabled, do not want users exporting their threads to offsite content.

- How to remove Buddy List, or disable it?
I see this was just added, I don't have a use for it, where is the php or template file where it's located I need to at least just remove the link from the page.

- How to disable syndication? I can edit the footer and remove the link, but if I type this into the URL it still comes up:
http://www.mysite.com/forum/misc.php?action=syndication

- How to remove Avatar remote linking and Avatar upload fields so that Avatars are gallery only?
(I found that this is partially solved by disabling uploading of avatars in Group Permissions)


Do these exist?
-----------------------

Registration MOD forcing user to insert additional text before being able to proceed with registration?
(similar MOD for phpBB requires tables to be added to SQL database to hold question and answer data)

Password Strength MOD?
(uses color bar to indicate strength of password)

Many thanks in advance. PM me if needed.

Thanks.

cv
cvtrig Wrote:Do these exist?
-----------------------

Registration MOD forcing user to insert additional text before being able to proceed with registration?
(similar MOD for phpBB requires tables to be added to SQL database to hold question and answer data)

http://community.mybboard.net/showthread...#pid160754
LeX- Wrote:
cvtrig Wrote:Do these exist?
-----------------------

Registration MOD forcing user to insert additional text before being able to proceed with registration?
(similar MOD for phpBB requires tables to be added to SQL database to hold question and answer data)

http://community.mybboard.net/showthread...#pid160754

Thanks Lex! I'll install it and as I'm sure it will be golden.