|
|
|
Ok, update is now complete - full details are in a reply to this newspost... but heres a few things for you all to enjoy
Files listings layout has been updated, a little smarter, rough download times added and a link to other files by the same author. Very handy
IMS Filters added. You can now set certain users to be blocked which means they cannot send you IMS messages.
Forum 'code' tag added... which forces text to be fixed width. Perfect for code and ASCII art for example.
Code |
if($l4y == "great"){
echo "yay!";
} else {
echo "you're not on L4Y...";
} |
Forum Polls. You can now ask other users those burning questions you've always wanted to ask.
Please note that you are limited to 2 polls per week to prevent 'poll spam'. Useless polls will be deleted anyway, only post proper polls! This feature can be turned off again at will, abuse it and loose it
Logout button now asks for confirmation once you've pressed it.
Download script edited, if the required cookie is missing, instead of redirecting the user the cause and solution of the problem is outlined. Hopefully that will help those users who dont see/read the 'Site Feedback' forum |
RHF |
Posted 5th Oct 2003 8:17pm | |
L4Y Member Post 0 / 676
|
whey! time too see MySQL and Apache errors everywhere |
|
sobe |
Posted 5th Oct 2003 8:26pm |
Post 0 / 3194
|
Apache the game?
[edit]
Garner - No... Apache is either a helicopter or a webserver. Which do you think is more appropriate in this case? |
"Apparently, Plaintiff believes that he could sue an egg company for fraud for labeling a carton of 12 eggs a dozen, because some bakers would view a dozen as including 13 items." - Western Digital 2006 |
|
|
RHF |
Posted 5th Oct 2003 8:27pm | |
L4Y Member Post 0 / 676
|
yay, cool Garner.
Quote | Unified Version 3.1
© 2000-2003 Unified Team
All Rights Reserved |
whats new?
is the unified subby getting an update too?
got an interesting one,
Quote | Unified couldn't connect to the database using the parameters specified in the configuration file.
The error returned was : Access denied for user: '@localhost' to database 'levels4you' |
It trashed my cookie |
Blog - BBS - Dev |
Modified Oct 5th, 08:37pm by RHF |
|
Garner |
Posted 5th Oct 2003 8:38pm | |
Post 0 / 4125
|
Quoting RHF | yay, cool Garner.
Quote | Unified Version 3.1
© 2000-2003 Unified Team
All Rights Reserved |
whats new?
is the unified subby getting an update too?
got an interesting one,
Quote | Unified couldn't connect to the database using the parameters specified in the configuration file.
The error returned was : Access denied for user: '@localhost' to database 'levels4you' |
It trashed my cookie |
lol
You must have got that while the config file was updating
I've just remembered something I've not done... sod
Enjoy...
Unified 3.0Beta9 ->Unified 3.1 Changelog
Unified has been stable since its first release, I think its time to pop out head out from Beta by now
The core.reunified version for this update is '3.1'
NEW
-Search script can now search for authors within a specific section via a simple GET request. Eg search.php?section=1&author=me will search for all authors within section 1 with the name similar to 'me'
Affects search
-Files module now uses the above search feature to offer a link to other files by the same author.
Affects core.reunified
-Files now display approximate download times for 56, 128 and 512K line speeds.
Affects core.sitefunctions
-POTD Manager now shows the description of queued POTD images
Affects admin_potd
-It is now possible to alter the queuing order of the site messages.
Affects admin_smsg
-IMS Blocker now added. This allows you to specify users you dont want to receive messages from. When those users try and send you a message they get told you have blocked them from sending you messages.
-Admin account cannot be blocked.
Database field 'ims_buddy' renamed to 'ims_filter', IMS buddy functions commented out inside class.user, added support into the admin IMS for the link (although you cannot block any users with the admin account)
Affects ims, class.user, admin_admin
-IMS now has 'Select All' checkbox that will allow you to check/uncheck all checkboxes on a page of IMS's, allowing you to select and delete an entire page very quickly.
Affects ims
-[code] forumtag added. This tag will format text to be fixed width so program code or ASCII art (for example) appears correctly.
Affects core.sitefunctions, core.reunified
-New forum polls added, you can now created a poll topic that can be used to guage other users opinions.
-CNSmod_forum_allowpoll - lets you turn this feature on or off, if users are abusing the polls and creating too many spam polls and warning them doesn't work... simply turn them all off.
-CNSmod_forum_pollsperuser - lets you define how many polls a user can create in...
-CNSmod_forum_pollpertime - ...this given timeframe. Used to prevent a single user from creating lots of polls at once.
Affects forum/postings, forum/view, forum/index, admin_conf
CHANGED
-If correct cookie isn't found when downloading, instead of redirecting to the reviews page and potentially entering a loop if the user keeps clicking on the download button with their cookies blocked/disabled, Unified will now display a proper error message explaining the problem and possible causes.
Affects download
-load now creates the poll graphs with the value bar offset in and down 1 pixel each and 2 pixels shorter in both height and length. In other words there is now a border around it of the bar colour to help make it standout, especially on the forum polls.
Affects load
-Logout Button now asks for logout confirmation before actually logging you out.
Affects core.reunified, lang.english
-Previously forum numbers were always incremented upwards when creating a new forum, even if a previous forum had been deleted that could be used.
-The new forums now find the first ID available and use that.
Affects admin_admin
-User submitted files script revamped.
-The ID's of files have changed somewhat as all submitted files are now stored in the same place.
-OLD ID TAGS (Unified 3.0Beta1 - Unified 3.0Beta9)
0 - 'unchecked submitted file'
1 - 'available file'
2 - 'ftp submitted file'
3 - 'file submitted to restricted category'
4 - 'file submitted to restricted category via FTP'
-NEW ID TAGS (Unified 3.1+)
0 - 'unchecked submitted file'
1 - 'available file'
2 - 'file submitted to restricted category'
Affects submitfile, admin_files
-Smilie 'Click Code' altered so that spaces are not always added in front of everything it produces. The spaces in front of smilies are still there but no longer before [/quote] and [/url]
-Code was looked at in inserting the items at the cursor location but it seems support for this feature is missing from Opera, Netscape and Mozilla and IE6 (not 5).
Affects core.sitefunctions
-Stats and UserProfile pages now cache user access to forums when displaying the recent forum posts.
Affects stats, userprofile
-Word Filter no longer supports the * character and the '1' character is now '||'. Both measures undertaken to reduce overhead and make it easier to setup the word filter. No loss of functionality has occured, just simplified
Affects admin_conf (word filter setup help text), core.reunified
-All staff members can now see Anon users, not just administrators as before
Affects online
BUGS
-Fixed Configuration problems with forums inside several files introduced in Beta9.
Affects admin_admin, forum/index, portal, forum/postings, search, forum/view
-Topic moving in the forums was broken. Fixed
Affects forum/view
-Search script wasn't removing expired search queries, searches were supposed to be valid for 15 minutes after the last time it was used only not permanently. Fixed
Affects search
-Word Filter was not picking up words at the begining and end of posts. The first and last words of anything it checked would only be picked up and filtered if they used the old '1' indicator.
-Also censored words within other words now properly works, if you filter [Censored] for example assume is no longer censored.
Affects core.reunified
Developer
Garner |
"Science is this extraordinary transnational, transcultural, trans-everything language which is the only way to discover Truth and its regrettable that billions are still stuck in the Middle Ages believing the crap propagated by Popes and priests..."
- Peter Atkins |
|
|
Foe |
Posted 5th Oct 2003 9:33pm |
The one and only! L4Y Member Post 0 / 837
|
Awesome job once again Garner. Keeping L4Y in smooth running order, while fullfilling our requests. |
|
Garner |
Posted 5th Oct 2003 9:38pm | |
Post 0 / 4125
|
Yeah... this would be so much easier if you lot would stop giving me ideas
Dont stop tho... I cant think of everything myself |
"Science is this extraordinary transnational, transcultural, trans-everything language which is the only way to discover Truth and its regrettable that billions are still stuck in the Middle Ages believing the crap propagated by Popes and priests..."
- Peter Atkins |
|
|
RHF |
Posted 5th Oct 2003 9:42pm | |
L4Y Member Post 0 / 676
|
I got my bold POLL in
are we seeing an update on the Unified subby?
its where me and Sha uri, post ideas and suggested updates about the Unified system. |
|
Garner |
Posted 5th Oct 2003 9:45pm | |
Post 0 / 4125
|
It will be but right now I'm off for some Zero Hour lovin Back once I've kicked some AI [Censored] |
"Science is this extraordinary transnational, transcultural, trans-everything language which is the only way to discover Truth and its regrettable that billions are still stuck in the Middle Ages believing the crap propagated by Popes and priests..."
- Peter Atkins |
|
|
RHF |
Posted 5th Oct 2003 9:46pm | |
L4Y Member Post 0 / 676
|
Quoting Garner | It will be but right now I'm off for some Zero Hour lovin Back once I've kicked some AI [Censored] |
I will note that
-- EDIT --
Post counts aren't moving by the way ;/
also, your lovely is trashing the layout on the front page! |
Blog - BBS - Dev |
Modified Oct 5th, 10:01pm by RHF |
|
Johnny_Suave |
Posted 5th Oct 2003 10:06pm |
L4Y Member Post 0 / 1154
|
I still think it'd be nice to see this get fixed:
Quoting Topic Tracking IMS | A new reply has been added to the forum topic 'Photoshop help' located in the 'L4Y Lounge' forum by Trigger.<br><br>You are receiving this IMS because you selected to be informed about new replies in this topic.<br>There may be more replies but you will not receive further notifications until you revisit the thread. |
I dunno why, it just bugs me. |
|
wellhungmonk |
Posted 5th Oct 2003 10:12pm |
L4Y Member Post 0 / 155
|
G, don't forget next time. |
Something went terribly wrong today. |
|
|
Foe |
Posted 5th Oct 2003 10:50pm |
The one and only! L4Y Member Post 0 / 837
|
RHF
If you spent half as much time on your sites, maybe they would work smooth as L4Y. |
|
Trigger |
Posted 5th Oct 2003 10:52pm |
L4Y Member Post 0 / 385
|
Johnny isn't there an option at the bottom of the thread that you can turn on and off for that option? |
If I ever get to where I am going, will I know when I am there? |
|
|
RHF |
Posted 5th Oct 2003 10:57pm | |
L4Y Member Post 0 / 676
|
I don't have time!! I'm hooked on here.. Damn I need to get off here Foe, I need an inspirational idea for my RHFweb.net design, Just I usually only get ideas when I'm travelling around on my bike (twice a day). |
|
Garner |
Posted 5th Oct 2003 11:00pm | |
Post 0 / 4125
|
Quoting Johnny_Suave | I still think it'd be nice to see this get fixed:
Quoting Topic Tracking IMS | A new reply has been added to the forum topic 'Photoshop help' located in the 'L4Y Lounge' forum by Trigger.<br><br>You are receiving this IMS because you selected to be informed about new replies in this topic.<br>There may be more replies but you will not receive further notifications until you revisit the thread. |
I dunno why, it just bugs me. |
Knew about that, still not fixed it. I believe it was Mono who pointed it out to me back in like Beta1 or something...
Thinking about it I thought I had done it... just maybe forgotten about the file... |
"Science is this extraordinary transnational, transcultural, trans-everything language which is the only way to discover Truth and its regrettable that billions are still stuck in the Middle Ages believing the crap propagated by Popes and priests..."
- Peter Atkins |
|
|
Page 1 Multiple Page Topic : 1 2 3 |
|
|
|
|