Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 17, 20168 yr Author It Just now, OblivionNW said: I will try but Im more interested in understanding where/how its pulling yours in? are the labels being passed into the constructors for the Helper classes on the form? $form->add( new \IPS\Helpers\Form\Text( 'fcc_title', $item ? $item['fcc_title'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_title' ) ); $form->add( new \IPS\Helpers\Form\Text( 'fcc_title', $item ? $item['fcc_title'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_title' ) ); for example It's shorthand If / Else in php https://davidwalsh.name/php-ternary-examples
December 17, 20168 yr heh i know php man, i've been making php applications for years, just never used invision before. I'm asking is IF the label is being passed into that constructor, and if so, which property is it, where does it get it from
December 17, 20168 yr I read that it says it will look for a lang with that same key and use that but I created a fcc_description <word> in the lange file in featured content application and its still not working.. does this file get published to the core or something?
December 17, 20168 yr Author 1 minute ago, OblivionNW said: heh i know php man, i've been making php applications for years, just never used invision before. I'm asking is IF the label is being passed into that constructor, and if so, which property is it, where does it get it from I did not read carefully, it's 2:45 AM in my country Form helper will automatically look for a language string with the same key to use as the label. Because you can not add a new language string in ACP, so I give you a hard code for label.
December 17, 20168 yr 1 minute ago, onlyME said: I did not read carefully, it's 2:45 AM in my country Form helper will automatically look for a language string with the same key to use as the label. Because you can not add a new language string in ACP, so I give you a hard code for label. My apologies for keeping you up. If I cannot add anew language label in my code, how did you add them with yours?
December 17, 20168 yr Author Just now, OblivionNW said: My apologies for keeping you up. If I cannot add anew language label in my code, how did you add them with yours? I created app in Dev Mode and it exported the tar file, you should read the Developer docs https://invisionpower.com/developers/docs/general/enabling-developer-mode-r23/
December 19, 20168 yr Hello, can you provide the developer tools necessary to enable developer tools with this addon enabled? I would like to make my own custom version of this, and yes I have purchased it
December 20, 20168 yr Author 7 hours ago, OblivionNW said: Hello, can you provide the developer tools necessary to enable developer tools with this addon enabled? I would like to make my own custom version of this, and yes I have purchased it Try to use this
December 25, 20168 yr Hi I just upgraded my test-installation with the newest featured content version and wanted to try out the new 'Resize and crop thumnails' option. Using defeault settings, everything works: Switching the option to 'Resize and crop in center' I do just get this: Do i need to set chmod on some working directories? I didn't find anything in the installation manual... thanks in advance
December 25, 20168 yr 7 minutes ago, ThomasS said: Hi I just upgraded my test-installation with the newest featured content version and wanted to try out the new 'Resize and crop thumnails' option. Using defeault settings, everything works: Switching the option to 'Resize and crop in center' I do just get this: Do i need to set chmod on some working directories? I didn't find anything in the installation manual... thanks in advance I am also seeing this, though for just one image.
December 26, 20168 yr 9 hours ago, onlyME said: I confirm that bug, it will be fixed in the next version in tomorrow. thanks!I'd also ask, if there is a possibility to get a notification if someone adds a marker for reviewing.... It's pretty cool that members cann now custom markers and approve them - I'm, just missing some kind of notification (mail, inline-notification) to check the new marker entries Edited December 26, 20168 yr by ThomasS
December 26, 20168 yr Author 7 minutes ago, ThomasS said: thanks! I'd also ask, if there is a possibility to get a notification if someone adds a marker for reviewing.... I't pretty cool that members cann now custom markers and approve them - I'm, just missing some kind of notification (mail, inline-notification) to check the new marker entries It can not
December 27, 20168 yr I've updated to the new version, but still the same. with settings to 'crop and resize...' it shows the default 'no image' picture. when set to 'no' it shows me the pictures. I also created a new slider but that didn't help
December 27, 20168 yr Author Just now, ThomasS said: I've updated to the new version, but still the same. with settings to 'crop and resize...' it shows the default 'no image' picture. when set to 'no' it shows me the pictures. I also created a new slider but that didn't help Caan you give me ACP access so I can take a look?
December 27, 20168 yr 47 minutes ago, onlyME said: Caan you give me ACP access so I can take a look? sent via PM
December 27, 20168 yr works now! thanks reason: my htaccess auth. blocked the pic generation - disabled it temporarliy and it worked
December 30, 20168 yr I'm adding multiple sliders to one page and when I add a section to display, in particular it's my marketplace, it breaks all other current sliders and sends the page on a never-ending load until I delete the slider. What could cause this?
December 31, 20168 yr Author 8 hours ago, iDeath said: I'm adding multiple sliders to one page and when I add a section to display, in particular it's my marketplace, it breaks all other current sliders and sends the page on a never-ending load until I delete the slider. What could cause this? Does this slider get contents from Forums or other app?
December 31, 20168 yr 6 hours ago, onlyME said: Does this slider get contents from Forums or other app? forums
December 31, 20168 yr Author 1 minute ago, iDeath said: forums Please let me know the url so I can test. I think it's due to the large size of a lot of images so it's slow to create cache.
December 31, 20168 yr Is it possible in the last version to have one slider with topics and multiple database records? If not, could you please add this feature that is more suitable for IPS community where content itself is more important than content type? thanks!
January 1, 20178 yr Author 6 hours ago, sobrenome said: Is it possible in the last version to have one slider with topics and multiple database records? If not, could you please add this feature that is more suitable for IPS community where content itself is more important than content type? thanks! It can not, I don't have a solution. You should add contents to slider manually instead of using getting automatically.
January 1, 20178 yr 11 hours ago, onlyME said: Please let me know the url so I can test. I think it's due to the large size of a lot of images so it's slow to create cache. Perhaps, there are several thousand topics, though, I let it go all night and no results. I'll try to think of an alternate method of showcasing the marketplace.