Jump to content

CodePixel

Friends
  • Posts

    267
  • 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 CodePixel

  1. Hello (yet again) I'm currently working on custom Login Handler and noticed that if i login using external login, it works fine but when i cancel registration member isn't being deleted This got me thinking, do i need a special code to verify if user cancelled registration or?
  2. Hi, i'm trying to add few new settings to forums, i've managed to extend Forum Node to add settings to Forum creator/editor but i'm wondering if there's actually a way to create new column inside of forums_forums table or do i have to save those settings within new table generated by app? What i've made so far is this: Hook extending IPS\forums\Forum node: //<?php /* To prevent PHP errors (extending class does not exist) revealing path */ if ( !\defined( '\IPS\SUITE_UNIQUE_KEY' ) ) { exit; } class cpfiafi_hook_forum_settings extends _HOOK_CLASS_ { public function form( &$form ) { parent::form($form); $form->addTab( 'tab_settings' ); $form->addHeader( 'header_settings' ); $form->add( new \IPS\Helpers\Form\Text('input_icon') ); } } and i've stopped here while working on something else but this still troubles me on how to do it.
  3. disregard, i've typed IPS\forums\modules\admin\forums instead of IPS\forums\modules\admin\forums\forums it works now.
  4. Hello, (again) I'm trying to make a hook that adds new settings to new forums form, but for some reason i'm welcomed with this when i use class IPS\forums\modules\admin\forums as class that i'm extending. Is there something i'm missing?
  5. thank you, i couldn't find it, much love <3
  6. No, if you visit any IPS installation under index.php?app=core&module=system&controller=settings you will see account settings, where i need to add a new tab to provide user settings for app.
  7. I'm working on something right now and i can't find any info about how to add new tab to website.com/settings page, is it supposed to be a extension, hook or module and if what class?
  8. Did you add lately any plugin or app? If so, try disabling it and see if that helps.
  9. Which version of Community Suite are you using?
  10. Can you paste full error here?
  11. Hi, I’m wondering if there’s a way to make one main product and add variables to it, as example: Main Product: License key (subscription based) Sub product as variable to main product: - license key for 7 days - license key for 14 days and so on. Is that available by default or maybe some external app/plugin?
  12. Hi, is there a way to create a product that is a license key, and will be in stock as long as keys are not sold out?
  13. Hello, is there a way to send multiple notifications from one extension module? For example, i have admin module to add updates in external database, i want to add AdminNotification every time an update is created, but for now i can only send one notification or remove old one and then send new one but is there a way to send multiple notifications using one module?
  14. oh, okay, sorry. btw., nice job with the theme, looks great!
  15. Another bug: You can't click announcement on the Sidebar.
  16. CTRL + F5 didn't do the trick, i'm using Firefox.
  17. You just don't understand, i can't fill those fields: I keep pressing LMB on them and nothing happens.
  18. still can't fill login and password field 😕
  19. User can't login to demo account on your demo site.
  20. CodePixel

    Portal

    No, i'm using only Edoba theme.
  21. Quick question, does this plugin work without problems on the newest version(4.3.6)?
  22. CodePixel

    Portal

    @Mike John firstly, hi, thanks for this upload. Just tested it, seems to be working fine on 3.4.6, but there is one thing that i need to know. Is there any chance to have instead of simple text without formatting, already formatted text? EDIT: Fixed it. Turned off content truncating. But still, i'm wondering if there is any chance to output formatted text, which is truncated.?
×
×
  • Create New...