Loading...
nl

Forum geupgrade naar 7.5.1

Helma
Helma mrt 21 '09
Zo, dat heb je leuk gedaan vannacht, Nims! Bedankt, ziet er weer goed uit.
Delen:
JulienMoorrees
JulienMoorrees mrt 21 '09
Graag gedaan hoor. Er zijn weer een hoop veranderingen in 7.5

Hier een overzicht van alles wat er veranderd is:
New Features

Feature: Modified all gallery posts, so when viewing a picture it will give you the ubbcode for the thumbnail, medium and full sized images in the Post Description area. Also now displaying the size and dimensions of the full sized image.
Feature: Modified the image/file manager to display the max allowed size of images of files.
Feature: Added the online/offline indicator to the profile pages.
Feature: When editing forum permissions, you will now be able to see what the max attachment size is set to in php.ini and you will not be able to set a value higher than this for File or Gallery attachments.
Feature: Added Page Jumpers to the bottom of individual private messages when they are multiple pages long.
Feature: Added the option for admins to make it so users would be added to the Users group when reaching a certain post count. Previously, this was only available on custom groups.
Feature: When clicking the Use link on Saved Queries, it will now copy the saved description into the Description text box as well.
Feature: When a user changes their email in their profile a verification email will be sent to the new address. The account email will not be changed until the user clicks on the verification email.
Feature: Added blaaskaak's mod that allows you to search for users on the showmembers page, with a slight modification. Instead of just being able to search for users that start with a certain string, it will search for users that have the string anywhere in their username.
Feature: Added a new Mass Permission Copy page. This allows you to copy the permissions for a single forum to multiple specified forums in one step.
Feature: Added another default island to show the Top Posters in the Last 30 days in addition to the one that shows over all time.
Feature: On the Custom Islands Screen, it is now possible to add additional Custom Islands. So the limit is no longer 10 Custom Islands, it's unlimited.
Feature: The Permission to Delete any posts and Delete Topics have been split up. So Admins will now be able to specify that some moderators will be able to delete posts but not entire topics. The default permission for DELETE TOPICS will be the same as the current DELETE POSTS setting for each group upon upgrade.
Feature: Added a new option under Feature settings for setting the maximum width for images using the [img] tag. This uses browser scaling, as a quick way to keep large sized images from distorting the layout. Leaving this option empty will leave the images untouched so they display as they currently do.
Feature: Added blaaskaak's mod for a Today's Birthday Portal Island. Under Portal Settings there is an option to only include users online within a certain number of days. Added some extra code so this island is only rebuilt at the beginning of each day under normal conditions. It will also rebuild when a new user registers or somebody changes their profile.
Feature: Added a "Featured Member" portal island. This rebuilds every hour and selects a random member out of the database that isn't banned. Under Portal Settings there is an option to only include users that have been active in the last certain number of days.

Feature Changes

Change: Permission to view Active Topics are no longer linked to being able to Search. So the Active Topics menu will be available to all as it was originally intended
Change: The New User Island will no longer contain banned users.
Change: Modified the header so the common.css file is loaded first and then the specfic stylesheet is loaded after so it cascades properly.
Change: Modified the gallery code to allow for the .jpeg extension in addition to just .jpg
Change: Clicking on a gallery image will now always take you to the image, even if there are new comments for that image. Clicking on the "Comments" link will still take you to the newest comment.
Change: All references of "Login Name" have been changed to "Username". This was done due to the fact that in some places we referred to "Username", some "Login Name". Since Username is the more common word in applications, we went with it.
Change: When the forum is initially loaded, it will check the HTTP_HOST and protocol being used. By default, if this doesn't match the FULL_URL it will redirect the user. There is an option to force the FULL_URL to the current URL the user is accessing the forum from.
Change: When an attached image is shown inline with the post it will no longer show the (XX downloads) next to the inline image.
Change: Modified the sort order on the RSS Control Panel screen so it sorts similar to the Forum Summary.
Change: When Age Verification is enabled on the registration screen, this will be populated into the User's Birthday Field. They will also get the choice to choose to show their birthday in their profile while registering.
Change: Added the gallery directory and sub-directories to the Permission Check screen in the Control Panel.

Bug Fixes

BugFix: Moderators were able to reply to any locked topic. Changed this so locked topics can only be replied to by those that have permission to lock/unlock topics for that forum.
BugFix: Fixed an issue with the flood control settings not behaving properly for logged in users.
BugFix: When Quick Quoting an Anonymous post the display name was being changed to the placeholder user ** DONOTDELETE **
BugFix: Put in some code checks to prevent duplicate moderator entries.
BugFix: Fixed a SQL query error if a user didn't have anything selected for Topics Per Page.
BugFix: Fixed a bug with the Custom Title length check.
BugFix: Updated a couple scripts that were still doing old style permission checks and were't using the new ones for 7.3.
BugFix: Altered a few SQL queries, so they will no longer result in an error when MySQL is running in Strict mode.
BugFix: Fixed an issue when becoming a user while the board was closed wouldn't allow you to logout.
BugFix: When ordering posts by Username and clicking on next/previous topic, it would result in a SQL error.
BugFix: Fixed an issue with the check for max number of private message recipients.
BugFix: Banned Users were still receiving emails from Watched Forums/Topics/Users.
BugFix: Locking a topic pointer would result in a broken topic pointer.
BugFix: Users were able to ignore Global Moderators.
BugFix: When a topic is moved and a pointer is left, the pointer will now retain all of the info, such as views, replies and last poster at the time of the move.
BugFix: When editing a user's homepage from the Admin Control Panel, it would add an extra at the beginning.
BugFix: When using the group manager it was possible to delete a group even when it had users in it that belonged to no other group. This is no longer possible.
BugFix: When using the group manager it was possible to delete a group that was part of your default user groups. This is no longer possible.
BugFix: When uploading a file or photo that exceeded the max upload size set in php.ini it would appear to upload even though it wouldn't. The user will now get an error stating the file or photo is too large.
BugFix: When editing a single language file, you will now be properly returned to the editor when submitting your changes. When editing a language file after searching for a particular word, you will be properly returned to the search results after submitting your changes.
BugFix: Saved SQL queries will now display line breaks properly in both the saved query list, and the text area when using the saved query.
BugFix: When deleting a user and his posts it will now trigger the rebuild of all forum summary data.
BugFix: Under certain poll settings, users could vote on polls before the poll has actually started.
BugFix: It was possible for an admin to wipe out some config settings if they accidentaly went to an update page in their browser history. Added a 'valid_post' variable to all control panel forms, checking for it's existence before updating to prevent this.
BugFix: User Name Colors were not showing on the User List page.
BugFix: Fixed a bug when notification emails were sent out for post approval on fully moderated forums.
BugFix: User Name Colors where not showing in the New Members Island.
BugFix: If a poll has an ending date, and you voted in the poll, you could no longer see the end date. We now display the end date, if there is one, at the bottom of the poll results.
BugFix: Changed a variety of language files to fix grammatical errors, typos, strings no longer needed, etc.
BugFix: Fixed a layout issue with the pagination numbers when viewing the list of a user's posts.
BugFix: When editing a private event, the Type field would default to Public.
BugFix: The breadcrumbs were incomplete on the Notify Post screen.
BugFix: Fixed a few templates that had hardcoded language strings in them instead of pulling from the language files.
BugFix: Fixed a javascript issue when clicking on the Check all button multiple times on the private message screen.
BugFix: Check/Uncheck All was not working properly on the Buddies page.
BugFix: Values for Hide from Who's Online on the registration screen were actually reversed.
BugFix: Fixed a path issue with the default Blank forum image when creating a new forum.
BugFix: On some installs, the days,weeks,months,years dropdown was empty on the admin and referer log screen.
BugFix: If the "Flat or Threaded" option was a required field on the registration screen, it wouldn't show and user's could not register due to all fields not being filled in.
BugFix: If the forum was set to "Threaded" mode, but the user elected "Flat", they would still get redirected to "Threaded" mode when clicking on the last post on the forum summary page.
BugFix: Language file entries associated with a lower case array key would be dropped when using the Language Editor in the Control Panel.
BugFix: htmlentities() was still being used in some of the control panel scripts, namely the Custom Island Editors. This would essentially break multi-byte strings when trying to edit Custom Islands.
BugFix: Fixed some logic issues in the permission system. The bug was causing issues such as admins needing to have their posts approved on fully moderated forums even if they were not supposed to.
BugFix: Graemlin shortcuts that contained either < or > would not work properly.
BugFix: It was not possible to logout without accepting the Board Rules.
BugFix: When in threaded mode and clicking on a topic with unread posts, it will now properly take you to the first unread post, instead of just the first post.
BugFix: Fixed a few duplicate FAQ entries.
BugFix: Search Engine Friendly URLs and UTF-8 encoding were not playing nicely together, leaving some multibyte characters a mess. Added some exceptions to the make_ubb_url function to handle UTF-8 encoding.
BugFix: Modified the user_color() function to play nicely with multibyte charsets.
BugFix: Modified the the shoutbox to properly wordwrap multibyte strings.
BugFix: Fixed a few scripts that would result in SQL errors if users didn't have default settings for things like Topics Per Page.
BugFix: If a non-logged in user tried to go to the MyBuddies page, it would result in a sql error instead of an Access Denied error.
BugFix: When sending a PM to a user who was over their private topic limit, it would just drop them from the recipients instead of giving an error message.


General Updates

Update: Updated the PHPMailer library 2.0.2.
Update: Updated the Smarty library to 2.6.19.

BUGFIX: Some admin scripts wouldn't allow submitting due to lack of a security variable.
BUGFIX: Moderators could put anything in their custom title without restrictions including HTML. This has been disabled.
BUGFIX: The offline/online indictor on the profile status page would only show their current mood, not their current online/offline status.
BUGFIX: Fixed a SQL error with long agent strings in the ONLINE table.
BUGFIX: Fixed an XHTML compliancy issue with the Featured Member island.
BUGFIX: Fixed the issue with avatars not showing on the Featured Member island.
BUGFIX: Re-fixed the issue with multi-byte character strings breaking when wordwrapped in the shoutbox and the recent topic/post islands.
BUGFIX: Edit a subscription wouldn't allow for selecting the day the subscription ends.
BUGFIX: The Style Chooser in the footer was missing the Default Style selection.


CHANGE: Increased the Positions available for islands on the Portal Layout page from 10 to 100.
CHANGE: Added some text to the Can set a Custom Title Permission. This permission actually limits the # of characters in their custom title.
CHANGE: When a global moderator is added, they are added to the Moderators group as well as their Global Moderators group.
CHANGE: When the forum is closed it will now display the reason for being closed to admins as well.
CHANGE: When viewing a user's admin moderator permissions in the control panel the list of forums wouldn't show in the proper order.

BUGFIX: Fixed a bug on the Who's Online page and the links showing what thread a guest user is currently viewing.
BUGFIX: Fixed a SQL error with the file manager when MySQL runs in Strict mode.
BUGFIX: When deleting a user their file attachments or gallery images were not being removed.
BUGFIX: When using the file manager and not selecting a file to upload it was giving an improper error message.
BUGFIX: Fixed a couple CSS issues with the boardrules template.
BUGFIX: Some moderators were still being listed multiple times at the bottom of the postlist screen for individual forums.
BUGFIX: Sending a PM to a non-existant user would result in the wrong error message.
BUGFIX: Fixed a bug with creating new style wrappers.
BUGFIX: Fixed an issue with PDF attachments that would pop up on some servers.
BUGFIX: Fixed a couple issues with unread post tracking in threaded mode.
BUGFIX: When mailing a post/thread using an altername name, the alternate name was not being displayed in the salutation.

CHANGE: When closing a thread, voting will no longer be accepted in polls within that thread.

FEATURE: Added blaaskaak's modification that gives an option to rename an entire thread on the Manage Topic dropdown. Modified so if you have any permissions to manage a topic you will get the option.


New Features

* Rearranged the profile splitting up information into different boxes.
* Added a UBB Buddies box to the profile page which will show who as added that particular user to their friends list.
* Added a vistor comments section to the profile page.
* Removed the general dateslip option and added in an option to set the default sort field and direction for each individual forum, which will allow things like ordering a forum by subject as the default display.
* Added a new Site Permission of Max Private Topic Length. This allows the admin to set the max number of messages a private topic can contain while still allowing the users in that group to post.
* Put in an option to use the old style forum search. Full-text searching will probably be faster on larger forums, however this gives the option to search for shorter words or words that might be ignored using Full-text searching.
* It is now possible to add an image for each group. Users belonging to that group will be able to display that image next to their name. If a user belongs to multiple groups, the user can select a single or multiple images to be displayed.
* Added an option in the Logging Section of the Control Panel to enable/disable referer logging.
* Added an option to the Features Section of the Control Panel to enable/disable the Calendar.
* Added the Multi-Identity detector from UBBDev orginally posted by Chillin. Admins or Mods that have the ability to edit users in the control panel will have a new option under their Preferences to receive a notification when someone logs into multiple accounts.
* Added 2 new options to the Primary/Advanced section of the Control panel that will allow admins to turn on/off rel="nofollow" in posts and signatures.
* Added a new portal island to display Most Viewed topics. Sirdude supplied the original code. Control panel settings will allow the admin to exclude certain forums from this list.
* Added a control panel option under Display Options -> Post / Reply Page options to specify the Maximum number of allowed nested quotes.



Changes

* The CSS class used for post previews has been changed so it will look the same as the one used when viewing the actual post.
* Spaces will now be removed from the beginning and end of Login Names, Display Names and Passwords.
* Added a link to view the Board Rules in the footer.
* If the poster has the ability to lock a topic in a forum, they will get the option to lock a topic while creating one.
* It is now possible to reply to global announcements as long as the user has the ability to reply to regular topics. Locking the announcement will make it so it cannot be replied to.
* Since the Member List can be sorted by Last Online, it will now show when each user was last online.
* Modified the download script so it will pull images from the browser cache if available instead of redownloading every time.
* It is now possible to remove a SQL error logfile while viewing it, instead of having to find it in the list again. Thanks to Blaaskaak for the modification.
* Users will be able to delete comments posted to their own profile.
* It is now possible for admins to change subscriptions done via PayPal through the Control Panel. This only modifies the UBB.threads data, and might still require editing the subscription through your paypal account as well.



Bug Fixes

* Fixed a couple lingering issues with post tracking and threaded mode.
* Fixed a bug with global moderators in the domodmanage.php script. Thanks to Blaaskaak for finding and fixing the issue.
* Fixed an issue with the auto-url markup where it wasn't converting the link if it contained %20 or +.
* Fixed a bug with the download script where it was trying to save all images as a .bmp in IE when trying to save. This would only happen on certain installs.
* Fixed an issue where some fields were being grabbed from the database twice during the intiial script load.
* Fixed a bug where the ubbcode parser wouldn't parse more than 3 levels of quotes.
* A variety of other small undocumented fixes.

BUGFIX: The field to hold the sort order direction for a forum was only set to varchar(3) when it needed varchar(4)
BUGFIX: Fixed a parse error with the Print Thread script.
BUGFIX: Fixed a SQL error when deleting a user.
BUGFIX: The limit for nested quotes was actually limiting the amount of all markup of a particular type.
BUGFIX: Group Images were not displaying in private messages.
BUGFIX: The Who's Online Island will now properly sort by last activity instead of alphabetical.
BUGFIX: Fixed a javascript bug with the Use/Execute links on the Database Command page in the Control Panel.
BUGFIX: If an integer value was entered into a field and the value started with 0, the 0 would be chopped off when added to the database.
BUGFIX: If a user canceled their subscription through paypal it would immediately remove their access from the group. This has been changed so the user will still have access to the group until the original expiration date, since they've already paid for that time.
BUGFIX: When editing a forum, the forum sort order was defaulting back to Subject instead of Last Post.
BUGFIX: Some code/html blocks wouldn't display properly in IE.
BUGFIX: Fixed a SQL error when mass changing user groups under certain conditions.
BUGFIX: When a user is over their private topic limit, Administrators will still be able to send them a new PM.
BUGFIX: When quoting or quick quoting a post made by a guest user, it will insert the proper name if the guest chose something other than Anonymous.
BUGFIX: Fixed a couple issues when merging posts.
BUGFIX: When Category Only mode is enabled, the Last Post column wasn't always showing the actual last post.
Helma
Helma mrt 21 '09
Nims, vind je het heel erg als ik niet alles lees laugh
koenewoen
koenewoen mrt 21 '09
Bedankt Nims,

Het is een hele boterham die veranderd is zo te zien.
Er komt toch heel veel werk bij kijken hé?
Ziet er wel goed uit! wink
JulienMoorrees
JulienMoorrees mei 27 '11
Hoi Allemaal,

Misschien hadden jullie gemerkt dat vanmiddag het forum even dicht was. Dit komt omdat ik het forum software heb geupdate naar de nieuwste versie. Er is een hoop anders op de achtergrond, maar voor jullie is er niet veel niets. Wel heb je misschien al gemerkt dat er een facebook en twitter knop bij ieder onderwerp staat. Hier kun je dus aangeven of je een topic leuk vindt smile.

Mocht je dingen tegen komen die niet meer goed werken, laat het me dan even weten laugh.

Voor de volledigheid, het volgende is er allemaal veranderd bij de upgrade van 7.5.1 naar 7.5.6

7.5.2
BUGFIX: Fixed a couple more issues with some markup codes not working properly.
BUGFIX: Fixed a language file issue on the Site Permissions screen.
BUGFIX: Removed some debug code from the showflat script.
BUGFIX: Moved the forum introduction above the subforum listing where it was supposed to be.

7.5.3
BUGFIX: Using a font-size not on the list of valid sizes would return a /color closing tag. Now the tag just isn't parsed at all, and only the inner text is displayed.
BUGFIX: It was possible to send private message to users marked as underage when viewing one of their posts.
BUGFIX: Spaces were not being allowed anywhere within a login name. Changed this so they only aren't allowed at the beginning or end.
BUGFIX: Users will always be able to view their own profile even if they can't view other's profiles.
BUGFIX: When a user was removed from a group, it wasn't removing the group image associated with that group.
BUGFIX: Fixed an issue when deleting an unapproved post made by guest users.
BUGFIX: Fixed a couple of language file issues when banned users returned to the forum.
BUGFIX: Fixed a few issues with user profile comments.
BUGFIX: Fixed a few XHTML Compliancy Issues.
BUGFIX: Fixed an issue with the texteditor and IE8.

7.5.4
BUGFIX: Fixed a couple of bugs with the Private Message Quota.
BUGFIX: Fixed a bug with the maximum file upload size when this was specified in bytes in the php.ini file.
BUGFIX: Havng the same path for avatars and attachments would cause some issues with files being overwritten. Put in a check to make sure it doesn't allow both to be the same.
BUGFIX: Fixed a bug when searching through Subscriptions. If a filter was applied to the search it wouldn't carry over to the other pages of the search results.
BUGFIX: Fixed an issue with the mass mailer and sending via BCC where not all users would get the email.
BUGFIX: Fixed a few issues with the Online Now Portal Box where it wasn't always updating properly.
BUGFIX: Fixed a couple of issues concerning sticky topics. A bug allowed them to be moved which would cause several issues, like being listed in the wrong forum, multiple forums, etc. Fixed the bug, and also updated the Forum Rebuild content rebuilder so it will fix any that had already been moved.
BUGFIX: Fixed a bug with Moderators not being able to set custom titles even when their permissions allowed them to do so.
BUGFIX: Fixed an issue that was preventing spider friendly url's from working on some servers.
BUGFIX: Fixed a couple global variable issues that led to potentional problems with custom islands.
BUGFIX: Several more bugs have been fixed for this version while work was being done on version 8, but were undocumented

7.5.5
Update Made adjustments to a variety of scripts to be compatible with PHP 5.3+.
Bugfix Fixed an issue with activetopics and guests that had no permissions to view forums.
Bugfix Removed a duplicate query from the merge user script.
Bugfix Fixed an issue with group images not showing up for global moderators.
Bugfix Made some adjustments to the affected_rows function in libs/mysql.inc.php and made sure all scripts call the function instead of referencing mysql_affected_rows directly.
Bugfix Removed an unnecessary query from the postlist script.
Bugfix Fixed a bug with the triggers library when deleting moved topic pointers
Bugfix Fixed an issue with guests browsing with cookies off where they couldn't view the second page of forums.

7.5.6
BUGFIX: Fixed an issue with RSS feeds showing the UBBCode instead of the HTML.
BUGFIX: Fixed an issue with the featured member sometimes showing a broken image.
BUGFIX: Fixed an issue where sometimes an invalid entry would be added to the css files causing css errors.
BUGFIX: Fixed a bug when trying to delete a user group.
BUGFIX: Fixed a pagination problem when viewing user subscriptions
BUGFIX: Fixed a bug with the moderator flag sometimes not showing up in certain forums that a user moderates.
BUGFIX: Added the missing post_inner class to the portal page.
BUGFIX: Moderator flag wasn't displaying properly for moderators due to a missing variable in showflat.
BUGFIX: Added the proper message when trying to view posts in a teaser forum.
UPDATE: Alphabetized the buddy list when viewing a user profile.
UPDATE: When a subscription expires for a user, it will also send a private message to the primary admin notifying them of the expiration.
NEW: At the bottom of each topic, there is now an optional "Facebook Like" button. This can be toggled via the control panel.
NEW: At the bottom of each topic, there is now an optional "Tweet" button. This can be toggled via the control panel.
JulienMoorrees
JulienMoorrees mei 27 '11
p.s. Ik heb ook iets aan de kleurtjes gedaan, en wat meer ronde hoekjes erin gebracht smile. Dus het ziet er ietsjes anders uit dan je gewend bent wink.
Serenity
Serenity mei 27 '11
Ziet er leuk uit Nims, leuk hé even crea bea aantutten op de pc! laugh
Groene_heks
Groene_heks mei 28 '11
Lolz...en ik maar denken vandaag dat mijn laptop weer eens over de emmer is...
Beschermengel
Beschermengel mei 28 '11


Jaa het ziet er heel mooi uit, mooie kleurjes erbij smile...leuk hoor!
admin
admin mei 28 '11
Ziet er mooi uit! Heel erg bedankt voor de toelichting, het begon me even te duizelen! sickDus kijk ik naar het resultaat......en dat mag er wezen! Kleurtjes, rondingen whistle
JulienMoorrees
JulienMoorrees mei 28 '11
Ja ik ben er tevreden over laugh. Nog wat kleine tweakjes voer ik uit, maar ik vind het wel wat frisser en moderner geworden laugh.
JulienMoorrees
JulienMoorrees mei 28 '11
En op verzoek nog een extra forum toegevoegd onder fotolezen. Speciaal voor dieren smile. Al met al weer wat vernieuwing laugh.
Groene_heks
Groene_heks mei 28 '11
Goed bezig smile
Sundance
Sundance mei 28 '11
Origineel bericht van: Groene heks
Lolz...en ik maar denken vandaag dat mijn laptop weer eens over de emmer is...

hahaha, dat was ook wat ik nu net effe dacht.
NIMMS, ziet er al goed uit!
Moon_adamanta
Moon_adamanta mei 29 '11
Ziet er mooi uit smile
JulienMoorrees
JulienMoorrees mei 30 '11
Zo en nu ook hyves respectjes toegevoegd laugh. Dus klik vooral op de respect knop als je een leuk topic tegenkomt smile.
JulienMoorrees
JulienMoorrees mei 30 '11
En nog meer icoontjes smile. Voor iedere smaak kun je dus klikken!
Groene_heks
Groene_heks mei 30 '11
Meer smileys?? *wappert met haar wimpers...*
JulienMoorrees
JulienMoorrees mei 31 '11
Sorry geen smilies, maar kleine icoontjes bij het hyves respect. Achteraan. Dus je kan Merudi nu ook koppelen met MSN, hotmail, g-mail, blogger of myspace smile.

Gebruik dus die knopjes als je iets leuks vind wink.

Social Services

Delen:

Netwerk

carina
Helderziende magda
Angela
Ies
Annemarie
Roy
Patske
xXBertDeZienerOpenaarDesDerdeOogXx69x420
Nouki