Jump to content

jffuchs

Clients
  • Posts

    27
  • 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 jffuchs

  1. Hello, I would like to reset the "maximum visitor" number that looks wrong on my forum : https://www.volavoile.net/ Can I do it through the Admin panel (I did not find ...) ? Thank you, 856×329 png 36.2 kB
  2. @Jim M very good idea, .... can you please tell me where I can update this setting : I did not find it (Gallery setting ? Members setting ?) Is there a filter to see all the featured images? Best regards,
  3. Thx .... I display this widget for my user ... and I saw some "bad" pictures that why I will be pleased to have a direct and full access to all the Featured Images .... See you,
  4. Hello, Is it possible to display / have a list of all the picture considered as "featured" It will be nice for the user to see all the Featured Images and helpful for the admin to feature or not the pictures Thank you, have a nice week-end, https://www.volavoile.net/gallery/ Frederc
  5. Hello, For some topics I have a dedicated "statistics" What are the settings to display or not these additional information ? Can I adjust these parameters ? Where ? Thank you for your help, Frederic
  6. Hello, Same request for the number of message inside a topic I looked for "{number="$count" format="short"}" in order to replace it by "{number="$count" }" but it seems I missed something (?) It will be nice if this "number format" will be in the "forum settings" in the future Thank you, Best regards Frederic
  7. Thank you Jim, I hope I will find some help / support Best regards,
  8. Hello, I need to adjust the width of the header taken in account the hardware profile : phone, tablet, desktop I read : My code work well on the phone but I have an issue on the desktop version : the width is 100 % and not 1200 px (!) I have edited the LAYOUT.CSS file with : #ipsLayout_header { .ipsApp .ipsResponsive_showDesktop{ width: 1200px; position: relative; margin: 0 auto; } .ipsApp .ipsResponsive_showTablet{ width: 100%; position: relative; margin: 0 auto; } .ipsApp .ipsResponsive_showPhone{ width: 100%; position: relative; margin: 0 auto; } } Thank you for your support, Frederic Phone Desktop
  9. Hello, I have updated the "Stored Access Information" Best regards,
  10. Hello, Same issue with the 3rd party app disable (Advanced Custom Widgets Enabled 1.0.7 By Taman ) Best regards,
  11. Hello, I have edited the LAYOUT.CSS file with : /* Gestion taille Ecran */ #ipsLayout_header { position: relative; margin: 0 auto; .ipsApp .ipsResponsive_showDesktop{ width: 1200px; } .ipsApp .ipsResponsive_showTablet{ width: 100%; } .ipsApp .ipsResponsive_showPhone{ width: 100%; } } It works well with the phone .... but not with the desktop .... see the printscreen Did I make a mistake ? Thank your for your support, Best regards Frederic
  12. Thank you, .... I will try with the guide / link ... Maybe I will need more support You are right about the iframe ...but it works well and it's easy to put in place 🙂 Have a nice day
  13. Hello, I use an IFRAME on the top of my website (for our partner banners) I have added some code in the GlobalTemplate file after the </head> <div align="center"> <iframe src="https://www.volavoile.net/layout_volavoile.net/menu_top_volavoile.net.htm" name="header" frameborder="0" width="1200" height="85" align="center" scrolling="no" > </IFRAME> </div> This frame is not well compatible for "phone" and "tablet" (the iframe is to large) I want to Option-1 : use another menu_top_volavoile.net.htm file with "phone" and "tablet" or Option2 : I want to disable it for "phone" and "tablet" .... I need you support to complete the code in the GlobalTemplate file in order to use 2 type of iframe depending on Frame 1 : desktop Frame 2 : "phone" and "tablet" + Thank you, Frederic
  14. Hello, After an upgrade from version 3.x I have this error / message when I add a picture in the gallery The picture is added in the gallery in spite of the message (!) When I want to delete the picture I have this message : SELECT * FROM `ibf_gallery_images` AS `gallery_images` LEFT JOIN `ibf_gallery_albums` AS `gallery_albums` ON image_album_id=album_id WHERE image_category_id=8 AND image_approved=1 AND ( image_album_id = 0 OR album_type NOT IN ( 2, 3 ) ) ORDER BY image_date DESC LIMIT 1 IPS\Db\Exception: Column 'album_id' in on clause is ambiguous (1052) #0 /home/www/netcoupe/volavoile.net/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*netcoupe2::ne...', Array, false) #1 /home/www/netcoupe/volavoile.net/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /home/www/netcoupe/volavoile.net/system/Db/Select.php(370): IPS\Db\_Select->rewind() #3 /home/www/netcoupe/volavoile.net/applications/gallery/sources/Category/Category.php(594): IPS\Db\_Select->first() #4 /home/www/netcoupe/volavoile.net/applications/gallery/sources/Category/Category.php(571): IPS\gallery\_Category->setLastImage() #5 /home/www/netcoupe/volavoile.net/system/Content/Content.php(957): IPS\gallery\_Category->setLastComment() #6 /home/www/netcoupe/volavoile.net/applications/gallery/sources/Image/Image.php(1592): IPS\_Content->logDelete(Object(IPS\Member)) #7 /home/www/netcoupe/volavoile.net/system/Content/Content.php(858): IPS\gallery\_Image->logDelete(NULL) #8 /home/www/netcoupe/volavoile.net/system/Content/Controller.php(929): IPS\_Content->modAction('delete') #9 /home/www/netcoupe/volavoile.net/system/Dispatcher/Controller.php(90): IPS\Content\_Controller->moderate() #10 /home/www/netcoupe/volavoile.net/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #11 /home/www/netcoupe/volavoile.net/applications/gallery/modules/front/gallery/view.php(65): IPS\Content\_Controller->execute() #12 /home/www/netcoupe/volavoile.net/system/Dispatcher/Dispatcher.php(158): IPS\gallery\modules\front\gallery\_view->execute() #13 /home/www/netcoupe/volavoile.net/index.php(13): IPS\_Dispatcher->run() #14 {main} Thank you for your support, Best regards, Frederic
  15. Hello, I cannot find the ACP or CSS parameter to change the color of the "active day" [ 1 ] and the color of the duration period for an event Thank you for your support
  16. Thanks, to Ahmed Zayed, who took care of updating my forum from version 3.4.2 to 4.6.10 It managed "everything" with a preliminary test on a folder / DataBase copy It was great to work with excellent and quick support I will keep his contact details for future help. Highly recommended. Frederic (France)
×
×
  • Create New...