All Activity
- Today
-
-
- Yesterday
-
Is there a way to let guests reply without needing moderator approval?
-
Hide publish date and author from DB records
Every custom database in the Pages application has templates assigned that you can edit. You can find the assigned templates in the database settings. On which page would you like to hide the date/author? Everywhere or just in some locations (index view, category view, record view, etc).
-
API: /forums/posts/{id}/react
Maybe the user is in a group that cannot react to content? Does it work if you login as that user on the site and try to react to something?
-
Hide publish date and author from DB records
Dear all, I need help to disable the publish date and author from some databases records, since my content is not updated (astronomy objects) I don't want to show when I've published the records. Thanks in advance! Ricardo
-
IC5: Introduction to Listeners
Not enough space there.
-
Square Wheels started following Add post count back
-
Add post count back
I know it's long removed, and it's been advocated for by many, and IPS always says it's not an accurate count... That philosophy is not extended to page count. One of the main arguments against adding in post counts (many other forum software's have it) is that if I am not a moderator and a post was hidden, it may seem illogical for me to see 1, 2, 3, 5... There may be many hidden posts in this thread, and yet on the forum list, I can see there should be 88 pages. Please consider adding it back, at least as an option.
-
Friendly number format
I thought I posted this in the feedback section, please move it there as I'd like to be able to see real numbers, not tiny little shortened numbers. Short numbers might work for a site that has 10 members and 50 posts, but when you have millions of posts, it's not helpful at all. It would be nice if it were an option throughout the app to have real numbers.
-
Multiple System Log errors
I am not unsure, it is set to 755. Can you please point me to the article (I believe you have one), that indicates what permissions \each folder should have since you are unable to tell me here? Thank you
-
API: /forums/posts/{id}/react
Can someone please show me the correct way to send to the API to react to a post. Here's what I'm using so far. $communityUrl = 'https://mycommunityurl.com/api/index.php?'; $post_id = 1000; $endpoint = "/forums/posts/$post_id/react"; $apiKey = 'myapi_key'; // the API key $url = $communityUrl . $endpoint; $curl = curl_init( $url ); $parameters_ary = array( 'key' => $apiKey // the API key for JoinTheTeam ,'id' => '1' // the reaction ID ,'member_id' => '123' // the member_ID giving the reaction ); //set the url, number of POST vars, POST data curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_POST, count($parameters_ary)); curl_setopt($curl, CURLOPT_POSTFIELDS, http_build_query($parameters_ary)); $res = curl_exec($curl); //execute post curl_close($curl); //close connection But I keep getting the following error: Array ( [errorCode] => 1S425/4 [errorMessage] => REACT_ERROR_cannot_react ) What am I doing wrong?
-
-
IC5: Introduction to Listeners
Man, if you could extend your app to work in topics and posts, I'd hold off on upgrading, and wait to purchase your app lol. Here's an example of how I currently am implementing mp3 tracks and pdf embeds: Example Topic The pdf display is just a simple click, that takes the user to the embedded pdf file. The mp3 player I have is soundplayer, but could be whatever player that allows multi tracks. Let me know if you'd be up for extending your app. The less maintenance I have to do with invision, the better since I am working on another large software product.
-
-
IC5: Introduction to Listeners
I do it in the profile: https://www.sosinvision.com.br/index.php?/file/366-profile-songs/ Take a look at this one to add your stuff to templates:
-
IC5: Introduction to Listeners
Hi @Matt, I'm a little late to the game, but it appears that making template edits is no longer possible. I needed some type of way to read mp3 files, and auto embed a custom mp3 player into a post (I use soundmanager). But I also needed a way to take pdfs and have them clickable via a Google pdf reader. If this is no longer possible with v5, then I will accept it (less work on my end to maintain something ha!), but I just want to make sure before I do the upgrade.
-
pukka joined the community
-
chopin started following IC5: Introduction to Listeners
-
evolvetech joined the community
-
IC5: Developer Center
Thanks! Read through it, and posted a question there.
-
IC5: Introduction to Listeners
Ok with this new system, I'm wondering if I can achieve the same functionality I currently have. Let me explain what I'm doing: With mp3 uploads, I have my own mp3 player, because it accounts for multiple movements (multiple tracks). I also coded in a nice frontend to allow embedded pdfs using google pdf viewer. My method overrides the default mp3 player behavior using template hooks. It also removes the "embedded attachments, such as pdf uploads". Since I'm making template edits, I wonder if Listeners is what I need? Would it be a content listener? Or is there no longer a way to make a template edit replacement (by inserting custom functionality)?
-
Huge dip in Ad revenue since 5 upgrade?
Hi Derek, I was having problems with ads not filling the spaces set, which I thought might've been the issue, as all the other areas were fine. It seemed to be more focused on ads within topics after x posts. While a lot of the time, these ads are now showing, I am still seeing around a 50% reduction. I am trying to determine whether they are not loading quickly enough or merely lower traffic/less revenue moving into Q2, and nothing connected to upgrading. I have also noticed the quality of ads can be poor, which again, could be adding to it.
-
Huge dip in Ad revenue since 5 upgrade?
@LemonGrenade what is the situation with advertising? Has it improved or is it still bad?
-
ThatGuyMatt joined the community
-
Multiple System Log errors
We cannot state that, you would need to contact your hosting provider if you are unsure.
-
Multiple System Log errors
It's set to 755, should it be 777?
-
-
Trending Content Widget Block
Yeah I had tried that too and didn’t work. Hopefully y'all will be able to get it figured out.
-
Invision Community 5.0.5 Releases
You see that error that says: "MySQL server gone away", that is something that you will have to take it up with your host if you are on a shared hosting plan. If you manage your own VPS/Dedicated Box instead, try the solutions posted at the MySQL site about the aforementioned error: https://dev.mysql.com/doc/refman/8.4/en/gone-away.html
-
PingHung Chen joined the community
-
-
Adriano Faria started following Email about a review in a file
-
Email about a review in a file
Not sure this is WAI, but I’ll report it anyway. The email received when someone reviews your file doesn’t reflect the proper rating (stars): The file: Thank you.
-
Trending Content Widget Block
You are using a customized language pack in ACP -> Customization -> Languages. I've created a new one for you called English Default. However, that does not appear to have resolved it so I have moved this to a ticket so we can further investigate.
-
IC5: Developer Center
Forget about hooks. IPS removed Monkey Patch on IPS5. No way to extend classes anymore. Now you can use listeners (based on hook points), some new extensions and template hooks. It works for a lot of things but not for everything. I suggest you to read this entry and its comments:
-
Trending Content Widget Block
Well I have no idea where I'm looking so I guess it'll just have to stay the way it is.
-
IC5: Developer Center
Ok perfect, this definitely is working out well. I have a follow-up question about hooks. My old code looks like this: class player_hook_attachedFile extends HOOKCLASS_ { public static function hookData() { ... } } Is there anything I have to change here? I'm assuming you renamed hooks to theme editor?