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, 07: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-02-2004, 12:11 PM   #11
Junior Member
Join Date: Sep 2004
oradii is on a distinguished road

Default

Quote:
Originally Posted by Paul
if its a blank page templates are missing

*doh*

It's definitely a blank page. I am still a n00b with vB but I am getting better.

But I got the journal to show up. I still need to modify some stuff but at least I can browse directly to it now.

Have you installed this one Paul? I was checking out the other 'bane' version that is similar but the phrases and all the other things that needed to be added were kind of overwhelming, so I went with this one.

Bret




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 09-02-2004, 06:21 PM   #12
Charter Member
Paul's Avatar
Join Date: Mar 2004
Real Name: Paul Dobbins
Location: Beaverton, OR, USA
Paul is an unknown quantity at this point

Default

Actually yes i have installed this and i find it works quite well and is pretty simple.




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

Default

how do I add templates from the XML File? I am a N00B too




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-06-2004, 06:08 PM   #14
Charter Member
Paul's Avatar
Join Date: Mar 2004
Real Name: Paul Dobbins
Location: Beaverton, OR, USA
Paul is an unknown quantity at this point

Default

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.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2004, 12:28 AM   #15
Junior Member
Join Date: Sep 2004
sross is on a distinguished road

Unhappy

doh! i'm pretty sure everything is installed prperly but i get this sql error when going to journal.php, help! :bawling:

Quote:
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 >= 1092799477
ORDER BY username
mysql error: Table 'apug002_vb.user' doesn't exist

mysql error number: 1146

Date: Tuesday 14th of September 2004 08:24:37 PM
Script: http://www.apug.org/forums/journal.php
Referer:
Username: xxxx
IP Address: xxx.xx.xx.xx
ok, i am not a coder but i think the issue may be that it does not see my vb3 user table. it is looking for .user but mine is .vb3_user

So do i go into journal php and change any "user" to "vb3_user" ? thanks!

Last edited by sross; 09-15-2004 at 12:41 AM.




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

Default

ok well, tried playing with the journal.php but am clueless. no idea where or how to make it use "vb3_user" table instead of "user" table




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

Default

no worries, i changed my db tables to remove the vb3_ the journal is working now




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

Default

ok, well I have it up and running and although this port is lacking some functionality it's still great for a basic system. I have 2 main bugs bothering me and not sure if anyone here can help.

1. if a user does not have an avatar i get the red-x for them, i am not sure how to make this show nothing or show a blank image? here is that code:

Quote:
<div align="center">
<a href="member.php?$session[sessionurl]u=$journalid"><img align="absbottom" src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
2. the edit and delete buttons show on each post even if the user doesn't have access. when a user without access clicks edit or delete they can not edit or delete, they just get a white page. Is there anyway to make that redirect or tell them they do not have access? Thanks!




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

Default

no prob, i paid a coder to sort it all out, not sure what he did but it works fine




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

Default

Since there is only one file, I'd bet the relevant changes would be in journal.php if you'd care to share it!

Regards,

Matt




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 06:06 PM
vBulletin 3.0.3 Patch Available Ken Iovino Announcements 0 09-18-2004 12:39 PM
vBulletin 3.0.3 Released [Split from 3.0.2 release thread] Ryan Ashbrook Announcements 0 07-07-2004 02:27 PM
vBulletin 3.0.2 Released Ryan Ashbrook Announcements 8 07-06-2004 12:51 PM


All times are GMT -3. The time now is 11:16 AM.


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