Jump to content

ReyDev

Members
  • Posts

    539
  • Joined

  • Days Won

    3

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by ReyDev

  1. 13 minutes ago, ant.biaggi said:

    I want to supplement the sentence, example, the forum is multilingual
    en, de, es,
    you need to show the logo in the menu plus from the language selection on the forum:
    Hello, Hallo, Hola

    maybe there is a solution for this but I'm not sure.
    I checked the IPS logo and realized that we can just have only a logo for all languages. if we want to use text instead of images, it's possible, but for images, needs to be checked. so I'll check it out and let you know

  2. 18 minutes ago, ant.biaggi said:

    I understand that))
    I need such a scheme and it is impossible to do it by default, only up or down
    Forum Section 1
    Forum Collection [Tab|Grid] 1.1.3
    Forum Section 2
    Forum Section 3

    good idea!. I'll work on it. let you know if I find a solution

     

  3. 2 minutes ago, ant.biaggi said:

    Question:
    How did you do it? Standard ISP tools do not know how to place widgets inside sections

    Hi,
    just drag a Topic Collection  and drop anywhere as you do with another widgets. in this case i drag and drop a topic collection (Grid type) after the IPS default Forum box.

     

    6 minutes ago, ant.biaggi said:

    Question No. 2 sorry not in this topic
    Where can I buy this plugin from you?

    this slideshow is one of +12 build-in plugins in the LAXERI theme. 


     

  4. 16 minutes ago, Pushpendra Singh Chauhan said:

    Hi if anyone can help please.

    I've an urgent requirement to change file submit / updated detail of a file. So I thought it may be done from backend easily. But as I can see in db table the date is not in usual format.

    image.png.91ca38b19621fee77d324f79568fd8ff.png

    What is the mechanism to change this ?

    where do you want to control them? in php files or sql ?
    if you want to change them without code and query . you can use the website that @DawPi pointed

  5. 47 minutes ago, ant.biaggi said:

    Solving the problem: am I supposed to go somewhere and ask someone?. It's easier for you to buy Theme for the forum and write a FIX. This is not a custom Theme, it is serial.

    I even know which file in your theme needs to be modified and how to implement it to solve the problem, but you insist that this app has a problem. anyway, if you really want to solve the problem, let me know.

  6. 24 minutes ago, ant.biaggi said:

    I wrote to you that you would solve the problem, only advice from you, specifics "0". a good position is to help yourself. I understand there will be no solution?

    Rest assured, if the problem was on my side, I would solve it. I said the solution, but you wrote about the author of your theme that he does not accept.
    Please take a look at the previous posts of the other clients in this thread and see see how I handled the problems. I have solved them all.
    I have published a theme in this market and I have considered this issue and I can share it with others to solve the problem.

    I just want to solve your problem.


     

  7.  

    24 minutes ago, ant.biaggi said:

    There are problems with the work of plugins, but I have not met anything that did not work. You need to warn in big letters before buying that the plugin does not work with other themes. The developer is among the top 3 developers of the forum theme, I am sure that he will not change the template because of the plugin. I was hoping for a solution to the problem.
    It is unpleasant for your money to receive a redirection of the problem, and not its solution.

    I just talked about the problem and the solution, and almost all of my clients can confirm that I'm always ready to solve the problem. I'm ready to talk about implementation problems with other devs . I can assure you that money is not my first priority. If was, I would not be working in this market.
     

    25 minutes ago, ant.biaggi said:

    For other plugins, I will write in their support topics how I will collect all the inaccuracies of the work, there are many of them.

    If you encounter a problem, I welcome it and do my best to solve it asap. 


     

  8. Hi @ant.biaggi
     

    39 minutes ago, ant.biaggi said:

    I use a forum theme from a well-known developer https://www.ipsfocus.com/themes/dimension_dark/
    I bought Menu PLUS 1.2.0.2 from you, This plugin does not work. Switched the forum design by default, the plugin works.

    This plugin works well with the default IPS template and templates that are implemented correctly. The problem with templates is that they do not have the ability to disable the navigation section so you can replace this plugin with your own theme. We have already talked about this in this topic. I think you should ask the author of your template to add an option to disable the navigation section. Exactly what I did in my theme.
     

    47 minutes ago, ant.biaggi said:

    I bought other plugins from you – only part of the functionality works.
    Non-working plugins cannot be sold.

    Please tell me the plugins you bought and the problem you have, rest assured I will fix it.

     

  9. 1 hour ago, The Old Man said:

    I've not tried it but I think looking at the Helper you would use:

    'parse' => "image"

    instead of:

    'parse' => "raw"
        

    thanks , but i think the problem is the resource of image , i mean a way that we can get the image from resource.
    The following code returns the unknown value

    \IPS\Theme::i()->resource('images/a.png', 'core', 'global')
  10. On 10/16/2021 at 12:29 PM, The Old Man said:

    Hi,

    I've been trying all week to get this to work, but it always shows as unparsed text.

    I have a custom theme setting with a list of radio options to choose from, each one is a font awesome icon. It works great but I'm trying to display the actual icon by each checkbox.

    I have tried using lang settings, tried adding a prefix, description, php in double brackets, targetting with CSS etc. The AdminCP won't parse anything I enter into the value fields for each key except as text. The individual fields don't have seperate ID's, they all have the same one.

    Can anyone please nudge me in the right direction, so I can display the actual icon next to each?

    Many thanks!

    image.png.a4a6eb4da8a23f7961948ad79aee4d77.png

     

    image.png.3112af6ecb29a970770963275b6a3b0d.png

     

    try this :
     

    <?php
    
    $options = [
            'fa-address-book' => '&#xf2b9; ',
            'fa-address-book-o' => '&#xf2ba;',
            'fa-address-card' => '&#xf2bb; ',
            'fa-address-card-o' => '&#xf2bc;',
            'fa-adjust' => '&#xf042;'
      		// etc. 
    		// I have full list of this array let me know if you are interested in. 
    ];
    
    return new \IPS\Helpers\Form\Radio("core_theme_setting_title_{$row['sc_id']}", $value, FALSE, array(
        'options' => $options,
      	'class' => 'radio-class-faicons',
        'parse' => "raw"
        ), NULL, NULL, NULL, 'theme_setting_' . $row['sc_key']);


    add this class to your custom css file :

    .radio-class-faicons {
    	font-family:'FontAwesome' !important;
    	font-weight:900;
    }



     

  11. 12 hours ago, Daniel F said:

    Set the type to "Other/Manual" and then use following code:

    <?php
    
    $options = ['fa-angle-up' => '<i class="fa fa-angle-up"></i>', 'fa-chevron-up' => '<i class="fa fa-chevron-up"></i>', 'fa-window-close' => '<i class="fa fa-window-close"></i>'];
    
    
    
    return new \IPS\Helpers\Form\Radio("core_theme_setting_title_{$row['sc_id']}", $value, FALSE, array(
        'options' => $options,
        'parse' => "raw"
        ), NULL, NULL, NULL, 'theme_setting_' . $row['sc_key']);

    Result:

     

    Bildschirmfoto 2021-10-18 um 19.44.28.png

     

    You could also use the IPS\Helpers\Form\Custom form field type which allows you to literally customize the whole output...

     

     

    how to show images? 
    I added two images in a folder called `images` (system->global),  using the manage resources option. I used this code but it doesn't show anything

    $options = [
    	"d"=>\IPS\Theme::i()->resource('images/a.png', 'core', 'global'),
    	"l"=>\IPS\Theme::i()->resource('images/b.png', 'core', 'global')
    ];


     

  12. 2 hours ago, Emediate said:

    Thanks. Video stories don't appear to be working on your demo for me?

    @Emediate Did you upload a video or did you use an external link?
    If there is an external link, it cannot be from YouTube links, etc.

    I can see you used the Youtube direct link and it's not possible. but you can add that link to the story. I always share the youtube links in instagram story in this way 🙂

     

  13. 4 minutes ago, encrypted said:

    If you put the forum in grid mode then take a look at a forum with sub forums thats how i want categories and forums handled. does that make sense?

    So the attached photo, the category would be gear with forums shelter and barrow. 

     

    I have attached what i want it to be based off of. I do not want a direct copy. but along these lines

     

    301145376_whatiwant.png.b5cd50c4bc8e8fc4b9d7cdde4859300f.png

    layout_single.png

    I'll work on it and let you know

×
×
  • Create New...