Jump to content

Vfrloos

Clients
  • Posts

    34
  • Joined

  • Last visited

Contact Methods

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Vfrloos's Achievements

  1. Ok, is there a way to get the following then: I want a custom field, see it in the mail, but not on the public profile of the member.
  2. Yes for example in the mail I receive: (took just the 3 last ounces, some text is in Dutch) De mijne is: VFROC Lidmaatschapsnummer:: About Me: I've added a custom profile field: Lidmaatschap VFROC: Nee/Ja ->. required. (dropdown choice) This is the one I would like to see in the mail.
  3. I can't find the settings for this 🥺 We have some custom profile fields and I have switched on the mail notification to yes for completed registration. So far so good. But in the mail I receive I see some profile fields settings (some I don't want to) and some are not displayed in the registration mail. Where can I set the fields to display in the mail?
  4. tx @Jim M that was the solution. My bad, on the stock reply there are permissions, thought that's wat you ment. But you really have to click the new button. Tx working 👌 and sorry, missed this, my bad.
  5. Yes, 2 groups, in Dutch : beheerder (admin) and bestuur (staff) admin works. For testing I have the user franktest put him in the bestuur group.
  6. Tried several tricks but can't get the "stock" reply button visible to other groups. Running: Version 4.7.3 (latest with patch) PHP Version 8.0.24. Dashboard happy 😄 and using other theme ( ipsfocus.com), but same problem on default theme. When I made a stock reply for our staff members I put the button in the editor, but it's not visible in there editor. As an administrator I see it, made testuser -> admin, button available, changed group button gone. Permissions was set on the stock reply to the group, even set it to all groups still no luck. Seems only to work now for the admin, am I doing something wrong? or is it a bug? (small one, no fire) edit: Not sure if the problem was there earlier, today switched from php 7.4 to 8.0
  7. Could be, Dutch and US have different use of commas and points.
  8. Still a problem, but that gives me a hint. Switched lang to US and no problem, switch back to Dutch, booomm. So problem is in the lang setting probably then.
  9. Done, was also very old, created also admin account. (hope mail adres is correct, but it wil work with login)
  10. Here it is: SELECT calendar_events.*, ( 3959 * acos( cos( radians(52,5) ) * cos( radians( event_latitude ) ) * cos( radians( event_longitude ) - radians( 5,75 ) ) + sin( radians( 52,5 ) ) * 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-15' AND DATE( event_start_date ) <= '2023-10-15' AND event_all_day=1 ) OR ( event_end_date IS NOT NULL AND DATE( event_start_date ) <= '2023-10-15' AND DATE( event_end_date ) >= '2022-10-15' AND event_all_day=1 ) OR ( event_end_date IS NULL AND event_start_date >= '2022-10-15 00:00:00' AND event_start_date <= '2023-10-14 22:00:00' AND event_all_day=0 ) OR ( event_end_date IS NOT NULL AND event_start_date <= '2023-10-14 22:00:00' AND event_end_date >= '2022-10-15 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 < 2 AND calendar_events.event_approved!=-2 AND calendar_events.event_approved!=-3 AND calendar_events.event_calendar_id IN(1,2) HAVING distance < 500 ORDER BY distance ASC IPS\Db\Exception: Incorrect parameter count in the call to native function 'radians' (1582) #0 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/system/Db/Select.php(388): IPS\_Db->preparedQuery('/*deb115391_V4-...', Array, true) #1 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 [internal function]: IPS\Db\_Select->rewind() #3 [internal function]: IteratorIterator->rewind() #4 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/applications/calendar/sources/Event/Event.php(2164): iterator_to_array(Object(IPS\Patterns\ActiveRecordIterator)) #5 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/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/deb115391/domains/vfroc.nl/public_html/forumVFR/applications/calendar/modules/front/calendar/view.php(126): IPS\calendar\modules\front\calendar\_view->_viewOverview(Object(IPS\Helpers\Form)) #7 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/system/Dispatcher/Controller.php(118): IPS\calendar\modules\front\calendar\_view->manage() #8 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute() #9 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/index.php(13): IPS\_Dispatcher->run() #10 {main} Backtrace: #0 /home/deb115391/domains/vfroc.nl/public_html/forumVFR/init.php(1029): IPS\_Log::log('SELECT calendar...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(IPS\Db\Exception)) #2 {main}
  11. Correct, long overdue but updated at last. (Was also waiting for skin updates Sherri, never came) So before update: removed skins / removed plugin's and other customize settings. Look ok, default forum no problem. Performed upgrade, looks ok. However calendar seems nog to work: SELECT calendar_events.*, ( 3959 * acos( cos( radians(52,5) ) * cos( radians( event_latitude ) ) * cos( radians( event_longitude ) - radians( 5,75 ) ) + sin( radians( 52,5 ) ) * 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 ( etc etc Any idea? I will upgrade php but have to do some upgrades also to other software running on this host. For now disabled calendar and forum is running without problems. Loaded new skins from ipsfocus also no problems. Any ideas, or just wait until php 8 upgrade?
  12. Nope, have test site, did new upload Business One 4.3.6 and two from ibtheme.com complete new, and still same problem. (even Red Pro) example (bla is the block)
×
×
  • Create New...