marisaporter
Forum Replies Created
-
Thank you. The odd thing is I can send the email but the other ones are sent as well. I guess that’s what is meant by it being incompatible. I will find a workaround and thanks for your reply – it’s appreciated!
Currently the users are getting 3 emails and I’m wondering if this is because of multisite.
—————————
Hi, You’ve been invited to join ‘Name of Site’ at “url” with the role of Applicant. If you do not want to join this site please ignore this email. This invitation will expire in a few days. Please click the following link to activate your user account: “url”
————————————–
You can log in with the following information: Username: Password: “url”Thanks! –The Team @ JBR Portal
——————————-
And the nicely formatted one I made with SB welcome:Welcome to your secure file uploader!
Username:
Password:
Secure File Uploader
If you have any additional questions, please email your recruiter.Marking as resolved.
Marking as resolved.
I figured it out. You have to activate from the individual sites. All problems fixed. Thought I had tried it already but I’m pretty tired. This might be on your FAQ page or somewhere but I couldn’t find it. Really helpful to know.
Woohoo. 🙂
One more thing: there are no files inside the admin panel, not under SP Client Docs or under the user names. Thanks.
Forum: Plugins
In reply to: [SP Project & Document Manager] Need to change role that gets emailThanks! I will test this out.
Forum: Plugins
In reply to: [Events Calendar] Cannot restyle widget calendar. :(I am using now the plugin called Events Manager because I was in a time crunch and could find how to style the widget.
So though I don’t need support I never found the answer.
I’m not quite following. The desired outcome is to remove the administrators from the list of users on any login that is not the administrator.
When I am logged in as an administrator, or anyone else who is an administrator is logged in, they can see the admins. If they are not admins, they cannot see any admins at all.
Hope that makes sense.
Here is the answer: I found the answer and wrote about it in my blog.
http://marisaporter.com/keep-clients-from-creating-administrators/
Forum: Plugins
In reply to: [SP Project & Document Manager] Download button brings to blank pageThank you! I reinstalled the plugin and then saw this issue and applied that option and it worked. Thanks!
Forum: Plugins
In reply to: [SP Project & Document Manager] no downloadHi – I had this problem. I uninstalled and deleted the plugin and started with a fresh one. It fixed the problem. Nothing else did. Hope this is helpful.
Forum: Plugins
In reply to: [Default Thumbnail Plus] thumbnails are so tiny and not what I have definedAnyone?
Forum: Plugins
In reply to: [Custom Menu] [Plugin: Custom Menu] customize cssI am so brilliant! I finally simply took my shortcode and surrounded it with the divs “myMenu” like this:
<div class=”myMenu”>
<?php echo do_shortcode( ‘[menu name=”Solutions”]’ ) ?>
</div>Then in my style.css I put .myMenu in front of the li style.
.myMenu li { float: left; position:relative; width: auto; margin: 5px 10px 20px 1px; padding:2px 3px 2px 8px; color:#ccc !important; }
.myMenu li a {color:#ccc !important;}
.myMenu li a:hover{color:#1C92CB !important; }You would think I would have thought of this sooner.
I don’t know if the !important code is important.