Version: 1.5 Beta 3, by AN-net
Developer Last Online: Jan 2010
Version: 3.0.7
Rating:
Released: 11-07-2005
Last Update: 02-12-2006
Installs: 24
DB Changes Template Edits
Code Changes Additional Files Is in Beta Stage
No support by the author.
vB Journal 1.5.0 Beta 3
by Anthony Scudese
Description:
Allow your community members to express themselves like never before with their own journal! vB Journal 1.5.0 extends the popular vB Journal 1.0.x system with tons of new features and more stability than ever before.
Features:
Full vBulletin 3.0.x intergration
1.0.1 Features:
Comment System
"GoToMyJournal"
link from postbit to journal
link from profile to journal
link from memberlist to journal
usergroup permissions
journal buddy system(by Wonko)
Journal Search Engine
journal highlight
bbcode parsing
smilie parsing
Admin Cp Support Section
Journal Status Icons
Who is viewing
most recent journal entries and journals
Who Can View for journals and entries
Complete journal and entry privacy
Comment on entries or journals
Journal Moderation(Like Post and Thread Moderation)
Entry Moderation(Like Post and Thread Moderation)
Pagination
Rating System
Lock System
Moods
"Can Have Journal" on a per user basis
Ip Logging
Journalists can name their journals
Export entries in TXT or XML format
Flood System
Administrators have absolute permissions
Search in Journal
Last Entry on Journal Index
Numerous AdminCp Settings
Unique Standard vB Images for vB Journal
View Single Entry
1.5.0 Beta 1 Features:
Multiple Syndication Settings Including RSS 0.91, RSS 2.0, Atom 1.0, XML, CSV, and TXT.
vBulletin Standard Editors Added
Preview Entry
Reverse Entry Order
Improved Search Engine
Recent Comments for an Entry on Single Entry Page
Admin Settable Sort Orders
Printable Entry Format
Dynamic Last Entry
Database Indexes For More Speed
Optimized Code
Comes with Template, Phrase, and Database Installer and Upgrader.
Increased Security
1.5.0 Beta 2 Features:
Reworked Editor Templates
Support For WYSIWYG
Back-End Post Checker
New Journal Buddy Interface
Navigation Bars Added Back
New Settings for Minimum/Maximum Postings
Known Bug Issues Solved
1.5.0 Beta 3 Features:
Known Bugs Resolved
New Feature Settings
Majority of Settings Converted to Bitfields
Some Maintenance Tools Added
Disclaimer:
Support may be denied if provided files are edited/modified and support may be stopped at any time due to any circumstances.
The copyright notice may not be modified or removed.
Support:
Where to Get Support?
AIM: Antonbomb22
antonbomb22(at)gmail.com
this thread!
How to Report An Error:
State The Error Message
The Version of both vBulletin and vB Journal you are using.
What page the error occured on(i.e. journal.php?do=showjournal)
Screenshot if necessary
Read All The Entire First Post and Any Official Posts Following Before Posting An Error/Problem
I tried to upgrade but the old templates still look the same... (your signage on the bottom) and I get a database error even if I update the journals in admincp
I had the same problem - but if you look around line 120 of the vbjournal_class.php file - which is the code creating the problem:
Code:
FROM myvb3_ journal_entries AS journal_entries LEFT JOIN myvb3_journals AS journals ON
if you look closely, there's a space in the php code after the open quotes before 'journal entries'
Code:
FROM ".TABLE_PREFIX." journal_entries AS journal_entries
so the rendered output is looking for myvb3_<SPACE>journal_entries instead of myvb3_journal_entries
Beta 2 marks a vast improvement in the front-end editor interface for the vB Journal system. Including a new interface for the vB Journal Buddy System that is much more user-friendly than before. Also this interface provides a more secure way for your users to add their friends to their vB Journal Buddy List. Another addition to the system is a php back-end check for entries, comments, and journals. This will ensure information sent for insertion or updating will be correct. Another thing this new error check system will be those users who have javascript disabled will not be able to get around the front-end javascript check system. The error checking system will also give you, the administrator, more control with several new settings in your vB Journal Administration Panel. These new settings include minimum and maximum character lengths for entries and comments.
Check the first post for the Beta 2 Zip File which includes the updated installer and upgrade script. As always thank you for installing the vB Journal System and your continued support.
Sincerely,
Anthony Scudese
Lead Developer, vB Journal
it should have updated the old templates...you did not get any errors while upgrading?
I tried again... and the installer insists its a beta 1 to beta 2 install of course that gave database errors.
So I dug and luckly I had in my unzip forlder a beta 1 unziped file.
I uploaded that but I cant jump to template and phrases.
Is there a simple way I can manualy do this install?
These installers force you to do things one way and if you cant it wont continue.
My tables are already there so I cant go forward in the install and I do not know how to disect your php to figure what goes where.
Will there be a final version for 3.0.x and 3.5 or just 3.5? I want to install this on one of my boards that is 3.0.x but dont want to get shafted on final version.....
Will there be a final version for 3.0.x and 3.5 or just 3.5? I want to install this on one of my boards that is 3.0.x but dont want to get shafted on final version.....
a final version will be released for 3.0.x and then that final version will be ported to 3.5
I tried again... and the installer insists its a beta 1 to beta 2 install of course that gave database errors.
So I dug and luckly I had in my unzip forlder a beta 1 unziped file.
I uploaded that but I cant jump to template and phrases.
Is there a simple way I can manualy do this install?
These installers force you to do things one way and if you cant it wont continue.
My tables are already there so I cant go forward in the install and I do not know how to disect your php to figure what goes where.
there are no categories in this version and probably not till version 2. the author can not be changed through front-end. again that is probably not a likely feature until version 2. the main focus of 1.5 is to improve the basic system we have right now. version 2 will extend 1.5 by adding more frivulous features.
here is a question... how do I delete journals of users that are no longer on the site? say I ban a few members. or they close thier accounts how do I know who is who I see the journals work by first member is journal 1... is there a userid somewhere I can use to bulk remove dead journals?