Jump to content

Cindy Bidar

Clients
  • Posts

    22
  • 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. @Jim M did that before, did not make any difference, applied the code with true again and still no difference and the weird part is even with false it still inherit the style.
  2. @Jim M Thanks for getting back to me, The block is embedded in a private site only members have access to it, I did create an account for you and also made a quick video for you to show you the issues and what I have done and I will also provide you with the links so you can check it yourself but I would really rather not put those information in public, is there a way I can message you directly?
  3. Thanks @Marc, I do have Inherit key styles checked but I still want to use my own css to style it further like I need to remove the dates from the feed.
  4. Thanks, I was able to install it, I created a Block using the Forums > Topic Feed plugin and then use external embed option to embed it into my site but no matter what I have tried, the css I have put has no effect, it is overwritten by the default css from invision , I read that I should be able to use my own inside my site, am I suppose to use css inside my cp admin appearance==> themes==> my custom theme instead of my own site??
  5. I just purchased pages application and went to my cp admin refresh the license, it does show pages is included but I have no idea where to download it and install it, any help would be appreciated
  6. 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
  7. 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!
  8. 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.
  9. 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?
  10. Nathan, you rock! That was above and beyond and works like a charm. Can I buy you a coffee (or a pint) or something?
  11. UPDATE: This was a problem with our hosting platform. It's resolved now. 🙂 Got it, thanks!
  12. 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.
  13. 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.
×
×
  • Create New...