Jump to content

IndianaJoe

Clients
  • Posts

    186
  • 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

Everything posted by IndianaJoe

  1. I really liked this plugin, but now I get the error [[Template core/global/plugins/superblocks is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] When trying to load it. Not sure what broke, but would like to use this plugin again.
  2. The feed contains items from three of the custom databases. Two of them show up on the feed, the last one does not. When I just use the one database by itself nothing shows up on the feed even though there are numerous entries. The name of the feed on my website is "News and Rankings Updates." As stated it shows properly with two of the databases, but not the third.
  3. I have an RSS feed for a custom database that does not seem to be populating with anything. I have turned on the RSS feed in the database setup. Even tried turning it on and turning it off(that always works right?), but still nothing is populating. I have another custom database that everything works fine with. Is there anything else I can do to get the feed to populate? Thanks
  4. Hopefully I can explain this well enough to see if anyone has tried this. I have a database that is basically events with date/time, details, etc in it. I want to keep the past events as they are results and very important. The database is default sorted by Date/Time. Is there a way to automatically jump the user to page X where the nearest date events are when they go into that database listing? So it might go to page 25 of 50 depending upon the day. Basically if I could somehow get most(if not all) of the calendar functions using a custom database it would be splendid! Thanks
  5. Does anyone have any update on this? I would really like to use Square and haven't seen any indications of it being added.
  6. I have a Q and A forum and now the topics that has a best answer are now coming up with an error. Error: Call to a member function truncated() on null (0) #0 /var/www/html/system/Dispatcher/Controller.php(101): IPS\forums\modules\front\forums\_topic->manage() #1 /var/www/html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #2 /var/www/html/applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute() #3 /var/www/html/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_topic->execute() #4 /var/www/html/index.php(13): IPS\_Dispatcher->run() #5 {main} Any help with this? Thanks
  7. Thanks @Sonya*, that worked! I wasn't sure how to utilize the try/catch within the code.
  8. Right now I have some queries in a block that will throw an error when it looks up a record and it has been deleted. This screws up the whole page instead of just skipping the record. Is there a way to check the table for the record before doing this in order to skip the record? Here is my code {{$wDB = \IPS\Db::i()->select( 'field_48, field_51, field_59, field_52, field_450, field_522', 'cms_custom_database_9', array( 'primary_id_field=?', $wID) )->first();}} I know that the error I receive is for past entries where I deleted records that it is looking for. Any help on how to not throw an error and just go on it's merry way would be appreciated.
  9. I need to implement some function after items are added to the database. Previously I have used the Database Callback and most recently Automation Rules. Neither are compatible with the newest update. Basically what I need to do is update a few database fields after an item is added or edited. Are there any add-ons that would be able to do this?
  10. This isn't cool. Great job Invision, now you are breaking people's websites.
  11. Does the Point Logs clear after a certain amount of time? Just curious as after a couple weeks mine is over 800 pages. I see no reason why this needs to be kept for too long.
  12. #1 is the easiest, it's standard betting Team A vs. Team B Choices for the bettors are Team A or Team B Choices for admin would be A, B, or a draw(no one wins money refunded) Admins can set the "line" such as Team A wins by 5 or something like that within the bet Odds would be the same for each option. Currently I would have to create two separate bets, one for Team A winning and one for Team B winning. I'd like to condense it so that it is one bet. #2 is like horse racing Horse 1- odds 3.2 Horse 2- odds 2.7 Horse 3- odds 3-10 and so on Personally for what I would do I'd like a max of 16, but even 5 would be good for now Also while I have you on the line, is there a way to set a max bet? If not could there be? I might want to give people an easy win, but want to limit what they can make off of it. Thanks
  13. Just downloaded the app and working on integrating it. I have a couple questions on betting. 1. Is there a way to have the follow for two choices. Team A vs. Team B Team A gets 5 points(they have to win by 6 or more) Is there a way to have a selection to select Team A or Team B, then generate the winners and losers that way? Currently it looks like you have to create two separate bets to do this. 2. Is there a way to have 2+ choices and select a winner? For instance a horse race where there are 10 horses, picking the winner and getting the reward for picking the right winner. Thanks
×
×
  • Create New...