Jump to content

joshuaj

Members
  • Posts

    307
  • 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 joshuaj

  1. 4 hours ago, Steph40 said:

    I am not getting images imported, I don't see any option for that in the field mapping, am I missing something?

    It isn't implemented yet, but he showed a screenshot where he is working on it for an update.

  2. 12 minutes ago, Fosters said:

    Yes, the full error stack would be useful. You can get it in your ACP in the system log.

    Here ya go

    ErrorException: Object of class IPS\cms\Categories1 could not be converted to string (4096)
    #0 /home/artofw8/public_html/system/Db/Db.php(394): IPS\IPS::errorHandler(4096, 'Object of class...', '/home/artofw8/p...', 394, Array)
    #1 /home/artofw8/public_html/system/Db/Db.php(807): IPS\_Db->preparedQuery('INSERT INTO `ip...', Array)
    #2 /home/artofw8/public_html/system/Patterns/ActiveRecord.php(459): IPS\_Db->insert('feed2dbimporter...', Array)
    #3 [internal function]: IPS\Patterns\_ActiveRecord->save()
    #4 /home/artofw8/public_html/init.php(448) : eval()'d code(94): call_user_func_array('parent::save', Array)
    #5 /home/artofw8/public_html/system/Node/Model.php(2270): IPS\Patterns\rules_hook_ipsPatternsActiveRecord->save()
    #6 /home/artofw8/public_html/init.php(448) : eval()'d code(211): IPS\Node\_Model->save()
    #7 /home/artofw8/public_html/system/Node/Model.php(3053): IPS\Node\advancedtagsprefixes_hook_nodeModel->save()
    #8 /home/artofw8/public_html/init.php(448) : eval()'d code(134): IPS\Node\_Model->saveForm(Array)
    #9 /home/artofw8/public_html/init.php(448) : eval()'d code(77): IPS\Node\advancedtagsprefixes_hook_nodeModel->saveForm(Array)
    #10 /home/artofw8/public_html/applications/feed2dbimporter/sources/Feed/Feed.php(649): IPS\Node\rules_hook_ipsNodeModel->saveForm(Array)
    #11 /home/artofw8/public_html/system/Node/Controller.php(391): IPS\feed2dbimporter\_Feed->saveForm(Array)
    #12 /home/artofw8/public_html/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->form()
    #13 /home/artofw8/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #14 /home/artofw8/public_html/system/Dispatcher/Dispatcher.php(146): IPS\Node\_Controller->execute()
    #15 ErrorException: Object of class IPS\cms\Categories1 could not be converted to string (4096)
    #0 /home/artofw8/public_html/system/Db/Db.php(394): IPS\IPS::errorHandler(4096, 'Object of class...', '/home/artofw8/p...', 394, Array)
    #1 /home/artofw8/public_html/system/Db/Db.php(807): IPS\_Db->preparedQuery('INSERT INTO `ip...', Array)
    #2 /home/artofw8/public_html/system/Patterns/ActiveRecord.php(459): IPS\_Db->insert('feed2dbimporter...', Array)
    #3 [internal function]: IPS\Patterns\_ActiveRecord->save()
    #4 /home/artofw8/public_html/init.php(448) : eval()'d code(94): call_user_func_array('parent::save', Array)
    #5 /home/artofw8/public_html/system/Node/Model.php(2270): IPS\Patterns\rules_hook_ipsPatternsActiveRecord->save()
    #6 /home/artofw8/public_html/init.php(448) : eval()'d code(211): IPS\Node\_Model->save()
    #7 /home/artofw8/public_html/system/Node/Model.php(3053): IPS\Node\advancedtagsprefixes_hook_nodeModel->save()
    #8 /home/artofw8/public_html/init.php(448) : eval()'d code(134): IPS\Node\_Model->saveForm(Array)
    #9 /home/artofw8/public_html/init.php(448) : eval()'d code(77): IPS\Node\advancedtagsprefixes_hook_nodeModel->saveForm(Array)
    #10 /home/artofw8/public_html/applications/feed2dbimporter/sources/Feed/Feed.php(649): IPS\Node\rules_hook_ipsNodeModel->saveForm(Array)
    #11 /home/artofw8/public_html/system/Node/Controller.php(391): IPS\feed2dbimporter\_Feed->saveForm(Array)
    #12 /home/artofw8/public_html/system/Dispatcher/Controller.php(85): IPS\Node\_Controller->form()
    #13 /home/artofw8/public_html/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute()
    #14 /home/artofw8/public_html/system/Dispatcher/Dispatcher.php(146): IPS\Node\_Controller->execute()
    #15 /home/artofw8/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #16 {main}/admin/index.php(13): IPS\_Dispatcher->run()
    #16 {main}

     

  3. @Fosters My friend! Finally! I've been waiting for this for ages! Thank you for making it.

    I too am getting this error

    We're sorry, but a temporary technical error has occurred which means we cannot display this site right now. 
    
    Object of class IPS\cms\Categories4 could not be converted to string
    
    You can try again by clicking the button below, or try again later. 

    If you need any information from me about any other apps installed let me know.

  4. Hi @Fosters,

    It seems like this application is triggering a " There are some problems with your database " error under the support feature.

    This is what I get when I click on "Fix This"

    There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are:
    
    ALTER TABLE `core_groups` CHANGE COLUMN `pm_assign_items` `pm_assign_items` TINYINT (1) NULL DEFAULT 1 
    
    ALTER TABLE `core_groups` CHANGE COLUMN `pm_act_as_pm` `pm_act_as_pm` TINYINT (1) NULL DEFAULT 0 
    
    ALTER TABLE `core_groups` CHANGE COLUMN `pm_act_as_pm` `pm_act_as_pm` TINYINT (1) NOT NULL 
    
    ALTER TABLE `core_groups` CHANGE COLUMN `pm_assign_items` `pm_assign_items` TINYINT (1) NOT NULL 

     

  5. Hi @onlyME

    Thanks for the fast reply! Is there a way I can force a category to only allow live stream uploads? At current, the user has to click on the button for livestream and I want to force this instead of them having to click on the button.

    Thanks again for your fast reply.

  6. @FGN

    I got this to work. The key is you need to schedule the action manually. The rule won't execute until the event is triggered so you have to execute your action manually as @jair101 mentioned. Also, don't forget to use the proper token in Rule -> Action. Once you set up the rule , then you'll go to the Custom Action and execute it manually. Works like a charm. I wanted to do this to remove the member ID number from the url. Makes it look better in my opinion.

    schedule.thumb.jpg.a7c698596c133bf91da9e308c0fefce8.jpg

    token.thumb.jpg.351041ef14e7a16a64799e8de3ae0f39.jpg

    urlalias.thumb.jpg.c4c7e1da31f67d5aaa99d48ce403103c.jpg

  7. Hi Taman, I'm working on a custom homepage and I'm using the blocks with the s1_onecolumn and I'm displaying two records. When I use the ips.ui.grid equalHeights , it seems to give each grid column the correct/equal height. However; the articles aren't resizing to fill the grid. I would like for them to look equal in height so it doesn't look strange. How can I accomplish this?

     

    betasite.thumb.jpg.be7a4312ae2b51128e766427a995e03f.jpg

  8. 6 hours ago, Eupolemos said:

    Users cannot create Pages. With GC they can create their own forums with their own, local moderators. Me, I'm making a default collab which will be how every new collab is. This includes permissions for their local moderators.

    It seems they can make pages using the database function of IPS. You can set up a custom database and make it use the WYSWYG editor and the group owner can make pages. I'm testing it on my local beta copy and I created articles inside of my collab area. It even can use whatever template you decide to use.

     

    What I would like to see is a way to make an actual page with the WYSWYG editor so that I can make an actual "Homepage" in the collabs. I'm still playing around with it and I'm sure I can do some "tweaking" to do this, but I'm not sure how yet. Plus I have to fly to Paris today and it's difficult to focus on things when I have to work haha.

     

    collab.thumb.jpg.7f5839b62a42d902e8c4505608b701c1.jpg

     

  9. 16 minutes ago, Kevin Carwile said:

    @joshuaj

    Yeah. It does all of that. Only the paid version is compatible with 4.2.

    Hey Kevin,

    Thanks for your fast reply. So the users can create their own pages inside of the group? That is really fantastic. I'll def get a copy of it. Do you plan to continue to develop this plugin for future releases even if it does seem similar to the built in clubs feature?

  10. Hello,

    I'm wondering if someone can tell me the benefit of using this plugin vs the built in clubs system?

    One thing that really lacks in the clubs system is the ability for the forum to act like a forum. (ie. making a category with forums under it etc)

    Does Collab do this? I wanted to download the demo but it doesn't seem to work on the 4.x boards.

    I'd basically like to make a "group" and allow full control over it by the group creator/leader. I'd also like that leader to be able to make their own pages inside their group. Is this possible?

    Thanks in advance for all of your information and help.

  11. On 8/29/2017 at 3:12 PM, Unlucky said:

    Hi,

    Well I add 8 prefixes and click save but when i go back to edit forum only 1 is showing as saved

    Therefore when i go to add a new topic - only 1 prefix is in the list of available prefixes

    bit difficult to screenshot this one

    Having the same issue now and I'm on IPS 4.3

  12. Just now, Joel R said:

    If @Fosters adds club support, then I think that would be a better approach.  Create a club for each clan, and allow the clan leader to approve / deny. 

    Hi Joel,

    Thanks for the feedback. The club support plugin, is it strictly for the "clubs" function or does it extend to membership groups like I described above? I have groups that utilize their own private forum space. I haven't implemented the clubs feature on the board yet.

×
×
  • Create New...