Everything posted by legionaire
-
Invision Community 5.0.4 Releases
Thanks Matt, works as advertised 👍
-
Error Upgrading?
legionaire replied to Mascot Insider's topic in Invision Community 5: Beta Testing's Beta Discussiontry going to https://yoursite.XXX/admin/upgrade
-
Forum grid images not showing
Someone can close this topic, problem solved, had to download the Beta 8 files and upload them (not using the upgrader in the ACP) and all is working now
-
Forum grid images not showing
When I set the forums for grid and upload a cover photo for each forum, they get uploaded to the uploads directory on the server but never appear in the forums Sorry just realized this is the incorrect forum to post in, could someone please move (Version 5.0 Beta 😎
-
ipsGrid
Thank you Ehren, that will get me going
-
ipsGrid
It used to be you could use ipsAreaBackground for your application to obtain the same look and feel of a theme you were using however, that does not seem to work in 5.0. I don't want to make the app the coloring I like and not be able to change it but, to take on the look of the theme that is being used
-
ipsGrid
Thanks Ehren, I know it has been a while, but I finally got this incorporated using ipsGrid. I have one more question (for anyone who can answer) is there a way to have my app take on the theme settings for any theme that may be used ?
-
ipsGrid
Thanks to you both will give that a shot 🙂
-
ipsGrid
is ipsGrid_span no longer used in 5.0 and if not what replaced it ?
-
error trying to update appliction
The first corrected the error, thanks and no idea how to make the change on your recommendation 😔
-
error trying to update appliction
Happened upon another error that I cannot see my way clear on, I get the following error, any help would be appreciated (learning as I go) TypeError: IPS\Http\Url::internal(): Argument #1 ($queryString) must be of type string, null given, called in /home/ipsproarcade/public_html/testboard/applications/arcade/sources/Library/Library.php on line 2086 (0) Which refers me to this section of the app code function startForm( $hiddens = '', $name = 'theAdminForm', $js = '', $id = '' ) { if ( !$id ) { $id = $name; } $form = "<form action='" . \IPS\Http\Url::internal( NULL ) . "' method='post' name='$name' $js id='$id'>"; if ( \is_array( $hiddens ) ) { foreach ( $hiddens as $v ) { $form .= "\n<input type='hidden' name='{$v[0]}' value='{$v[1]}' />"; } } return $form; }
-
error trying to update appliction
Thanks teraByte, that seems to have worked, off to chase the next bug
-
error trying to update appliction
I get this error when attempting the code for my app Type of IPS\arcade\Member::$multitons must be array (as in class IPS\Patterns\ActiveRecord) in /home/ipsproarcade/public_html/testboard/applications/arcade/sources/Member/Member.php on line 85 Which is in direct relation to this code protected static $multitons; I have looked but cannot find an answer on how to correct this, could someone please help