Jump to content

Ioannis D

Clients
  • Posts

    248
  • Joined

  • Last visited

 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 Ioannis D

  1. Oh sorry, I didn't see your last line. I will, thanks!
  2. Hello, I use a lot the Pages app and the following functions would be useful. Edit reason: When a member edit a record does not have the option to add the reason why it was edited. Member signature in records: It will be useful to display members' signature in their records, a solution has been given here but it will be good to add it as an option.
  3. How can be displayed members' signature in any posted record at Pages app?
  4. I don't know if it is the proper way what I did but I managed to disable the "Remove your reaction" but not to hide the reaction icons after a given reaction. In core > front > global > reputation I deleted the content of the inside red frame The same also in core > front > global > reputationMini Is it right what I did and if so, what else do I have to do to hide the reaction icons after a given reaction?
  5. Can I assigned 2 databases to a page? I can't see in left area the database block in order to drag and drop it to the page that is also another database.
  6. With this update I can't add any new database in Clubs. Each new database doesn't appear in "Allowed content areas in clubs" Group settings and I can't see it in "Add Club Feature" Also, with the "Show Club Content Areas: Only within Clubs" setting, every new database category (to an existing database) in Clubs, appears in database categories. Is it a bug or I missing something?
  7. @Sonya*, Thank you! The issue has been fixed.
  8. Hi, I have an issue when I try to edit the club database from ACP. I can't edit or delete any added database from anywhere else in Clubs. SELECT * FROM `cms_database_categories` WHERE category_club_id=1 ORDER BY category_position IPS\Db\Exception: Unknown column 'category_club_id' in 'where clause' (1054) #0 /system/Db/Select.php(388): IPS\_Db->preparedQuery() #1 /system/Db/Select.php(286): IPS\Db\_Select->runQuery() #2 /system/Node/Model.php(224): IPS\Db\_Select->setKeyField() #3 /init.php(902) : eval()'d code(251): IPS\Node\_Model::nodesWithPermission() #4 /system/Node/Model.php(180): IPS\cms\clubdbs_hook_categories::nodesWithPermission() #5 /applications/cms/sources/Categories/Categories.php(273): IPS\Node\_Model::roots() #6 /applications/core/modules/admin/clubs/clubs.php(567): IPS\cms\_Categories::roots() #7 /system/Helpers/Tree/Tree.php(130): IPS\core\modules\admin\clubs\_clubs->_getNodeRows() #8 /system/Theme/Theme.php(860) : eval()'d code(3927): IPS\Helpers\Tree\_Tree->__toString() #9 /system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_admin_global->tabs() #10 /applications/core/modules/admin/clubs/clubs.php(280): IPS\Theme\_SandboxedTemplate->__call() #11 /system/Dispatcher/Controller.php(90): IPS\core\modules\admin\clubs\_clubs->edit() #12 /applications/core/modules/admin/clubs/clubs.php(38): IPS\Dispatcher\_Controller->execute() #13 /system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\clubs\_clubs->execute() #14 /admin/index.php(13): IPS\_Dispatcher->run() #15 {main} And from the System Logs. Type: uncaught_exception SELECT * FROM `cms_database_categories` WHERE category_club_id=1 ORDER BY category_position IPS\Db\Exception: Unknown column 'category_club_id' in 'where clause' (1054) #0 /system/Db/Select.php(388): IPS\_Db->preparedQuery() #1 /system/Db/Select.php(286): IPS\Db\_Select->runQuery() #2 /system/Node/Model.php(224): IPS\Db\_Select->setKeyField() #3 /init.php(902) : eval()'d code(251): IPS\Node\_Model::nodesWithPermission() #4 /system/Node/Model.php(180): IPS\cms\clubdbs_hook_categories::nodesWithPermission() #5 /applications/cms/sources/Categories/Categories.php(273): IPS\Node\_Model::roots() #6 /applications/core/modules/admin/clubs/clubs.php(567): IPS\cms\_Categories::roots() #7 /system/Helpers/Tree/Tree.php(130): IPS\core\modules\admin\clubs\_clubs->_getNodeRows() #8 /system/Theme/Theme.php(860) : eval()'d code(3927): IPS\Helpers\Tree\_Tree->__toString() #9 /system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_admin_global->tabs() #10 /applications/core/modules/admin/clubs/clubs.php(280): IPS\Theme\_SandboxedTemplate->__call() #11 /system/Dispatcher/Controller.php(90): IPS\core\modules\admin\clubs\_clubs->edit() #12 /applications/core/modules/admin/clubs/clubs.php(38): IPS\Dispatcher\_Controller->execute() #13 /system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\clubs\_clubs->execute() #14 /admin/index.php(13): IPS\_Dispatcher->run() #15 {main} BACKTRACE #0 /public/init.php(1004): IPS\_Log::log() #1 /system/Helpers/Tree/Tree.php(166): IPS\IPS::exceptionHandler() #2 /system/Theme/Theme.php(860) : eval()'d code(3927): IPS\Helpers\Tree\_Tree->__toString() #3 /system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_admin_global->tabs() #4 /applications/core/modules/admin/clubs/clubs.php(280): IPS\Theme\_SandboxedTemplate->__call() #5 /system/Dispatcher/Controller.php(90): IPS\core\modules\admin\clubs\_clubs->edit() #6 /applications/core/modules/admin/clubs/clubs.php(38): IPS\Dispatcher\_Controller->execute() #7 /system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\clubs\_clubs->execute() #8 /admin/index.php(13): IPS\_Dispatcher->run() #9 {main}
  9. With javascript? <script type='text/javascript'>document.write(new Date().getFullYear());</script>
  10. An alternative method that you can use, is to define the max height of the code block by adding the below code in to your custom.css pre.ipsCode{ max-height:500px; }
  11. On signup popup the button is in the same line with recaptcha: Also, for those who use "Select the appearance of the profiles in the subject" theme's function who is in Topics tab, there must be added in custom profile fields the bellow code in "Custom topic formatting" in order to show properly: <li class="aXenTopicProfile"> <span class="aXenTopicProfile_Left"><i class="fas fa-file-signature"></i> {$title}:</span> <span class="aXenTopicProfile_Right">{$content}</span> </li>
  12. I know it will be unfair for Forums app. As Adriano said, this is my main reason I would like to have.
  13. I wonder which is the reason why Pages are not included in Clubs. It will be great to have this functionality in upcoming version.
  14. Ioannis D

    Videobox

    I've noticed something (the titles?) that actually isn't a bug which affects the operation of the application but I think it need a fix.
  15. In my opinion a fair action should be to offer him a theme for free.
  16. Ioannis D

    Videobox

    .ipsWidget.ipsWidget_horizontal[data-blockid^="app_videobox"] .ipsWidget_title { margin-bottom: 0px !important; } .ipsWidget.ipsWidget_horizontal .ipsWidget_title { color: #fff; background: {theme="widget_title_bar"}; } Fixed Thanks!
  17. Ioannis D

    Videobox

    I noticed something similar on Videobox 1.2.10 With Videobox enabled: With Videobox disabled:
  18. I've adjusted avatar size at 195px that fill my needs on desktop view, on mobile that dimension displayed as a transparent background (?).
  19. 1. Is it possible to change avatar width & height size to 75 - 200 from 75 - 150? 2. Is it possible to add an option to translate all those user information?
  20. Tip: For any custom profile field that you want to add any clickable URL you can add the below code into display format box as mentioned from @TheJackal84 in post #1 <li class='ipsType_break euip_Border'> <span class='euip_Title'><i class="fa fa-link" aria-hidden="true"></i> {title}: </span> <span class='euip_Content'><a href="{content}" target="_blank">{content}</a></span> </li> <br/> <hr class='euip_Hr'>
  21. It will be in the next release or is something I can do manually?
  22. Bug: If I disable "Show user group?"only, it hides also user ID (Member ID). If I enable "Show user group?" it shows both.
×
×
  • Create New...