147 | $faq[] = array("What are the pro and contras for the cookie system?", "<strong>Advantage:</strong> With larger forums the normal
cookie system has faster page-loading than the UPI2DB system, because this system must load the information about posts that have been read from the database. A
further advantage is that the data will be stored over many months, because you don't delete the data from your machine. This is interesting for users who only
visit the forum every 2 months.<br /><strong>Disadvantage:</strong> The largest disadvantage so far with this system is that you automatically
mark all posts as read by closing the browser. A further disadvantage is, that edited posts won't get marked as unread again and therefore won't get any further
attention."); | 147 | $faq[] = array("What are the pro and contras for the cookie system?", "<strong>Advantage:</strong> With larger forums the normal
cookie system has faster page-loading than the UPI2DB system, because this system must load the information about posts that have been read from the database. A
further advantage is that the data will be stored over many months, because you don't delete the data from your machine. This is interesting for users who only
visit the forum every 2 months.<br /><strong>Disadvantage:</strong> The largest disadvantage so far with this system is that you automatically
mark all posts as read by closing the browser. A further disadvantage is, that edited posts won't get marked as unread again and therefore won't get any further
attention."); |
148 | $faq[] = array("What are the pro and contras for the UPI2DB system?", "<strong>Advantage:</strong> Unread posts still stay unread, if
somebody closes the browser, you won't have to read all the new posts at one time. Posts can also get marked as read for a time of " .
(!empty($unread_days) ? $unread_days : 0) . " with the UPI2DB system. Forums which are not interesting for you, can be marked as 'permanently marked read',
until you change the option. Edited contributions are marked as unread with the notation 'Edited' and additionally have another color to separate them from
normal unread messages. A new search function allows one to look for unread and edited contributions only. When the Admin activated to display edited
contributions in the top of the Topics, edited contributions will be displayed at the first line of the topic.<br
/><strong>Disadvantage:</strong> At larger forums with many posts and users, it may take longer to load the page. The information whether a
contribution was read, remains stored only over a certain time period, afterwards posts will automatically be marked as read. The standard time period is set to
30 days. But this may vary on the settings from your Admin."); | 148 | $faq[] = array("What are the pro and contras for the UPI2DB system?", "<strong>Advantage:</strong> Unread posts still stay unread, if
somebody closes the browser, you won't have to read all the new posts at one time. Posts can also get marked as read for a time of " .
(!empty($unread_days) ? $unread_days : 0) . " with the UPI2DB system. Forums which are not interesting for you, can be marked as 'permanently marked read',
until you change the option. Edited contributions are marked as unread with the notation 'Edited' and additionally have another color to separate them from
normal unread messages. A new search function allows one to look for unread and edited contributions only. When the Admin activated to display edited
contributions in the top of the Topics, edited contributions will be displayed at the first line of the topic.<br
/><strong>Disadvantage:</strong> At larger forums with many posts and users, it may take longer to load the page. The information whether a
contribution was read, remains stored only over a certain time period, afterwards posts will automatically be marked as read. The standard time period is set to
30 days. But this may vary on the settings from your Admin."); |
149 | $faq[] = array("I can not see any switch on my profile, where I can select to choose between the cookie or UPI2DB system", "If you don't see the
options for the UPI2DB system the admin has permanently deactivated the system. In this case you won't have the possibility to switch this option."); | 149 | $faq[] = array("I can not see any switch on my profile, where I can select to choose between the cookie or UPI2DB system", "If you don't see the
options for the UPI2DB system the admin has permanently deactivated the system. In this case you won't have the possibility to switch this option."); |