Jump to content

Telemacus2

Clients
  • Posts

    1,003
  • 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 Telemacus2

  1. 1 hour ago, opentype said:

    Not sure why that is a concern to you. Is your host really charging that much that it matters? 

    Sorry if this is a dumb question, but I don't fully understand your comment. Can you picture a scenario where a forum admin uploads a video file, say 1gig, only to be downloaded by his forum users, and then, say, a rival forum copies the link and lets all his users download the file?  Because I think many self hosted admins would get a quick email from their web-hosting company telling them that they need to upgrade their plan immediately.

    And sure, in this particular case, it would be easier to upload the file to youtube and make it unlisted, but change video file to animation project or whatever... 

    And, by the way, isn't cloudflare like 200$ a month?? 

  2. Hi Stuart. 

    Error: Call to undefined method IPS\calendar\Date::getBirthdays() (0)
    #0 /home/ajedreci/public_html/foros/system/Widget/Widget.php(833): IPS\calendar\widgets\_todaysBirthdays->render()
    #1 /home/ajedreci/public_html/foros/system/Widget/Widget.php(888): IPS\_Widget->_render()
    #2 /home/ajedreci/public_html/foros/system/Theme/Theme.php(885) : eval()'d code(18575): IPS\_Widget->__toString()
    #3 /home/ajedreci/public_html/foros/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->widgetContainer('sidebar', 'vertical')
    #4 /home/ajedreci/public_html/foros/system/Theme/Theme.php(885) : eval()'d code(15726): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array)
    #5 /home/ajedreci/public_html/foros/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->sidebar('right')
    #6 /home/ajedreci/public_html/foros/system/Theme/Theme.php(885) : eval()'d code(6875): IPS\Theme\_SandboxedTemplate->__call('sidebar', Array)
    #7 /home/ajedreci/public_html/foros/system/Theme/SandboxedTemplate.php(61): IPS\Theme\class_core_front_global->globalTemplate('c7b49da220b0f88...', '\n\n<div class='i...', Array)
    #8 /home/ajedreci/public_html/foros/system/Dispatcher/Dispatcher.php(173): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array)
    #9 /home/ajedreci/public_html/foros/system/Dispatcher/Standard.php(113): IPS\_Dispatcher->finish()
    #10 /home/ajedreci/public_html/foros/system/Dispatcher/Front.php(630): IPS\Dispatcher\_Standard->finish()
    #11 /home/ajedreci/public_html/foros/system/Dispatcher/Dispatcher.php(155): IPS\Dispatcher\_Front->finish()
    #12 /home/ajedreci/public_html/foros/index.php(13): IPS\_Dispatcher->run()
    #13 {main}

     

    And... 

    SELECT calendar_events.*, ( 3959 * acos( cos( radians(47,6092) ) * cos( radians( event_latitude ) ) * cos( radians( event_longitude ) - radians( -122,3314 ) ) + sin( radians( 47,6092 ) ) * sin( radians( event_latitude) ) ) ) AS distance, author.*, core_tags_cache.tag_cache_text FROM `ibf_calendar_events` AS `calendar_events`  LEFT JOIN `ibf_core_tags_cache` AS `core_tags_cache` ON tag_cache_key=MD5(CONCAT('calendar;calendar;',calendar_events.event_id))  LEFT JOIN `ibf_core_members` AS `author` ON author.member_id = calendar_events.event_member_id WHERE ( event_online = 0 ) AND ( event_location IS NOT NULL ) AND event_recurring IS NULL AND ( 
    					( event_end_date IS NULL AND DATE( event_start_date ) >= '2022-10-04' AND DATE( event_start_date ) <= '2023-10-04' AND event_all_day=1 )
    					OR
    					( event_end_date IS NOT NULL AND DATE( event_start_date ) <= '2023-10-04' AND DATE( event_end_date ) >= '2022-10-04' AND event_all_day=1 )
    					OR
    					( event_end_date IS NULL AND event_start_date >= '2022-10-04 00:00:00' AND event_start_date <= '2023-10-04 00:00:00' AND event_all_day=0 )
    					OR
    					( event_end_date IS NOT NULL AND event_start_date <= '2023-10-04 00:00:00' AND event_end_date >= '2022-10-04 00:00:00' AND event_all_day=0 )
    				) AND event_latitude IS NOT NULL AND event_longitude IS NOT NULL AND calendar_events.event_approved=1 AND calendar_events.event_approved!=-2 AND calendar_events.event_approved!=-3 AND calendar_events.event_calendar_id IN(1) HAVING distance < 500 ORDER BY distance ASC
    IPS\Db\Exception: Incorrect parameter count in the call to native function 'radians' (1582)
    #0 /home/ajedreci/public_html/foros/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*ajedreci_ipb:...', Array, true)
    #1 /home/ajedreci/public_html/foros/system/Db/Select.php(446): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 [internal function]: IteratorIterator->rewind()
    #4 /home/ajedreci/public_html/foros/applications/calendar/sources/Event/Event.php(2164): iterator_to_array(Object(IPS\Patterns\ActiveRecordIterator))
    #5 /home/ajedreci/public_html/foros/applications/calendar/modules/front/calendar/view.php(503): IPS\calendar\_Event::retrieveEvents(Object(IPS\calendar\Date), Object(IPS\calendar\Date), NULL, 6, false, Object(IPS\Member), NULL, false, Array, false)
    #6 /home/ajedreci/public_html/foros/applications/calendar/modules/front/calendar/view.php(126): IPS\calendar\modules\front\calendar\_view->_viewOverview(Object(IPS\Helpers\Form))
    #7 /home/ajedreci/public_html/foros/system/Dispatcher/Controller.php(118): IPS\calendar\modules\front\calendar\_view->manage()
    #8 /home/ajedreci/public_html/foros/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #9 /home/ajedreci/public_html/foros/index.php(13): IPS\_Dispatcher->run()
    #10 {main}

     

  3. You know how you get a big message on your forum when there's a new ipb version available? 

    Is there a way to send a public message which looks just like that to anyone who visits the forum, member of guests? 

    I know there's the guest message widget, but that's only for guests isn't it? 

    I do have the "Notices" plugin, but that's got some limitations. 

  4. Sometimes I'd like to allow guests to vote (perhaps using ip checking to prevent people voting multiple times). 

    Sure, I understand that poll results wouldn't be as trustworthy, but sometimes the whole point of a poll is to encourage people to participate. Also, it is very frustrating for a guest to click on a poll topic only to be told "sorry, you can't read the results...". Yes, this might encourage some to register, but it'd be nice to have the choice of having the option to make polls where we let everyone vote or just registered members.

  5. The big invision upgrade has lasted more than 12 months! When did the first beta come out? but that's besides the point. I'm not talking about your case in particular, but about any app on the market. And from what I've read in this thread, I'm pretty sure TheJackal would be keener to upgrade his app (properly!) if his pricing structure were one which included renewal fees. It's my opinion, that's all. 

    Going back to your particular case, I'd request a full refund (and if you paid via paypal and are a regular user, you're quite likely to get it). 

  6. 5 minutes ago, BankFodder said:

    If the developer wants to change his pricing structure so that it is renewable, then that's fine – but it seems to me that people should be informed in advance so they can make their own purchasing decisions.

    What's so hard to understand about this? You're talking about a product that was released how long ago? 3 years? circumstances change. The developer will make no money whatsoever from his customer-base, because they have all bought it already, so he's not gonna be as keen on polishing his app. Sure, there will be exceptions, but I'd rather have an active developer being rewarded for a product I like than one who can choose to or not to update an app that was made ages ago. 

  7. 1 minute ago, BankFodder said:

    However, when you pay for a third party add-on then there are certain expectations that it will be kept up-to-date especially if the developer is still active and online.
    I think there is also a certain expectation that existing customers will at least be informed if support is coming to an end.

    Are these kinds of expectations so unreasonable?

    In my experience, those expectations are reasonable but unrealistic. There are so many plugins and themes that were never updated that we could write a telephone book with the list... 

  8. I too purchased this, and it was a great app. 

    TheJackal: I think you should add a renewal scheme to this app, I'm sure most people who've purchased this app would approve. whenever a new version of ipb comes out, it's a "P.I.T.A" for customers to have to give up the app. We understand that renewing it takes time and work, so it makes sense to add the renewal option, so that there's some incentive for you too, so please consider it. 

  9. Thanks a lot Makoto, very kind of you. (do you get any sleep?? 😃)

    I think I see what's happening. If My forum is setup to require a prefix BUT I also click on "Prefix: Users can only choose from a specified set of prefixes", when I new post is created in that forum, a user will not have the option to add a tag as well as a prefix (which I find a bit illogical, as having to pick from a set of prefixes shouldn't really affect the option to add tags also), but I'm sure there's a good reason for this.

  10. I think I've done something wrong. I've created several tags with the "convert tags to prefixes" option activated. I've also created some tags without that option. However, when I create a new thread, I don't get the option to add tags, only prefixes. 

    I wish I could use a tag I've created as either a prefix or a tag. 

  11. So, just to be clear. If I install this on a board which is currently runing"Advanced tags and prefixes", must that app be enabled or disabled in order for radical tags to be able to detect it and import the current tags and prefixes?

×
×
  • Create New...