-
Posts
12,727 -
Joined
-
Last visited
-
Days Won
13
Community Answers
-
Ryan Ashbrook's post in [HERE] searching downloads was marked as the answer
I took a look at the logs, and this was indeed a temporary issue while we are working on a few things. It should be fine now.
-
Ryan Ashbrook's post in Downloads Application Page loading extremely slow, time to first byte is more than 15 Seconds was marked as the answer
I believe this issue is related to the amount of categories you have. I have identified where the problem is, and have submitted a fix for a future version.
-
Ryan Ashbrook's post in Upgrade problem was marked as the answer
I've fixed this issue for the next release - for now, you can proceed with the manual download (the download button will provide only the changed files - not the full suite download).
-
Ryan Ashbrook's post in Upgrading my hosting plan was marked as the answer
I refreshed your license data - in your Admin CP, go to License Key and click "Refresh License Data" and that should update everything.
-
Ryan Ashbrook's post in How do I create a status page for my website? was marked as the answer
Something like this may work:
-
Ryan Ashbrook's post in member_photo_url was marked as the answer
Where are you seeing this being shown? I've done a search through the files, and I'm not seeing this string being used anywhere. The string itself was removed in 4.5.0 (specifically, the first beta).
-
Ryan Ashbrook's post in Daily post/message limit for groups? Is it posiible? was marked as the answer
Are you referring to just for the forums app? If so, then that is not currently possible.
If you mean across the entire community, then yes - when editing a group, under the Content tab, search for the Posting Limits setting.
For PM's, they have their own limit - see the Messaging section under the Social tab when editing a group.
-
Ryan Ashbrook's post in where to download IPS invoices was marked as the answer
Click this button:
Then on the next page most operating systems / browsers should allow you to export the page as a PDF. On Mac / Safari, you can just go to File > Export as PDF. Some others may have the option behind the Print dialog.
-
Ryan Ashbrook's post in Secret Voodoo acts to turn on Support Module? was marked as the answer
Commerce says it is currently offline (see the text under the application name). Click the Enabled badge, and toggle it's offline status to On.
-
Ryan Ashbrook's post in Redirection issue, IPB [4.6.9] / WordPress conflict was marked as the answer
Do you have the appropriate htaccess files in both directories? You should make sure you download the .htaccess file from your ACP > System > Search Engine Optimization > Rewrite URL's - you can download the file from the description.
Once you download that make sure place it in your forum directory, and not in the root of the site (that should still contain your .htaccess file from WordPress).
-
Ryan Ashbrook's post in Third Party Customizations was marked as the answer
It just means that you have a theme installed that has at least one customization made to it, which would be referring to the Bravo 6 theme that is listed there, from the Marketplace. If you remove that theme, that message will go away.
-
Ryan Ashbrook's post in Google Analytics was marked as the answer
This is a referral link - this means if someone visits that link, and then registers, the member with the ID of 1 will be credited as referring that person to the site.
This is an anchor - it's used by the browser to take you directly to the post you're trying to view (in most cases, the latest unread post) rather than taking you to the top of the page.
-
Ryan Ashbrook's post in Posting requires moderation..... was marked as the answer
Have you checked your word or link filters? I see from your settings there, that the group is not set up to bypass those, so that is likely causing it.
-
Ryan Ashbrook's post in Keep getting this HERE was marked as the answer
We are aware. The issue should be resolved shortly.
-
Ryan Ashbrook's post in How do customers follow updated products in Commerce? was marked as the answer
Yes, you can simply disable normal members ability to post paid files, and then simply link any you post to a corresponding Commerce product. What you are describing is precisely why it was designed this way. 🙂
Also, fun fact, we did actually use this but when IPS4 was developed and released, we needed a custom build system for it, rather than just offering the same download to everyone.
-
Ryan Ashbrook's post in Confused in clubs was marked as the answer
Alternatively, you can create a page that is only visible to people that are not a part of the club, and explain the purpose of the club and that they can read but cannot participate until they join. Then, you can re-order the menu to place the page first, which will then load that page automatically as soon as users click into the club.
-
Ryan Ashbrook's post in Where to find template for subscriptions was marked as the answer
The table, rows, and row templates are what you need.
-
Ryan Ashbrook's post in theme differences tool - this site was marked as the answer
This should be fixed now.
-
Ryan Ashbrook's post in [4.6.3 API] Bug in hello.php was marked as the answer
Yes, this is fixed in the latest release.
-
Ryan Ashbrook's post in Is there a way to open a post just by the id? was marked as the answer
We have some legacy redirects in place to assist with redirecting URL's from previous versions. You can use these to achieve what you need, for instance:
https://invisioncommunity.com/?app=forums&module=forums&controller=findpost&pid=2863639 Will take you to your post in this topic.
-
Ryan Ashbrook's post in Points / Achievements was marked as the answer
Points aren't shown on the front-end, however if you look up the account in your Admin CP, then you can see the exact total.
-
Ryan Ashbrook's post in Help with phrase and strings (%s) was marked as the answer
Yes, you should be able to specify the positioning of the parameters. Try this (of course adjust for your language):
<a href='%2$s'>%3$s</a> %1$s's in <a href='%4$s'>%5$s</a> was marked as the answer The parameters should be able to follow PHP's sprintf() function identifier rules.
-
Ryan Ashbrook's post in Get username on external page was marked as the answer
When you use the insert output plugin, then file is then included. As a result, it has access to the IPS4 Framework, so you could do:
<?php echo \IPS\Member::loggedIn()->name;
-
Ryan Ashbrook's post in Converting from vBulletin 3.8.11 does not convert BB Code was marked as the answer
Posts are rebuilt in the background after the conversion has completed.