Jump to content

Sonya*

Clients
  • Posts

    3,833
  • Joined

  • Days Won

    30

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Sonya*

  1. Sorry! Just have read the description
  2. I am looking for plugin to accept rules before posting (not creating a topic) in public club forum. Any plans for the feature?
  3. There are unfortunately no answers and support for the other apps of @InvisionHQ as well. I have bought this app as well but I will not go live with it without ongoing support.
  4. Is there any reason that I cannot set number of reviews and comments to 25? 25 is default in IPS: /** * @brief [Content\Item] Number of reviews to show per page */ public static $reviewsPerPage = 25; /** * Get number of comments to show per page * * @return int */ public static function getCommentsPerPage() { return 25; } I would like to have it the same way other applications display it.
  5. Just to inform others: If you have ever used a feature "Convert club to feature" then the permissions for the clubs forums were just copied. This is false, the permissions should not be copied as they are DIFFERENT in table core_permission_index for the clubs features created a normal way. You cannot change these permissions afterwards without using SQL (or via changing club type to another and back). This can have unpredictable behavior in activity streams, blocks and so on.
  6. After update to 4.4.4 it is not possible to create a new club any more. The error in system logs: Error: Access to undeclared static property: IPS\Member\Club::$checkPostsPerDay (0) #0 /var/www/virt/v4/htdocs/system/Helpers/Form/Node.php(364): IPS\Node\_Model->can('add') #1 /var/www/virt/v4/htdocs/system/Helpers/Form/Node.php(225): IPS\Helpers\Form\_Node->_populate(Array, NULL, 0, Object(IPS\clubcats\Categories), Array, 3, NULL, false, 100, 2) #2 /var/www/virt/v4/htdocs/system/Helpers/Form/FormAbstract.php(265): IPS\Helpers\Form\_Node->html() #3 /var/www/virt/v4/htdocs/system/Helpers/Form/Form.php(483): IPS\Helpers\Form\_FormAbstract->rowHtml(Object(IPS\Helpers\Form)) #4 /var/www/virt/v4/htdocs/applications/core/modules/front/clubs/directory.php(376): IPS\Helpers\_Form->customTemplate(Array) #5 /var/www/virt/v4/htdocs/system/Dispatcher/Controller.php(85): IPS\core\modules\front\clubs\_directory->create() #6 /var/www/virt/v4/htdocs/applications/core/modules/front/clubs/directory.php(52): IPS\Dispatcher\_Controller->execute() #7 /var/www/virt/v4/htdocs/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\clubs\_directory->execute() #8 /var/www/virt/v4/htdocs/index.php(13): IPS\_Dispatcher->run() #9 {main} The error disappears when Club Categories is disabled.
  7. I have not found a possibility to exclude one database (I have two of them created in Pages) from sitemap. It seems like I can only include all records or exclude all records from all databases. Or I have overlooked a setting anywhere.
  8. Hi, I have excluded FAQ from the sitemap in ACP. But there is still a sitemap generated called sitemap_content_faq_Categories. Can you consider to exclude everything from the sitemap if sitemap is disabled in ACP, please? Sonya
  9. Hi, I have two questions: 1. Can I define custom 404 page for ALL links that thrown this? I do not want to add individual conditions depending on the URL not found. I just want to have custom 404 and 401 pages. And then a redirection to the custom error pages whenever 404 or 401 occurs. Or must I define it for every URL in the log? 2. Can I see a referrer in the logs? Sometimes it is easier to fix the broken link (especially if internal) instead of showing error or adding redirect. But in this case I have to know where the broken link can be found. Sonya
  10. I have figured out that there is no meta description for the links with /page/XXX at the end topics http://www.example.com/forums/topic/17589-whatever/page/XXX article comments http://www.example.com/articles/category/article/page/XXX blog entry http://www.example.com/blogs/entry/17589-whatever/page/XXX and so on I have lot of pages where Sign in... and menu structure is taken into description by Google instead of the content of the page. It looks messy in search results and does not attract users to click.
  11. For the widget "Hot topics" what settings are available? I need: Include only topics from public clubs Select only some forums Limit by start date of the topic (we have a lot of long player topics with thousand of posts and old start date, can I exclude them somehow?)
  12. Another bug: Change menu item order in the open club Change the type of the club to the "read-only" The custom menu order is overwritten to the default This does NOT happen if the club type is changed via ACP. In this case the menu order is kept.
  13. Also needed this. We have to reorder.
  14. Automatic spam programs change IPs like underwear. Sometimes they use IPs that real users can use as well. I would not rely on IP at all.
  15. Is it possible to add captha ONLY to contact form? @Fosters, our project is in Cyrillic. If we would prevent Cyrillic characters, nothing would pass through the contact form
  16. Ehm,... what is the difference to?
  17. Does the stream supports public clubs? Are the forum posts, blog entries, gallery images from public clubs are added to the stream? I do not mean open clubs where user should join to be able to post. I mean public clubs that do not require membership. The contents of those clubs are shown in the default activity stream of IPS. Does your app support this also?
  18. Thank you! I have figured out, that it uses picture only if uploaded, but not the club image by default used for the clubs cards.
  19. Another question: is it right, that the clubs block does not use the clubs cover or icon? I have only club name, description (if any), date of last activity, clubs owner name and number of members (if open)
  20. Hmmm, I have the error only on my test server. I have just tried to create a block on the live server and there is no issue there. I do not know why, I will investigate further.
  21. Hi, I am using latest IPS version and latest version of SuperBlocks. I have tried to add a block for the clubs, but I get a template error. Running support tool does not help. All other blocks work as desired. Sonya
  22. Suggestion: pin a club within category
×
×
  • Create New...