Jump to content

TAMAN

Clients
  • Posts

    3,760
  • Joined

  • Last visited

  • Days Won

    25

 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 TAMAN

  1. wow and I thought i can define theme settings for my application with that file! anyway please answer this question before i submit my app in the marketplace 😅 are we allowed to add data (new rows) to the existing database tables like "core_theme_settings_fields"? (I know I must clear them out after app uninstallation) say in my app I'm using this, \IPS\Db::i()->insert( 'core_theme_settings_fields', $newThemeSettings ) are you going to reject this apps? I'm not adding new columns or modifying the existing ones, and i don't want to create a new database table just for a few theme settings!
  2. In my app data\themesettings.json file, I have added one theme setting which supposed to be installed and show for all themes [ { "sc_key": "tadarkmode_colorscheme", "sc_type": "TextArea", "sc_multiple": 0, "sc_content": "[]", "sc_app": "darkmode", "sc_default": "", "sc_tab_key": "darkmode", "sc_show_in_vse": 0, "sc_title": "tadarkmode_colorscheme", "sc_order": 11, "sc_condition": null } ] can someone tell me why this doesn't work? the theme setting does not show anywhere in my themes. is there anything that needs to be configured in order for themesettings.json to work? clearing caches and enabling/disabling the app has no effect and the setting is not added in the "core_theme_settings_fields" table in the database! Thanks in advance
  3. there are no options for that in the current version, but i will 100% implement it on the next theme update (not on ips version support updates) ...hopfully 3 weeks not more than a month 😅 ) im currently working on some free aplications to add in marketplace and without these applications i cant update any of my themes. (swiper slider, footer blocks, news ticker, dark mode, background picker) these applications will be availble in marketplace all at once and then after that this theme will be updated 🙂
  4. Its normal because you have selected a Pages Block to show in swiper or news ticker and everything of that Pages block including all the html and stuff will show in news ticker or swiper, and they will look messy in structure if you dont customize them. you will need to customize your Pages blocks in order to suite in Swiper slider or news ticker I have provided an example of recent articles template to show in swiper, so in this screenshot click on Content tab and then on the bottom of the page select "swiper_feed_from_articles" template 🙂 As for your news ticker block template, i haven't provided any example but its easy to show your article links inside news ticker again you will need to customize your pages block you have created, and then remove all the HTML of the template but leave the links to show like this {{if !empty( $records ) }} {{foreach $records as $record}} <a href="{$record->url( "getPrefComment" )}" title='{lang="view_this_cmsrecord" sprintf="\IPS\Member::loggedIn()->language()->addToStack( 'content_db_lang_sl_' . $record::$customDatabaseId, FALSE ), $record->_title"}' class='ipsDataItem_title'>{$record->_title}</a> {{endforeach}} {{endif}} If you compare this to the default template i haven't modified anything, i simply removed other parts of HTML and left the link tag to show. I hope everything will be normal again and i hope i dont complicate stuff much more than this 😅 No, dont worry 🙂
  5. If this doesn't get fixed with my previous post, please be patient there's a new version of Magnum theme uploaded and waiting for approval 🙂
  6. @Foolboy Sorry for the late reply Heres a new version of "ipskit theme addons" app, but I cant update it in the marketplace...yet please remove the current version you have in ACP, and install this version manually ipsKit Theme addons 1.0.1.tar Whats new? Fixed reported bugs. Footer Blocks is removed (it will be added as a separated application) Swiper Slider is removed I uploaded an updated version of Swiper Slider in this club here... 😄 let me know if you cant download or if it gets deleted by IPS 😄
  7. With pages app you can add custom blocks and much more cool shait https://invisioncommunity.com/features/pages/
  8. Dark mode button doesn't show on mobile and there is actually some other issues like theme color import/export setting which also doesn't show in theme settings i cant yet update "ipskit theme addons" app because im trying to separate all the features into stand alone plugins/apps for example a dark mode plugin if you want message me and i will give you a copy of the updated ipskit theme addons app which is fixed in all the reported bugs and issues 🙂
  9. sorry i dont understand the question provide a screenshot maybe? 🙂 When you add a slider in the settings, you can select which applications e.g. if you select Forums then the slider will show on all forum pages
  10. disable all apps/plugins and see if you still have the problem. if no hope, then press Ctr + Shift + C on the page you see the extra brackets and navigate to the elements and see which template the html comes from and then search for it... 🙂
  11. Hi, Have you tested if you got the same problem on the default IPS theme? maybe its not related to your theme and if you can't test what's wrong and where do these extra brackets come from, then send me login info with access to your ACP apps/plugins/themes page. i can help or at least tell you whats wrong 🙂
  12. Hi, There's a bug in showing import/export tab in theme settings and to fix that I would need to update the new ipskit theme addons app which was recently added. everything comes from that app and i haven't yet updated because I'm constantly trying to improve the theme. in the next version, this theme will become an application instead of a theme, everything will be the same but instead of installing a theme you will be installing an application. if you want just message me and i will give you a copy of the app which is fixed and you can use the import/export feature 🙂 If you dont like the textures and other styles which were added recently, let me know and I can remove or fix it for you
  13. You can select custom tickers or get feed from pages blocks on front-end side now
  14. If you mean custom profile fields then you can customize the display options
  15. I want Theme hooks feature to be available when creating custom themes
  16. The only option would be a custom application and its fairly easy
  17. @Rikki I love the theming system but I also like to have Theme hooks feature available when creating custom themes. I want to be ably to modify apps/plugins HTML templates in my custom theme with theme hooks feature. --- I think my feedback is related
  18. @dutchsnowden Honestly, all your complications are just a bunch of clicks to solve but I will file a ticket and let ips refund you today or tomorrow no worries you get your money back ^^
  19. I'm sorry, I can't refund you because it's a premade theme and it also has a preview link to see it live before you buy it. however, I can help with anything you want related to this! 🙂 maybe there are small tweaks or css customizations that you need, or perhaps there is something you dont like and maybe it can be disabled or easily modified!
  20. Hi, if you have installed the ipsKit theme addons app then just dialable background picker here ACP --> Customizations --> ipskit addons --> background picker you can enable darkmode for your theme here ... ACP --> Customizations --> Themes -> edit your theme and go to Dark Mode tab --> click "Insert Demo" and save the theme 🙂
  21. Hi, You can change the position with a custom css add this in custom.css template .ta_back-to-top { right: 43px; left: auto; } Colors are connected to "Alternate button" color option in Buttons tab if you want to change colors separately then add a color and background property to the css above like this
  22. Hi, I can see in the link now i think its actually the highlighted posts background in Front-End Colors tab so maybe you have played with these colors 🙂
  23. Hi, In the theme settings you have topic background color option here
  24. @Jordan Miller Off topic but last time in a support ticket i got told that Clubs feature is not ready yet for marketplace support here so can we maybe get some updates about this? are there any plans for contributors using clubs here? 😛 Thank you
×
×
  • Create New...