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
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?
userids are stored in the DB in the journals table however that probably isnt what you are looking for. a better way may be if you have the profile edit installed you can see if they had a journal. also the search engine by the username is also helpful. in following versions(beta 3 or 4) i may going to include some maintenance tools which should make an admins life easier.
I just finished the Administration Maintenance Tools and I am wanting suggestions for the Administration Panel for vB Journal. Please post suggestions as soon as possible.
just so you know T3 if the Betas dont work the pro wont work either because no one has reported any problems. if you want to tell me what your problems are with it then i can get it working for you. please contact me if you want me to help.
Well we pm'ed but it seems we lost each other. What is happening is the install wont let me continue. I assume I have old tables? But I have no idea what to remove or keep.
So I am stuck the install does not let me skip or do anything.
I would love some help... just hard to reach you at times and everyone knows 3.5 is the new thing so its hard to get help on the old boards (besides asking you that is)
I am isntalling this for a client. When I run the install script I get this on step two.
Code:
Database error in vBulletin 3.0.7:
Invalid SQL: CREATE TABLE IF NOT EXISTS journals (
`journal_id` int(10) NOT NULL auto_increment,
`journalname` varchar(50) NOT NULL default '',
`journalist` varchar(50) NOT NULL default '',
`journalist_id` int(10) NOT NULL default '0',
`journaldate` int(10) NOT NULL default '0',
`journaldesc` varchar(90) NOT NULL default '',
`ipaddress` varchar(15) NOT NULL default '',
`journalviews` int(10) NOT NULL default '0',
`entrycount` int(7) NOT NULL default '0',
`commentcount` int(12) NOT NULL default '0',
`lastentry` varchar(80) NOT NULL default '',
`lastentry_date` int(10) NOT NULL default '0',
`lastentry_id` int(10) NOT NULL default '0',
`journal_totalrating` int(15) NOT NULL default '0',
`journal_totalvotes` int(10) NOT NULL default '0',
`status` tinyint(4) NOT NULL default '0',
`whovoted` mediumtext NOT NULL,
`private` tinyint(4) NOT NULL default '0',
`allowbuddies` tinyint(4) NOT NULL default '0',
`whocanview` varchar(150) NOT NULL default '',
`active` tinyint(4) NOT NULL default '0',
`privatecount` int(10) NOT NULL default '0',
`lastentry_misc` mediumtext NOT NULL,
PRIMARY KEY (`journal_id`),
UNIQUE KEY `journalist` (`journalist`),
UNIQUE KEY `journalist_id` (`journalist_id`),
KEY `lastentry_date` (`lastentry_date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 29
mysql error number: 1064
Date: Monday 30th of January 2006 07:51:37 PM
Script: http://themediaforums.com/admincp/journalinstaller.php
Referer: http://themediaforums.com/admincp/journalinstaller.php
Username: tech
IP Address: 162.39.149.138
Please please please tell me you're still giving support.... Thanks a million.
I am isntalling this for a client. When I run the install script I get this on step two.
Code:
Database error in vBulletin 3.0.7:
Invalid SQL: CREATE TABLE IF NOT EXISTS journals (
`journal_id` int(10) NOT NULL auto_increment,
`journalname` varchar(50) NOT NULL default '',
`journalist` varchar(50) NOT NULL default '',
`journalist_id` int(10) NOT NULL default '0',
`journaldate` int(10) NOT NULL default '0',
`journaldesc` varchar(90) NOT NULL default '',
`ipaddress` varchar(15) NOT NULL default '',
`journalviews` int(10) NOT NULL default '0',
`entrycount` int(7) NOT NULL default '0',
`commentcount` int(12) NOT NULL default '0',
`lastentry` varchar(80) NOT NULL default '',
`lastentry_date` int(10) NOT NULL default '0',
`lastentry_id` int(10) NOT NULL default '0',
`journal_totalrating` int(15) NOT NULL default '0',
`journal_totalvotes` int(10) NOT NULL default '0',
`status` tinyint(4) NOT NULL default '0',
`whovoted` mediumtext NOT NULL,
`private` tinyint(4) NOT NULL default '0',
`allowbuddies` tinyint(4) NOT NULL default '0',
`whocanview` varchar(150) NOT NULL default '',
`active` tinyint(4) NOT NULL default '0',
`privatecount` int(10) NOT NULL default '0',
`lastentry_misc` mediumtext NOT NULL,
PRIMARY KEY (`journal_id`),
UNIQUE KEY `journalist` (`journalist`),
UNIQUE KEY `journalist_id` (`journalist_id`),
KEY `lastentry_date` (`lastentry_date`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=latin1' at line 29
mysql error number: 1064
Date: Monday 30th of January 2006 07:51:37 PM
Script: http://themediaforums.com/admincp/journalinstaller.php
Referer: http://themediaforums.com/admincp/journalinstaller.php
Username: tech
IP Address: 162.39.149.138
Please please please tell me you're still giving support.... Thanks a million.
go into the install file and remove DEFAULT CHARSET= latin1 where ever it exists. this probably solves the dilema.
beta 3 is coming close to release, so i am still taking suggestions. the focus of this next release is on administration which includes options and the control panel. please submit suggestions quickly!