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
just the intergration if possible of the the linear , hybrid and threaded display modes.
so when you clicked on comments you'd be taken to comments that are pretty much styled like showthread.php with the ability to change the display type.
It would be nice to see the comments like showthread.php making the journal entry and comments a thread unto themselves, then you could support more display views, the postbit templates, use the quick reply box as the add new comment and other bits and bats.You could potentially do stuff for journal attachments as well but that would mean changes to newattachments.php and attachment.php. However thats a big change and would mean much more intergration work.
It would however be nice to have the comments similar to postbit and postbit_legacy so you can see user avatars etc.
that is something i do not have planned and will most likely not implement as vb journal will try its best to stay separate from the forums.
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
Quote:
Database error in vBulletin:
Invalid SQL: SELECT journalist_id, entry_id, journal_entries.whocanview, journal_entries.private, journal_entries.allowbuddies, jbuddylist
FROM myvb3_ journal_entries AS journal_entries LEFT JOIN myvb3_journals AS journals ON (journal_entries.journal_id=journals.journal_id)
LEFT JOIN myvb3_usertextfield AS usertextfield ON (journals.journalist_id=usertextfield.userid)
WHERE journal_entries.journal_id IN (1) AND entry_active=1
mysql error: You have an error in your SQL syntax near 'AS journal_entries LEFT JOIN myvb3_journals AS journals ON (journal_entries.jour' at line 2
For some reason editor_toolbar_wysiwyg has replaced editor_clientscript template...
newpost_usernamecode
posticons these templates are not in the 3.0.x setup.
How do I adjust things back to call proper templates?
Please and thank you.
what version are you running and can you please state your errors more conscisely.
Please take a look at post #52
It happens whenever I try to goto journal.php and adjusting the admincp does nothing.... unless you need a specific edit
this was on 3.0.3 board and updating to your latest version here. your other port for 3.5 works like a charm I just have a 3.0.x site that needs updating...
it should have updated the old templates...you did not get any errors while upgrading?
AN-net I have one more question. Would it be possible to pull out the latest journal entry and display it somewhere in the user's profile if he/she has created a journal? if so could you give me some directions or ideas of how I would be able to achieve this? if you are too busy at the moment then don't worry I will try to ask someone else.
AN-net I have one more question. Would it be possible to pull out the latest journal entry and display it somewhere in the user's profile if he/she has created a journal? if so could you give me some directions or ideas of how I would be able to achieve this? if you are too busy at the moment then don't worry I will try to ask someone else.
thank you.
try looking at the code in vbjournal_class.php, it has a function for recent entries, that code should give you an idea of how to use it