Jump to content

sofos

Clients
  • Posts

    191
  • 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

Posts posted by sofos

  1. 3 minutes ago, InvisionHQ said:

    Your license seems to be expired and I can't help on IPS marketplace issue.

    I suggest you to open a ticket from your Client account.

    Ehm I've renewed it 1 hour ago... that's why I'm contacting you..

  2. Hi @opentype ,

    Can I do a pagination system inside of a page with your style?

    I don't want to put all the content in 1 view but I want to do a pagination system. For Example:

    5a532eff1948a_Schermata2018-01-08alle09_42_20.thumb.png.cd333c245f7b18547a2fec6b6b40c659.png

    5a532fbd1a1fc_Schermata2018-01-08alle09_45_27.thumb.png.f42c23ec638319d47df1fece09377cf1.png

    And when i click on "Pag.2" I go to another page with the same style.

    What I want is a page that is accessible only from click on "Pag.2" with the supergrid style.

  3. 15 hours ago, Ryan H. said:

    I'm not sure what functions you're talking about.

    I asked you if the plugin had the ability to apply tags & prefix to threads filtered with a search. You answered yes.

    For example: create tag "sport" -> search "swimming" in the title -> apply the tag if you find it.

    This process is not effective because the plugin extends search to the whole discussion even if it is set search only on the title, as also @eGullet says.

    So there are too many false positives, like discussion with title "Today it rains a lot" which contains a post "it's raining so much that I'll go to the office by swimming".

    I hope I was clear.

  4. On 27/9/2017 at 9:35 PM, eGullet said:

    Right now it seems like the advanced tool to mass-add tags is ignoring the setting to turn off searching the first post, if I'm understanding it correctly. What I want is to only do the search on the topic titles, but it seems to be returning results based on the title and the first post, even when I've toggled the "first post" switch to off.

    hi @Ryan H. still no news about? Unfortunately, this application is definitely useless for me because it just fails in the functions that I asked you before buying.

  5. Hi @opentype , 

    I bought your plugin (SuperTopics) and also the Pages. I want to know if I can set different kind of Fallback Images. 

    In detail I've created a block which contains the "most answered Topics" and I've setted a simple "Hot" word in order to classify them. 

    But now I want to create a different block with the "most viewed Topics" and want to set a different fallback image.

    Can you explain me how?

  6. Hi @InvisionHQ ,

    I would like to explain a problem with the Classifieds System Plugin.

    I've installed your software but from the AdminCP > Classifieds > Adverts I get the following error. Can you explain me why it doesn't work? Thanks!

    Here the Error:

    SELECT * FROM `classifieds_cats` WHERE cl_cat_parent=0 AND cl_cat_club_id IS NULL ORDER BY cl_cat_position
    IPS\Db\Exception: Unknown column 'cl_cat_club_id' in 'where clause' (1054)
    #0 /var/www/demo.k-tribes.it/system/Db/Select.php(378): IPS\_Db->preparedQuery('SELECT * FROM `...', Array, true)
    #1 /var/www/demo.k-tribes.it/system/Db/Select.php(276): IPS\Db\_Select->runQuery()
    #2 /var/www/demo.k-tribes.it/system/Node/Model.php(216): IPS\Db\_Select->setKeyField('cl_cat_id')
    #3 /var/www/demo.k-tribes.it/system/Node/Model.php(174): IPS\Node\_Model::nodesWithPermission(NULL, NULL, Array)
    #4 /var/www/demo.k-tribes.it/system/Node/Controller.php(104): IPS\Node\_Model::roots(NULL)
    #5 [internal function]: IPS\Node\_Controller->_getRoots(NULL)
    #6 /var/www/demo.k-tribes.it/system/Helpers/Tree/Tree.php(127): call_user_func(Array, NULL)
    #7 /var/www/demo.k-tribes.it/system/Node/Controller.php(92): IPS\Helpers\Tree\_Tree->__toString()
    #8 /var/www/demo.k-tribes.it/system/Dispatcher/Controller.php(96): IPS\Node\_Controller->manage()
    #9 /var/www/demo.k-tribes.it/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #10 /var/www/demo.k-tribes.it/applications/classifieds/modules/admin/classifieds/categories.php(31): IPS\Node\_Controller->execute()
    #11 /var/www/demo.k-tribes.it/system/Dispatcher/Dispatcher.php(146): IPS\classifieds\modules\admin\classifieds\_categories->execute()
    #12 /var/www/demo.k-tribes.it/admin/index.php(13): IPS\_Dispatcher->run()
    #13 {main}

  7.  

    On 3/12/2017 at 4:46 AM, Ryan H. said:

    Here's a patch for that. Only affects spaces or other special chars in prefix name on the mass-add tool.

    Open: applications/advancedtagsprefixes/modules/admin/manage/tools.php

    Find: (line 733-736

    
                    if( $key == 'atp_addTags' or $key == 'atp_searchForums' )
                    {
                        $values[ $key ] = array_filter( explode( ',', urldecode( $values[ $key ] ) ) );
                    }

    Add after:

    
                    elseif( $key == 'atp_addPrefix' )
                    {
                        $values[ $key ] = urldecode( $values[ $key ] );
                    }

    Save. Re-run tool, chosen prefix should overwrite all the bad ones you've got now.

     @Ryan H.  I've tried with this solution but doesn't work anyway. After the 1st cycle each Tags become longer.

  8. Hi @Ryan H.!! 

    I would like to explain you the current problem that I have with the Plugin:

     

    step1.thumb.png.8fdcf40ba6d3c2907be719bf76733403.png

    With this process I mass-add a prefix into "Notizie audio e video" topic. The result:

    step2.thumb.png.83cf15aa6c5fee31db0d20b40aed9ff7.png

    For the 1st page everything works fine but when I go to the last pages or fewer:

    step3.thumb.png.ae54397b5ccf170cba5482e14ffde4a1.png

    It should represent all the Prefixes like in the 1st page but from the 3rd it changes the prefix.

     

    Stuffs:

    IPB: 4.2.6

    Advanced Tag and Prefixes:  3.1.9

    Database: MariaDB

     

     

  9. 11 minutes ago, TAMAN said:

    No problem :) 

    If it still doesn't work, feel free to send me a message with a login info to access Plugins page only, I will take a look.

    surely I will but right now I am having problems saving the changements I apported to the Quick Links's urls and gallery feed completely. I will let you know as soon as my changes get saved and I can test them. It's really weird as I was saving changes until now but I seem like not being able to save anymore. Tried on Opera, Firefox, Chrome and Edge :-(

  10. 1 hour ago, TAMAN said:

    Hello,

    Please read the instructions provided within the setting in the plugin, you need to enable the gallery images in the plugin and then creating a block with with a specific key provided. its simple and easy.

    Im not sure what you mean by quick links not linking to pages! you need to manually add your links, the quick links are even provided with a lot of links as a sample so you can simply just replace the text and links : )

    Thank you so much for your prompt reply. I have followed the instruction for the gallery setup but it didn't work but I will have another go for sure. About the Quick Links, I have changed the text and I will have to sort out the links I guess. I keep you updated :-D

    Thank you so much!

  11. Hello! How is it going? Installed and loving the advanced footer. I only have two issues. The photo gallery won't stream the photos from the gallery. Main and most important issue is that quick links won't link to the pages of my website. Could you possibly help me in understanding what I have to do to fix this, please?

    Thank you so much! 

  12. Hi Adriano, just two questions:
    1. can I create a free package that can only be used a limited number of times each member?
    2. can I create a free package only to those who publish an ad "I buy" (not for "I sell" or "I exchange")?

  13. 13 hours ago, Ryan H. said:

    In 3.x tags were case-insensitive; in 4.x they are not. You can fix them so they're all consistent in the tag manager ('Manage Tags'). You could try the 'force tags to lowercase' setting and tool, but I don't know how that would interact with the extended character set.

    I'm sorry, I don't understand what you mean. There is (or at least used to be?) a setting to show tags in forum descriptions, maybe that's what you're looking for?

    Display the tags as links below the forum description, like subforums (as it already does for prefixes).

  14. On 3/3/2017 at 4:57 PM, Adriano Faria said:

    Let me know via Tracker if still happens. 

    ok, sure. I will let you know as soon as we do that change of the php etc etc. 

    Thank you so much, spotless!!!

×
×
  • Create New...