
Everything posted by Sonya*
-
Topic rating and sorting
Then consider the above suggestions. If the star rating is not deprecated, then just showing what is already there and adding sorting by an already existing column, would be a good compromise. 😉
-
Topic rating and sorting
As of now, the star rating can be enabled for certain forums. To get a “real rating” forum, two features are missed: show number of stars (total rating) in the topics list set Default sort order in Display settings of forum by rating (e.g., highest to lowest) Due to the deprecation of Q&A forums, where sorting by votes is possible, in IC5 we will lose any ability to sort topics by ratings or votes. Right?
-
Pages in Clubs, observations so far
Open club. But the database page for the club feature has no view permission for guests.
-
Pages in Clubs, observations so far
I have not updated to 4.7.17 yet. But I can see the database records on the club feeds. (If you mean the feed shown in the club itself mydomain.com/clubs/489-club-name/ ) There are two permissions issues that have been resolved: Fixed an issue where club category menu entries would be shown even if the visitor has no permissions to view the page. Fixed an issue where guests couldn't open the club categories page.
-
Custom Page Database as Tab on Users Profiles
-
Deleting posts : how ?
Also, deleting a first post, means the whole topic is deleted. In this case, the user does not just delete his posts. He deletes the content of other members. I would stop to contribute on a platform, where other users(!) can delete my content.
-
GDPR Consent
Use Google Analytics integration (ACP -> System -> Integrations). (ACP -> System -> Integrations) will put it after any other tag. 😉
-
Where can I configure opengraph social media sharing images?
AdminCP -> Appearance -> Icon & Logos
-
Invision Community 5: The all-new editor
I am out. I'll wait until I can test the editor integration on IPS5. Then I can say what I miss. Or I do not miss anything and am unlimited happy. Make me happy, IPS. This would be the best solution for both of us. 😉
-
(BUG) Sitemap and Index option on the page
Thank you! If you would like an example on my live site. The database ID=14. It has 102 records that should not be crawled. New records are submitted daily. I do want to show the entries to the guests. But I do not want them to be indexed. That's my dilemma. To avoid crawling waste, I will now remove the guest permission from page and database. It's a pity, as it's a nice feature that helps me to attract new users. 😞
-
(BUG) Sitemap and Index option on the page
What items? It is a bug, Jim. You are speaking of crawling efficiency all the time. In this case, you give search engines a suggestion to index something, that they should not index. It is not effective. It spends crawling quota for nothing. 😞
-
(BUG) Sitemap and Index option on the page
We have an option not to index a page: If you place a database on such page, it will be still added to the sitemap. At the same time all the records in the database have the meta tag “noindex”. Google will mark the pages as excluded: Desired behavior: do not add a database on the page that should not be indexed to the sitemap.php
-
Invision Community 5: The all-new editor
You know that IPS embeds own links via iframes. External embeds for blocks as well. 🙃 I would be happy to find another solution either. Hate iframes.
-
Internal "ad" after first post
Yes. I have. But I have already removed it. 😞 No support. The app was just perfect for such cases. Do you have a solution? 🙏
-
Internal "ad" after first post
I am looking for a way to display a block from Pages database (feed) via Advertisement after the first post. The database is ready, the block is ready. Issues: I cannot use {block key="my_block"} in the ad content. It does not parse templates variables. I cannot show a block via external embed either, as it adds a vertical scroll bar to the block. I cannot use static content for the ad, as this does not respect closure date, changes to permission, actual number of views and comments and and so on. I cannot edit a topic template to add the block, as I would like the block to rotate with other ads. Any other creative ideas of how to create dynamic promotion of own database items within forum content? 😉
-
Invision Community 5: The all-new editor
For records in Pages. Tables Removing tags, that I cannot remove or repair other ways, like <abbr>-tags Adding styles like ipsButton or ipsMessage
-
Invision Community 5: The all-new editor
This is even mandatory to avoid large or colorful messages. Or even large and colorful.
-
Feature suggestion: link back from topic to database
I can. But it works only until I rebuild the topics. Then the link is there again. Any changes made to this template are ignored. No control, unfortunately. This. It would be enough to have the field: Add a link back to the record? (Yes/No) This way, I would gain back a full control as admin. 🤞
-
Does Same Content of Page Database & its equivalent Forum Topic Negatively Effecting SEO of Website
I would post, but I have no idea how to change it. 🤣
-
Does Same Content of Page Database & its equivalent Forum Topic Negatively Effecting SEO of Website
This should be configured by the user. By default, the full content is copied into the topic, not only a snippet. To have only a snippet, the following steps must be done: Exclude content field from posting in the topic Create another field "snippet" or "summary" Configure this another field to be posted into the topic @Dia Mond to avoid duplicate content, you should not allow and synchronize comments for the record to the public forums. With default settings and without tweaking, your topic will be a full copy of the record page with comments. This is a dilemma, I have every time when I create a new database and would like to have records to be discussed in topics. 😒
-
User does not see buy button for subscription
We have resolved it for another user who had the same issue. Unfortunately, I have no possibility to see what users have (or will have) the same issue. Do you want me to continue the ticket every time, another user cannot buy? I have the ticket in my mailbox.
-
User does not see buy button for subscription
No. This is not a product, this is a subscription. He has bought another subscription in the past. The subscription plan, he bought, does not exist anymore. The invoice has expired two years ago. The subscription plan has been deleted. I have read that something must be done, like cancelling, deleting or whatever. I have tried it with another user, and it did not help. Even if I delete the whole client history, the user does not see the buy button. I wish there would be a clear instruction of what to do in such cases. For me as admin and for the client as well.
-
User does not see buy button for subscription
The user cannot buy a subscription. He does not see a buy button. A user has ID 197021.
-
How to add multiple sorting options to Pages?
This is what I do regularly. Example for recordRow in Listing Template: <div id='elTable_{$table->uniqueId}1' data-role="ipsGrid"> {{$articles = $rows;}} {{foreach $articles as $id => $record}} <div class="ipsBox ipsSpacer_top{{if $record->hidden()}} ipsModerated{{endif}}" data-rowID="{$record->_id}"> {template="entry" app="cms" location="database" group="FXPages_Blog_List_Category_Articles" params="$record, $record::database(), $table"} </div> {{endforeach}} </div> I just replace everything belonging to the row with an entry from Featured template.
-
Feature suggestion: link back from topic to database
Addition: If you ever create topics from records and then disconnect and remove the connection, you will not be able to remove the link back from created topics. Producing a lot of 404 errors.