![]() |
Disable Forum Subscriptions, Thread Subscriptions, and User Email - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: Disable Forum Subscriptions, Thread Subscriptions, and User Email (/thread-130673.html) Pages:
1
2
|
Disable Forum Subscriptions, Thread Subscriptions, and User Email - MYBB GHOST - 2012-12-09 Hi I want to take off completely the Forum Subscriptions, Thread Subscriptions, and User Email, and for the user email, I want it so no one can see each other emails or send emails to each other. The only people who can see users emails is users who have access to the ACP. How would I do that? RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - MYBB GHOST - 2012-12-13 Can anyone help me? RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - Stephon - 2012-12-13 You can remove the forum subscriptions and thread subscriptions links from the usercp, show thread, new reply and new thread if you want. To remove forum subscriptions and thread subscriptions links: Templates > Your theme > Expand User Control Panel Templates > usercp_nav_misc Find and remove:
Templates > Your theme > New Thread Templates > newthread Find and remove:
Templates > Your theme > Expand New Reply Templates > newreply Find and remove:
Templates > Your theme > Expand Show Thread Templates > showthread Find and remove:
Templates > Your theme > Expand Forum Display Templates > forumdisplay_threadlist Find and remove:
To remove the send email link, go to Templates > Your theme > Member Templates > member_profile Find and remove:
Templates > Your theme > Post Bit Templates > postbit_classic Find and remove:
RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - MYBB GHOST - 2012-12-15 (2012-12-13, 07:46 PM)Stephon Wrote: You can remove the forum subscriptions and thread subscriptions links from the usercp, show thread, new reply and new thread if you want. ok, tks, but people can still access it if they know the link, so how would i delete the link so if someone types it in the address bar or they have it as a bookmark, how would i delete it so it doesn't exist? RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - Stephon - 2012-12-15 Deleting/removing it would require core edits. RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - MYBB GHOST - 2012-12-15 (2012-12-15, 09:35 PM)Stephon Wrote: Deleting/removing it would require core edits. What are core edits? RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - MYBB GHOST - 2013-01-07 Anyone? RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - dragonexpert - 2013-01-07 It means you'd have to edit the files. RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - MYBB GHOST - 2013-01-08 (2013-01-07, 08:57 PM)dragonexpert Wrote: It means you'd have to edit the files. ok, tks, +rep RE: Disable Forum Subscriptions, Thread Subscriptions, and User Email - WebDevandPhoto - 2013-05-08 (2012-12-13, 07:46 PM)Stephon Wrote: Templates > Your theme > Expand Forum Display Templates > forumdisplay_threadlist simple correction to removal directions of this:
Only remove this:
otherwise you'll have a html error because of deleting the closing tags to span and strong. |