vBulletin Modifications

Miscellaneous Hacks - VB3 port of Ryangel Journal Hack

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 (Beta Mode)
[vB 3.0.7] Miscellaneous Hacks - VB3 port of Ryangel Journal Hack (36)
Released: 07-22-2004, 12:37 PM
Modification Information:
Author: Reeve of Shinra
Last Online: 08-16-2006
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

This is the VB3 port of the Journal Hack created originally by Ryangel for VB2. It was hacked by Wonko the Sane from www.shinraonline.com for our own needs and further optimized and developed by Aiky, Oblivion Knight, Sabret00the and other members of EverythingVB.com.

EverythingVB.com will be down as it undergoes an upgrade and we hope to continue this project here at vbhacks.us (which opened after we started project).

-----------------------------------------------------------------

Attached is the original journal thread from everythingvb.com for reference should anyone have problems that were previously answered along with the two latest releases of the journal hack files. Oblivion Knight explains the differences between the two as:

Quote:
1.2b contains the "cleanest" code (optimized by Bane), and is based on sabre's templates and also contains a recent MySQL fix done by me (which is why 1.1d was released).

1.1d contains the original templates by myself, but you'd probably be better off using the journal.php file contained in the other zip since there is a lot of redundant code in this one..
-----------------------------------------------------------------

Things to note:

* The journal hack works and has been successfully installed by alot of people, including myself on two clean installs. There are ALOT of manual queries and file edits... just take your time and be thurough about it and you shouldn't have a problem. If you do have an issue, you probably missed one of the edits, go back and check it and read the original evb thread (attached) to see if its been covered. Otherwise feel free to post and we'll see if we can help.

* The phrases and templates currently need to be manaully installed. An automated way of adding them has not yet been currently added. I would suggest adding the multiple phrases hack on vb.org to make your life a little easier.




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 07-22-2004, 04:51 PM   #2
Join Date: Mar 2004
Real Name: Duh
Location: Cincinnati, Ohio
Ryan Ashbrook is on a distinguished road

Default

Thanks for choosing vBhacks as the site to continue your developments on this hack.

I will install when this comes out of Beta, because I really dislike using Beta Hacks... >_<;

Anyway, nice job. Do you have a direct link to a demo?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-22-2004, 05:03 PM   #3
Ken Iovino
Founder
Ken Iovino's Avatar
Join Date: Mar 2004
Real Name: Ken Iovino
Location: Miami, Florida
Ken Iovino is on a distinguished road

Default

Very Very nice, glad you released And welcome aboard
__________________
Earnersforum.com - Learn how to make money online! New Look!

Ken Iovino / vBHackers.com
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Crawlability Network: vBulletin SEO | vBulletin Hackers




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-22-2004, 06:06 PM   #4
Charter Member
Join Date: Jul 2004
Matias is on a distinguished road

Exclamation

i have a test board (http://forum.xlau.com.ar/journal.php) check the vbjournal there...

i think its not the best journal, but, its a example, how to work, as well...

PS: i forgot, its a spanish site, all in spanish, sorry!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-22-2004, 08:27 PM   #5
Oblivion Knight's Avatar
Join Date: May 2004
Real Name: Andy
Location: England, UK
Oblivion Knight is on a distinguished road

Default

1.1d Demo - http://www.gamerseuphoria.com/forum/journal.php
1.2b Demo - http://forum.xlau.com.ar/journal.php

If you receive a MySQL 1064 error when trying to run journal.php, make sure you have run the queries and updated the journal settings in the Admin CP (via vBulletin Options).

Last edited by Oblivion Knight; 07-25-2004 at 11:19 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-22-2004, 11:18 PM   #6
Charter Member
Join Date: Jul 2004
Matias is on a distinguished road

Default

Quote:
Originally Posted by Oblivion Knight
1.1d Demo - http://www.gamerseuphoria.com/forum/journal.php
1.2b Demo - http://forum.xlau.com.ar/journal.php

If you receive a MySQL 1064 error when trying to run journal.php, make sure you have run the queries and updated the journal settings in the Admin CP (via vBulletin Options).
yes, i forgot im using 1.2b...
i never got any problem running journal.php, just for mail error database...
but i fix that reading evb.com thread...




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-25-2004, 11:24 AM   #7
Oblivion Knight's Avatar
Join Date: May 2004
Real Name: Andy
Location: England, UK
Oblivion Knight is on a distinguished road

Default

Ok, I've noticed a couple of template issues with unclosed <div> tags - I'm not sure if this problem exists with 1.2b as I am running 1.1d.. Normally these shouldn't cause too much of an issue, but in my latest design it was making the footer act bizarrely.


Open journal_display, find:
You must first be a registered member to view any code.
Replace with:
You must first be a registered member to view any code.
Open journal_entrybits, find:
You must first be a registered member to view any code.
Replace with:
You must first be a registered member to view any code.
Open journal_commentbits, find:
You must first be a registered member to view any code.
Replace with:
You must first be a registered member to view any code.
__________________

Last edited by Oblivion Knight; 07-25-2004 at 01:31 PM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-26-2004, 05:44 PM   #8
Charter Member
Join Date: Jul 2004
Matias is on a distinguished road

Default

at 1.2b dont have this "issues"

im already using default 1.2 templates and dont haveany problem.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-26-2004, 09:02 PM   #9
TGD
Charter Member
Join Date: Jul 2004
TGD is on a distinguished road

Default

Quote:
Originally Posted by Matiaz
at 1.2b dont have this "issues"

im already using default 1.2 templates and dont haveany problem.
Nice work bro..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-27-2004, 06:46 AM   #10
Charter Member
Join Date: Jun 2004
sabret00the is on a distinguished road

Default

Quote:
Originally Posted by Matiaz
at 1.2b dont have this "issues"

im already using default 1.2 templates and dont haveany problem.
nope 1.2 doesn't have these problems




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
Install System Part 2 Ken Iovino Announcements 10 05-19-2005 10:40 AM
Port & Polish Journal Hack, please! cody vBulletin Modification Requests 0 04-19-2004 02:40 AM


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


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