Advertisement
-
Posts
466 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Bugs
Roadmap
Suggestions
WebFlake Changelog
FAQ
Store
Blogs
Applications
Ideas
Everything posted by STAR
-
Reputation ips 4.3 separate by two group !
STAR replied to flashxml's question in Invision Support Archives
You can set REPUTATION for each group in group settings in admin panel. -
Somehow I manage to fix it don't ask how as I don't know the to doing yo many things and I'm not sure what fixed it This post now can close
-
Rest API endpoint | Willing to pay $$$
STAR replied to Protege's question in Invision Support Archives
To see all of the endpoints available, log into your AdminCP and go to System -> REST API -> API Reference. It will automatically show you the endpoints for the applications you have available and for the version you are running. Each endpoint will have several sections: -
Hi guys wierd issue for some of my members editor is not loading text area as seen here I have tried all the following 1. Default Template 2. Reset editor it self to default settings 3. Configuration Section in Admin panel Support something is not working all come back normal. 4. Disabling plugins that uaed ny editor like advanced online indicator GHIPY Advance Message Editor Box 5. Change Editor Style to another as w3ll as default style Still same issue for some members it's Still not loading 1of this members is my head Moderator and he can't moderate anything if he can't reply or use editor Text Ares Any ideas what is the issue please ? Thanks
-
New Member Stat To Align In the middle?
STAR replied to STAR's question in Invision Support Archives
-
New Member Stat To Align In the middle?
STAR replied to STAR's question in Invision Support Archives
Bump -
Hi guys 2 questions 1. How do I align new member stat in the middle on mobile phone as seen here This is the code I pulled up for that block <h3 class='ipsType_reset ipsWidget_title'>{$stats['_title']}</h3> <div class='ipsWidget_inner'> {{if $orientation == 'vertical'}} <div class='ipsPad_half'> <ul class='ipsDataList'> <li class='ipsDataItem'> <div class='ipsDataItem_main ipsPos_middle'> <strong>{lang="total_topics"}</strong> </div> <div class='ipsDataItem_stats ipsDataItem_statsLarge'> <span class='ipsDataItem_stats_number'>{number="$stats['total_topics']"}</span> </div> </li> <li class='ipsDataItem'> <div class='ipsDataItem_main ipsPos_middle'> <strong>{lang="total_posts"}</strong> </div> <div class='ipsDataItem_stats ipsDataItem_statsLarge'> <span class='ipsDataItem_stats_number'>{number="$stats['total_posts']"}</span> </div> </li> <li class="ipsDataItem"> <div class="ipsDataItem_main ipsPos_middle"> <strong>{lang="stats_total_members"}</strong> </div> <div class="ipsDataItem_stats ipsDataItem_statsLarge"> <span class="ipsDataItem_stats_number">{number="$stats['member_count']"}</span> </div> </li> <li class="ipsDataItem"> <div class="ipsDataItem_main ipsPos_middle"> <strong>{lang="stats_most_online"}</strong> </div> <div class="ipsDataItem_stats ipsDataItem_statsLarge"> <span class="ipsDataItem_stats_number">{number="$stats['most_online']['count']"}</span><br> <span class="ipsType_light ipsType_small">{datetime="$stats['most_online']['time']" norelative="true"}</span> </div> </li> </ul> <hr class='ipsHr'> {{if $stats['last_registered']}} <div class='ipsClearfix ipsPad_bottom'> <div class='ipsPos_left ipsType_center cNewestMember'> {template="userPhoto" app="core" group="global" params="$stats['last_registered'], 'small'"} </div> <div class='ipsWidget_latestItem'> <strong class='ipsType_minorHeading'>{lang="stats_newest_member"}</strong><br> <span class='ipsType_normal'>{$stats['last_registered']->link()|raw}</span><br> <span class='ipsType_medium ipsType_light'>{lang="members_joined"} {datetime="$stats['last_registered']->joined" norelative="true"}</span> </div> </div> {{endif}} </div> {{else}} <div class='ipsGrid ipsGrid_collapsePhone ipsWidget_stats'> <div class='ipsGrid_span2 ipsType_center'> <span class='ipsType_large ipsWidget_statsCount'>{number="$stats['total_topics']"}</span><br> <span class='ipsType_light ipsType_medium'>{lang="total_topics"}</span> </div> <div class='ipsGrid_span2 ipsType_center'> <span class='ipsType_large ipsWidget_statsCount'>{number="$stats['total_posts']"}</span><br> <span class='ipsType_light ipsType_medium'>{lang="total_posts"}</span> </div> <div class='ipsGrid_span2 ipsType_center'> <span class='ipsType_large ipsWidget_statsCount'>{number="$stats['member_count']"}</span><br> <span class='ipsType_light ipsType_medium'>{lang="stats_total_members"}</span> </div> <div class='ipsGrid_span2 ipsType_center'> <span class='ipsType_large ipsWidget_statsCount' data-ipsTooltip title='{datetime="$stats['most_online']['time']" norelative="true"}'>{number="$stats['most_online']['count']"}</span><br> <span class='ipsType_light ipsType_medium'>{lang="stats_most_online"}</span> </div> <div class='ipsGrid_span3 ipsType_left ipsPhotoPanel ipsPhotoPanel_mini cNewestMember'> {template="userPhoto" app="core" group="global" params="$stats['last_registered'], 'mini'"} <div> <span class='ipsType_minorHeading'>{lang="stats_newest_member"}</span><br> <span class='ipsType_normal'>{$stats['last_registered']->link()|raw}</span><br> <span class='ipsType_small ipsType_light'>{lang="members_joined"} {datetime="$stats['last_registered']->joined" norelative="true"}</span> </div> </div> </div> {{endif}} </div> And 2. How To add font awesome icons in front of the other stats above ? Thanks
-
Thus is support section not general chat section I think you posted this in wrong place.
-
Housing old theme on new IPS I had same issue once you upload version of the theme compatable with new version it will go away
-
-
Hi This is a small tutorial on how to send emails to inbox to all new members that sign up to your site. After while looking around and trying all sorts of SMTP Servers I finally found the one that works for me and it should work for you also. 1. Visit and Sign up to https://www.sendinblue.com/ 2. Select Free Price which will let you send 300 Emails per day every day forever for Free! 3. Visit https://account.sendinblue.com/advanced/api And select SMTP As seen here 4. Now to go to your Email settings in admin panel and select SMTP As seen here and fill out info as seen on this image 5. Click Save if you did everything correct you will get test email in Inbox and if you make test account that will also land in inbox. So from now on as long as you have no more than 300 members per day who sign up this will work with out any problems and its free. Please reply if this worked for you and let me know if you found this helpfull. If you need more help please let me know and I will try and help. Good luck.
- 1 reply
-
- 2
-
-
Hi Thank you before I mark your answear as best answear can you please let me know exactly what file I need to edit to change Subscription title where packages are as Languages does not have any option to change it ? Or tell me where is it located and what do I need to click to edit the title that says Subscription on my packages page? Thank you
-
Pm sent ty
-
Do you know location sorry I can't find it :-(
-
Sorry I'm still half a sleep is this is CSS or regular template ? if it's CSS I have this not sure which one I would need to edit here and where to add it. /* Subscriptions */ .cSubscriptions { position: relative; height: 100%; } .ipsBox.cSubscriptions.cSubscriptions_active { background-color: {hextorgb="subscription_active_color" opacity="0.1"}; } .cSubscriptionGrid { margin-bottom: 15px; } .cSubscriptionsHeader { display: block; min-height: 150px; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; } .cSubscriptionRenew { position: absolute; background: {hextorgb="subscription_active_color" opacity="0.7"}; left: 0; right: 0; bottom: 0; padding: 8px 15px; text-align: center; } .ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsBox.ipsComment_popular { border-color: {hextorgb="subscription_active_color" opacity="0.4"}; box-shadow: 0px 2px 10px {hextorgb="subscription_active_color" opacity="0.2"}; } .ipsComment:not( .ipsModerated ):not( .ipsComment_selected ).ipsComment_popular .ipsComment_header { background: {hextorgb="subscription_active_color" opacity="0.1"}; border-top: 1px solid {theme="subscription_active_color"}; } html[dir="ltr"] .ipsComment:not( .ipsModerated ).ipsComment_popular .ipsComment_header { padding-right: 60px; } html[dir="rtl"] .ipsComment:not( .ipsModerated ).ipsComment_popular .ipsComment_header { padding-left: 60px; } .cSubscriptions .cSubscriptionActive { position: absolute; top: -3px; background: {theme="subscription_active_color"}; text-align: center; color: #fff; width: 34px; height: 40px; font-size: 26px; padding-top: 11px; z-index: 5000; border-radius: 2px 2px 0 0; } html[dir="ltr"] .cSubscriptions .cSubscriptionActive { right: 10px; } html[dir="rtl"] .cSubscriptions .cSubscriptionActive { left: 10px; } .cSubscriptions .cSubscriptionActive:after { content: ''; display: block; position: absolute; } .cSubscriptions .cSubscriptionActive:after { border-width: 13px 17px 17px 17px; border-style: solid; border-color: {theme="subscription_active_color"} transparent transparent transparent; top: 100%; } html[dir="ltr"] .cSubscriptions .cSubscriptionActive:after { left: 0; } html[dir="rtl"] .cSubscriptions .cSubscriptionActive:after { right: 0; } .cSubscriptionsTitle { font-size: 18px; font-weight: 600; } .cSubscription_highlighted { border: 1px solid #598f5b; box-shadow: 0px 3px 0px rgba(89, 143, 91, 0.1); } .cSubscription_desc { padding-bottom: 65px; } .cSubscriptionInfo { text-align: center; padding: 0 15px 15px; bottom: 0; position: absolute; left: 0; right: 0; } /* Widgets */ .cWidgetSubscription { position: relative; display: block; height: 100px; z-index: 1; text-align: center; overflow: hidden; color: #ffffff; text-overflow: ellipsis; } .cWidgetSubscription_bg { position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background-size: cover; background-repeat: no-repeat; background-position: center; opacity: .6; width: 100%; height: 100%; } .cWidgetSubscription .cWidgetSubscription_text { font-size: 14px; padding: 10px; background-color: rgba( 0, 0, 0, 0.8 ); color: #ffffff; vertical-align: middle; line-height: 90px; border-radius: 6px; opacity: 1; white-space: nowrap; } .cWidgetSubscription_linkbox { padding-top: 0px; }
-
Thanks I'm using Drednaught theme so I'm guessing I need to edit that right ? And find the container in index or global template?
-
Hi I started using Commerce Subscription and I have 2 questions 1. How do I change name subscriptions to say VIP UPGRADE 2. How do I align name of the package and price to be in the middle?
-
Ahh that explains Disable all plugins and applications even if they work and se5 template back to default After go to General Configuration in admin panel and go to support section select something us not working right and click go This will fix your issue After that you have to upload new plugins and applications compatable with version you installed Let me know how you get on.
-
So they sign in but they don't sign in to own account instead they sign in to another members account ? 1. when did this start happening ? Did you upgrade anything installed anything ? 2. what version of IPS you running ?
-
-
Go to domain registrar and redirect site to domain you want them to go. Send can be done in cpanel under redirections settings
-
Upgrading using Cpanel/File manager
STAR replied to Christhopher's question in Invision Support Archives
Global_config.php found in root directory -
Problem installing IPS Community Suite
STAR replied to CrypTony's question in Invision Support Archives
IF YOU have access to cpanel you can change it your self glad you got it sorted any way. -
Problem installing IPS Community Suite
STAR replied to CrypTony's question in Invision Support Archives
Did all checks showed normal ? Also what php version are you using ? -
Looks like some of the files are missing did you try reupload files ? Also did you try support tab in admin panel and select something us not working right ?