Jump to content

Giray

Clients
  • Posts

    651
  • 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 Giray

  1. 1 hour ago, Giray said:

    Hi. It's been a while since I used the app, just tried now and I'm having an issue and need some pointing in the direction of where I may find the solution.

    I've created a simple checkbox set field. I've created the set and placed it in a new container in a discussion forum within a club. When I go to post, no problem, the question appears and I answer. Then when I post, it does not appear. I've tried changing the setting to before or after content and no joy.

    Note that I've tried with my modified theme but also with the IPB default, same.

    Thoughts?

    Thanks E.

    Found the issue. It's another application. Contacting the dev directly to have him look at it. Sorry.

  2. Hi. It's been a while since I used the app, just tried now and I'm having an issue and need some pointing in the direction of where I may find the solution.

    I've created a simple checkbox set field. I've created the set and placed it in a new container in a discussion forum within a club. When I go to post, no problem, the question appears and I answer. Then when I post, it does not appear. I've tried changing the setting to before or after content and no joy.

    Note that I've tried with my modified theme but also with the IPB default, same.

    Thoughts?

    Thanks E.

  3. Now when adding the plugin (ckeditor-cowriter-1.0.1.zip) I get:

    TypeError: closedir(): Argument #1 ($dir_handle) must be of type resource or null, string given (0)
    #0 /home/mysite/public_html/applications/core/modules/admin/editor/toolbar.php(531): closedir('/home/hamcomm/p...')
    #1 /home/mysite/public_html/system/Dispatcher/Controller.php(107): IPS\core\modules\admin\editor\_toolbar->addPlugin()
    #2 /home/mysite/public_html/applications/core/modules/admin/editor/toolbar.php(91): IPS\Dispatcher\_Controller->execute()
    #3 /home/mysite/public_html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\editor\_toolbar->execute()
    #4 /home/mysite/public_html/admin/index.php(13): IPS\_Dispatcher->run()
    #5 {main}

     

    Wait... maybe.... I think I might have fixed it. Going into template next.

  4. So, I go to the plugin page, I download it. Because I'm on a Mac, it unzips it. That's fine, I zip it back up. I then go to the 'Add button' page in the Editor toolbar section on IPS and I upload the plugin (cowriter_0). The result is now an empty editor again.

    What am I doing wrong?

    🥸

    Could contain: Page, Text, File, Webpage

    Just in case, I will try on my PC/W11

  5. I screwed up. I wanted to upload a new button and uploaded a new 'empty' CKE editor instead. It is now gone from my installation. Any idea how I revert back to the standard IPS CKE editor?

    Thx.

  6. Hi. I've got a bug, I think, when trying to approve an ad. Here's the error message. Thoughts? Thx.

    LogicException:  (0)
    #0 /home/mysite/public_html/system/Email/Email.php(543): IPS\_Email::devProcessTemplate('email__classifi...', 'The advert %s i...', Array, 'plaintext')
    #1 /home/mysite/public_html/system/Email/Email.php(874): IPS\_Email->compileSubject(Object(IPS\Member), Object(IPS\Lang))
    #2 /home/mysite/public_html/system/Notification/Notification.php(941): IPS\_Email->mergeAndSend(Array, NULL, NULL, Array, Object(IPS\Lang))
    #3 /home/mysite/public_html/system/Notification/Notification.php(921): IPS\_Notification->sendEmails(Array, Array)
    #4 /home/mysite/public_html/applications/classifieds/sources/Advert/Advert.php(1868): IPS\_Notification->send()
    #5 /home/mysite/public_html/system/Content/Content.php(1084): IPS\classifieds\_Advert->unhide(Object(IPS\Member))
    #6 /home/mysite/public_html/init.php(938) : eval()'d code(484): IPS\_Content->modAction('unhide', NULL, NULL, false)
    #7 /home/mysite/public_html/system/Content/Controller.php(1010): IPS\Content\radtags_hook_C_ContentItem->modAction('unhide')
    #8 /home/mysite/public_html/system/Dispatcher/Controller.php(107): IPS\Content\_Controller->moderate()
    #9 /home/mysite/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute()
    #10 /home/mysite/public_html/init.php(938) : eval()'d code(16): IPS\Content\_Controller->execute()
    #11 /home/mysite/public_html/applications/classifieds/modules/front/classifieds/view.php(59): IPS\Content\templates_hook_TemplateController->execute()
    #12 /home/mysite/public_html/system/Dispatcher/Dispatcher.php(153): IPS\classifieds\modules\front\classifieds\_view->execute()
    #13 /home/mysite/public_html/index.php(13): IPS\_Dispatcher->run()
    #14 {main}

     

    **EDIT**

    Just managed to approve it through AdminCP, but not front end.

  7. Hi. A little lost as regards where to set max file size for uploads to a club downloads feature.

    I've created a downloads section in a club but I seem to be limited in upload size and cannot find where to adjust it. Download categories in the main section are fine (as per the screenshot), but there is nowhere I can find where I can adjust the upload size in a club feature.

    Thoughts?

    Thanks!

    Could contain: Page, Text, File, Webpage

  8. 2 hours ago, Jim M said:

    Unfortunately, this is not something which I could reproduce myself with that version of Firefox. I would advise having the user disable any extensions/plugins they have installed on the browser and trying again. 

    Is this something you or someone else is also able to reproduce?

    Hi Jim. It's one of my members. I was not able to reproduce it either. I'll reach back out to him about disabling extensions.

  9. I have a member who sent me the following message. Any idea where this might come from?

    Quote

    There's a script on the community that conflicts with Firefox 111.0.1 64-bit version and makes the website freeze for me after logging in.  Logging out and loggin back in multiple times sometimes works for me but sometimes not. In case you are interested, the error console reports:

    "This page uses the non standard property “zoom”.  Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”."

    Thanks all...

  10. Thanks Makoto! That was indeed one of the problems. The other - in addition to my stupidity - is that my WHM was configured with a default, but the specific domain was way lower. My WHM was 768, my cPanel was at 14. All good now, set all the PHP sizes to what they should be and I'm good to go. Thx again.

  11. 12 minutes ago, Adriano Faria said:

    Unless someone reinvent the wheel which is pretty much non sense to me. It would have to handle manually with everything. Commerce already do that.

    Anyway, Michael seems to do it in his Donations app. You can try to contact him to see if he does the same as a new app or a custom job in Classifieds.

    Sorry Adriano, not sure I follow. You think it’s nonsense to have a system whereby members could be paid directly for something ‘they’ are selling? This is the way it works on many platforms that have individual shops. You set up your shop, you get paid directly. Instead, with IPS, because there is no possibility for the member to set up a payment option, every payment has to transit through the board’s bank account (or paypal or whatever) and then get redistributed. That’s so much work, not to mention an accounting/taxation nightmare. Sorry, are you agreeing with me or disagreeing, not sure I understand.

  12. I just want to make sure I have not missed this anywhere.

    We agree that there is no way for a member to be paid directly for anything, whether using the core or any plugin, correct? Or did I miss it? Say in Classifieds, there is no way for someone who pays for something to pay the seller directly? Or in Clubs, there is no way for one club’s membership payments’ to go to one payment pipeline and another club’s payments’ to go to another? If I’m reading this correctly, ALL payments have to go through the board’s payment setup and then the board has to redistribute? If I am correct, is this something that will ever change? It seems completely impractical and limiting.

    Thoughts?

    Thx.

  13. Core or plugin? The ability to bring a person or a group's notifications to the absolute lowest with one click. I get members who say: I want zero notifications, nada, niente, zip, zippo. As a moderator I wish there was a single click that would zero out that person (or group's, but especially person's) notifications.

  14. When you promote an article you get to pick an image, great. However, that image gets resized into that narrow band. Imagine it’s a headshot, the image in picks on the homepage ends up being focused on nose and mouth. I have lots of noses and lips on my picks widget; I would prefer to have eyes. In short, it would be important to have the ability to reposition the image (or change the ratio, though I prefer the repositioning option)

    Could contain: Page, Text, Advertisement, Poster, Adult, Male, Man, Person, Head, Face

  15. 8 hours ago, LiquidFractal said:

    I've fixed the problem! @Giray, this is what I did to solve the problem on my end:

    1. Go to your Clubs listing on your website. When you mouse over each Club title, note down the number for each one, e.g., yoursite.com/clubs/33-my-test-club. In this example, 33 is this Club's club ID number. Do this for each of your existing Clubs (if possible - don't know how many Clubs you're using).  So you're going to make a list of the club IDs of your existing and active Clubs.
    2. Go into your server's Control Panel, load up phpMyAdmin and call up your Invision database
    3. Browse to the core_clubs_node_map table. 
    4. You'll see a list of Club features. There's a field named club_id. This is the only field you need to worry about; check each club_id number against the list you made before and if an entry has a club_id number which is not on your list, delete it because, as @Adriano Faria pointed out, they are no longer tied to an existing club and can be removed.

    That's it!  I found a fistful and deleted them.  I also just ran clubrebuild again and it ran successfully (with ICE enabled).

    I glean from your posts that you aren't familiar with phpMyAdmin, but your tech people could do this easily enough I reckon.

    Hope this helps!

    Great explanation. Much appreciated and noted for next time? 🥵

×
×
  • Create New...