Jump to content

Cindy Bidar

Clients
  • Posts

    15
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Cindy Bidar's Achievements

  1. Thanks for your help, I wish there was a better way to move it to the top, it is just seems to be in the wrong spot in my opinion but I will try your suggestion and see if it works. Thanks again for your help
  2. Hi There, I am trying to move The New Topic Button to the top of the page as by default it is located right above .ipsBox which makes it hard to spot as I had few my members asked me how to start a new topic ( they did not even see it) Here is what I am trying to do It makes much more to have on the top so I was able to find the code inside forumdisplay template and found the code which is this: <div data-controller='forums.front.forum.forumPage'> <ul class="ipsToolList ipsToolList_horizontal ipsToolList_horizontal--flex ipsClearfix ipsSpacer_both"> {template="forumButtons" group="forums" params="$forum"} </ul> {$table|raw} </div> I also tried this without the div <ul class="ipsToolList ipsToolList_horizontal ipsToolList_horizontal--flex ipsClearfix ipsSpacer_both"> {template="forumButtons" group="forums" params="$forum"} </ul> and moved it to globalTemaple right above <div id='ipsLayout_mainArea'> so the code looked like this: <main id='ipsLayout_body' class='ipsLayout_container'> <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> {template="breadcrumb" app="core" group="global" params="'top'"} {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} <div data-controller='forums.front.forum.forumPage'> <ul class="ipsToolList ipsToolList_horizontal ipsToolList_horizontal--flex ipsClearfix ipsSpacer_both"> {template="forumButtons" group="forums" params="$forum"} </ul> {$table|raw} </div> <div id='ipsLayout_mainArea'> {advertisement="ad_global_header"} {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"} {{if !\in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}} {template="profileNextStep" group="global" app="core" params="$nextStep, true"} {{endif}} {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"} {$html|raw} {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} </div> {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} {template="breadcrumb" app="core" group="global" params="'bottom'"} </div> </div> {template="inlineMessage" if="member.msg_show_notification and $message = \IPS\core\Messenger\Conversation::latestUnreadMessage()" app="core" group="global" params="$message"} </main> But I got this error : [[Template forums/front/forums/forumButtons is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] I am stuck and have no idea how to make it work, any help is greatly appreciated!
  3. Thanks Jim - we already have the SSO worked out. The issue is if someone bookmarks the actual IPS login page, I need that to not work. So this isn't covered by SSO, it would need to be in IPS. Is the /login page a single file I can simply replace with an http redirect? That's not ideal, but it would work for my purposes.
  4. We're building a private forum as an add-on to a membership site. I want users to log in there, rather than through the InvisionCommunity default login page. So far, that's working as expected. The only potential hiccup is if a user bookmarks the /login page itself. Is there a way we can redirect that page to our preferred login page instead?
  5. Nathan, you rock! That was above and beyond and works like a charm. Can I buy you a coffee (or a pint) or something?
  6. UPDATE: This was a problem with our hosting platform. It's resolved now. 🙂 Got it, thanks!
  7. Hi - I've installed two plugins from the marketplace and I need to remove them, but neither one of them is showing on the plugins page: Am I looking in the wrong place? I also can't seem to find any settings for either of them, but if I go to the plugin in the marketplace, they both tell me that they're already installed.
  8. The popup is just to remind my members with our Q&A call. ( screenshot attached). The poup has text, image and a countdown timer. As you can see from the screenshot attached, I can't have the popup show up in the login page as it contain a link to where members can join the Q&A that is why I want to hide from the login page. How do I put a document.write inside the code you provided? Thanks again for your help, much appreciated.
  9. Thanks Nathan! I did try your code but it did not work as I get a syntax error when inspecting through Chrome console This the error I see: Uncaught SyntaxError: Unexpected token '<' (at (index):1840:4) I don't think a I can put a script within a script, I think that is what causing the error. The popup script is the following: <div class="popup" id="51f18_16504"></div><script src="https://www.powr.io/powr.js?platform=html"></script> This is how I put it inside the code you provided: <script> $(document).ready(function(){ var page = $('body').attr("data-pageController"); if (page != 'login'){ <div class="popup" id="51f18_16504"></div><script src="https://www.powr.io/powr.js?platform=html"></script> } }); </script> Any idea how I can insert the popup scriot correctly without causing that error? Thank you very much!
  10. Hi There, I added a script which is a popup inside Advanced Configuration==>Page Output==> Body code and it shows everywhere including the login page. I need to hide the popup from that page as the content of the popup is intended for members only. Can you tell me how to exclude the script from loading or hide the popup from the login page. Thank you for your support!
  11. Apologies for the duplicate post - I think I put it in the wrong forum previously. Hi - I have two questions about email notifications the forum sends to members: 1. The "from" name is the name of the community when reading email from a desktop (Gmail), but it's my first name when reading on a phone. I'd like it to be my name consistently, but I can't see where to change it. 2. We've heavily modified the email templates. Can you confirm that these will remain as we've set them up if/when the software gets an update? They don't seem to be part of the theme, so I'm concerned.
  12. Hi - I have two questions about email notifications the forum sends to members: 1. The "from" name is the name of the community when reading email from a desktop (Gmail), but it's my first name when reading on a phone. I'd like it to be my name consistently, but I can't see where to change it. 2. We've heavily modified the email templates. Can you confirm that these will remain as we've set them up if/when the software gets an update? They don't seem to be part of the theme, so I'm concerned.
×
×
  • Create New...