Jump to content

aXenDev

Members
  • Posts

    658
  • Joined

  • Days Won

    6

Reputation Activity

  1. Like
    aXenDev got a reaction from ahc in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    Admin panel support will be in BETA 3 version.
  2. Thanks
    aXenDev got a reaction from Ioannis D in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    The error will be corrected and the instructions on how to create your own fields will be in the final version.
  3. Like
    aXenDev reacted to Ioannis D in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    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>  
  4. Like
    aXenDev got a reaction from kosmit in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    A support topic for submitting suggestions and bugs.
  5. Like
    aXenDev reacted to ahc in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    On the ACP, the tabs and font colors clash with each other. (White text on very light gray background.)
     

     
  6. Like
    aXenDev got a reaction from Ioannis D in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    A support topic for submitting suggestions and bugs.
  7. Like
    aXenDev reacted to kmk in [Dark / Light] Fluent Design Theme Edition - Topic Support   
    Clubs feature, there are 2 titles duplicated, is possible disable the Title(red X) and just leave the description? 

    Maybe an option through theme setting, "Show club feature name in the page", each admin decide if want to see the duplicated name or not. 
  8. Like
    aXenDev reacted to CodingJungle in Here we go again...   
    it's been awhile @bfarber, and i don't want you thinking i've forgotten about you, so i went out of my way to get you something!
     
  9. Like
    aXenDev reacted to LoPoSt in Classifieds System   
    @wegorz23 Hi, have you not reviewed this application from a Polish developer?
  10. Like
    aXenDev reacted to newbie LAC in \IPS\Helpers\Form\Translatable + toggles + validation   
    Hello,
    \IPS\Helpers\Form\Translatable doesn't respect
    - the  toggles
    POC
    $form = new \IPS\Helpers\Form; $form->add( new \IPS\Helpers\Form\YesNo( 'test', 0, FALSE, array( 'togglesOn' => array( 'form_test2' ) ) ) ); $form->add( new \IPS\Helpers\Form\Translatable( 'test2', NULL, TRUE, array( 'maxLength' => 5 ) ) ); if ( $values = $form->values() ) { $form->addMessage( 'Ok', 'ipsMessage ipsMessage_info' ); } Result

    - the validation
    POC
    Pay attention on 'maxLength' => 5
    Result

  11. Like
    aXenDev reacted to All Astronauts in Who Viewed the Topic   
    Yes, The error is the same whether you go to the topic itself or the topic via the readers link. Nothing broken anywhere, plugin or IPS. Just a dead link.
    I'll add a no-follow to reader links which should help. Thanks.
  12. Like
    aXenDev reacted to Adlago in Font awesome 5.0   
    For a normal users - you are right. Cache works correctly.
    But when a speed test is done by a machine - incl. and these Google machines, these machines do not use cache. The http/2 protocol speeds up CSS and JS, but font awesome slow down a browser.
    Here are three concurrent tests from different test server-
    all reflect this delay.



×
×
  • Create New...