-
@Leonid S is it OK to change the code in the file only (which didn't fix the problem for me), or I need to disable and enable the timeline module (given the nature of the file edited)? can you kindly advise?
@Leonid S is it OK to change the code in the file only (which didn't fix the problem for me), or I need to disable and enable the timeline module (given the nature of the file edited)? can you kindly advise?
You may correct this record (sys_add_content_links) in the sys_menu_items table.
Can you please clarify for me, which record should be corrected?
You need to execute the following MySQL query in your UNA database:
UPDATE `sys_menu_items` SET `link`='page.php?i=timeline-view&profile_id={member_id}' WHERE `set_name`='sys_add_content_links' AND `module`='bx_timeline' LIMIT 1
Then clear all cache via the Studio->Dashboard.