vBulletin Modifications

Major Additions - vBulletin 3.0.3 Journal System 1.0

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > Forum Archives > vBulletin 3.0 Hack Releases

Reply
 
Thread Tools Search this Thread
Download Options
You Must Register First
To Download This Modification

Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs

Advertisement
  
Not Supported
[vB 3.0.7] Major Additions - vBulletin 3.0.3 Journal System 1.0 (140)
Released: 08-10-2004, 08:05 PM
Modification Information:
Author: Anima
Last Online: 08-10-2004
Hack Version: 1.1 Installer Included: 0 Additional queries added to database: 0
New Templates: 2 Template Edits: 1 File Edits: 0
New Files: 0 New Phrases: 0 Installation Time (In Minutes): 5

I am closing my forum very soon and I don't this hack to go to waste.

This hack is like Ryangel's but is fixed up significantly.

All is explained in the readme file.

A demo here.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Add a Comment!
Old 09-18-2004, 01:49 AM   #21
Junior Member
Join Date: Sep 2004
memobug is on a distinguished road

Default

An upgrade note -

The Journal homepage listing is intended to show only journals that have been updated in the past 30 days using this code
You must first be a registered member to view any code.
Since I had some older journals I brought in from vb2.2.6, I had only one journal showing up on this list, and it was one that was CREATED in the last week or so.

This heading should probably be changed to "Active Journals - last 30 days" and if it had a link to VIEW ALL JOURNALS, that would be good, too.

If you take out that code snippet above from the query, you'll get all the journals.

Regards,

Matt




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 09-18-2004, 01:58 AM   #22
Junior Member
Join Date: Sep 2004
memobug is on a distinguished road

Default

A bug -

It looks like the errorjournalnotuser template included in the XML is messed up. Mine came through like this:

Quote:
DETHEdsds
Consequently you won't get any message if you are not the owner of the journal or comment and click edit




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-18-2004, 02:17 AM   #23
Junior Member
Join Date: Sep 2004
memobug is on a distinguished road

Default

Quote:
Originally Posted by Paul
Easiest way - install the style as another one that users cannot use. Go into its templates and copy over the journal templates theirs not that many of them.
Not that many? There are 38 journal templates in the XML!

It looks like maybe not all of them are used in Journal.php. But it also looks like a couple might be missing, too. These show up in journal.php but not in the XML file

error_no_journal',
error_journal_invalid

and this one is borked:

error_journal_not_user

The easiest way to get this working is to use the Style Manager's import utility. Select Download/Upload Styles,

1. Add a new style under one of your existing ones to copy its attributes. Name it Journal or something.

2. then under Import Style XML File browse to the XML file included in the attachment above
3. Merge into style - choose the style you duplicated
4. Ignore Style Version
5. Select allow user selection if you want it selectable (can change later)
6. Click Import

Now select that style and see if it works!

Regards,
Matt

Last edited by memobug; 09-18-2004 at 05:03 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-18-2004, 05:06 PM   #24
Junior Member
Join Date: Sep 2004
memobug is on a distinguished road

Default

Oops another bug

Or maybe non-included feature would be more accurate.

1. If you click discuss, it shows you a page with all the comments on it, not a page specific to the journal entry you clicked discuss on. I am not sure if the comment you enter will even be tracked in the database against the entry. Ryangel's old journal did not behave this way and the discussion thread was specific to a post.

2. Not a bug again, but a missing feature - there used to be a count of comments next to each journal entry so you could see if it was worth checking out.

Regards,

Matt




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2004, 01:11 AM   #25
Junior Member
Join Date: Sep 2004
testtest is on a distinguished road

Default

Database error in vBulletin 3.0.3:

Invalid SQL: SELECT u.username, j.journalid, j.title, j.description, j.timestamp, j.userid, j.entries, j.views
FROM journal j
LEFT JOIN user u ON u.userid = j.userid
WHERE j.enabled = 1 AND j.entries > 0 AND j.timestamp >= 1093403293
ORDER BY username
mysql error: Table 'mysql_db.user' doesn't exist

mysql error number: 1146






thats my mysql error...




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-22-2004, 01:16 AM   #26
Junior Member
Join Date: Sep 2004
testtest is on a distinguished road

Default

nvm i fixed it, you should try considering making an variable for the thing before the table name, like mines was _vb3_ as an preffix. took me few min to edit and add my prefixes.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2004, 02:58 AM   #27
Junior Member
Join Date: Oct 2004
KW802 is on a distinguished road

Default

Anybody have a link to show this up & running?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-23-2004, 02:00 PM   #28
Junior Member
Join Date: Oct 2004
KW802 is on a distinguished road

Default

Quote:
Originally Posted by KW802
Anybody have a link to show this up & running?
Never mind. ;)

I've installed it now on two different 3.0.3 sites with no problems. Installation of the templates was painless.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 03-31-2005, 01:26 AM   #29
YLP
Junior Member
Join Date: Mar 2005
YLP is on a distinguished road

Default

Will this work for version 3.0.7? There is another one on vb org but it looks like it may still have major bugs to work out and I am afraid to try and install it....me being a noobe at PHP and VB.....




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-14-2005, 09:29 PM   #30
Junior Member
Join Date: Jun 2005
General_Sun is on a distinguished road

Default

I'm sorry but does this work with 3.07? Thanks




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to hack vBulletin Version 3.0.3 Roxen vBulletin Modification Requests 4 12-27-2004 07:06 PM
vBulletin 3.0.3 Patch Available Ken Iovino Announcements 0 09-18-2004 01:39 PM
vBulletin 3.0.3 Released [Split from 3.0.2 release thread] Ryan Ashbrook Announcements 0 07-07-2004 03:27 PM
vBulletin 3.0.2 Released Ryan Ashbrook Announcements 8 07-06-2004 01:51 PM


All times are GMT -3. The time now is 07:24 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)