Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
vBJournal for vBulletin 3.5 Details »»
vBJournal for vBulletin 3.5
Version: 1.0.2 Beta, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Version: 3.5.1 Rating:
Released: 09-16-2005 Last Update: 11-16-2005 Installs: 597
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

This is a Port of vB Journal by An-Net

A t t e n t i o n
This Hack is unsupported and incompatible with PHP 5.
You are herby advised to not use it.
If you do have this hack installed it is advised to use vBulletin Blog instead.
You can import current entries to vBulletin Blog via Impex and uninstall this hack afterwards.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1572  
Old 01-02-2007, 04:18 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thincom2000 View Post
Just to let you know, I managed to get this working on 3.6.4

I'm not positive if all the bugs are gone, but at least I can view and edit the blogs now.

In journal.php, find:
PHP Code:
$vbulletin->journal_opt unserialize($vbulletin->journal_opt);
$setting =& $vbulletin->journal_opt
Replace with:
PHP Code:
// $vbulletin->journal_opt = unserialize($vbulletin->journal_opt);
// $setting =& $vbulletin->journal_opt; 
Haha, was that simple or what? I stopped getting database errors on my main page with this quick fix.
this isn't my code though but that removes your settings. i.e. turning it on or off, how many blogs are on index. everything in your journal admin cp will not take affect.

3.6.x brought table changes to datastore, which is causing the errors. Your fix will break the modification even more.
Reply With Quote
  #1573  
Old 01-07-2007, 10:14 PM
zetetic's Avatar
zetetic zetetic is offline
 
Join Date: Apr 2004
Posts: 338
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you working on a port to 3.6.4 for this, AN-net? Is anyone?

It seems to be working fine for me on 3.6.4 for the most part, but I had to disable the "edit jbuddylist" plugin because it was apparently stepping on the regular buddy/ignore lists. Specifically, when I would add someone to my buddy or ignore lists their name wouldn't be automatically entered into the field on the options page. So I'd have to type it in manually then click save changes to ignore someone or add a buddy.
Reply With Quote
  #1574  
Old 01-08-2007, 03:46 PM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zetetic View Post
Are you working on a port to 3.6.4 for this, AN-net? Is anyone?

It seems to be working fine for me on 3.6.4 for the most part, but I had to disable the "edit jbuddylist" plugin because it was apparently stepping on the regular buddy/ignore lists. Specifically, when I would add someone to my buddy or ignore lists their name wouldn't be automatically entered into the field on the options page. So I'd have to type it in manually then click save changes to ignore someone or add a buddy.
i am working on vb journal currently, but 3.5.x. once it works on 3.5.x ill port it over to 3.6.x
Reply With Quote
  #1575  
Old 01-08-2007, 10:25 PM
imported_Psybadek imported_Psybadek is offline
 
Join Date: Nov 2003
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does anyone know how to get the admin permissions to save? I did it once before but dont remember what I did, all it does is when I click "Yes" on administer journal and click save, it goes back to no
Reply With Quote
  #1576  
Old 01-10-2007, 02:24 PM
zachbb zachbb is offline
 
Join Date: Feb 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Guys

I installed vbjournal on http://www.DomainSocial.com about 6 months ago, and it broke during the upgrade to 3.6.

I see that a few people can get this working. I have read through most of the thread but am not sure what I can do to get it working again..

Can someone just recap what I should do?

Thanks a lot

Zach
Reply With Quote
  #1577  
Old 01-11-2007, 12:12 PM
imported_Dotagious imported_Dotagious is offline
 
Join Date: Mar 2003
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net View Post
i am working on vb journal currently, but 3.5.x. once it works on 3.5.x ill port it over to 3.6.x
*anxiously awaits* This hack is great!
Reply With Quote
  #1578  
Old 01-14-2007, 12:11 PM
ged's Avatar
ged ged is offline
 
Join Date: Feb 2005
Location: Istanbul, Turkey
Posts: 207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AN-net View Post
i am working on vb journal currently, but 3.5.x. once it works on 3.5.x ill port it over to 3.6.x
It would be great!
Reply With Quote
  #1579  
Old 01-14-2007, 07:10 PM
thincom2000 thincom2000 is offline
 
Join Date: May 2006
Location: Bronx, NY
Posts: 1,205
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

AN-net, sorry if it's impractical. All I know is my fix that breaks it even more got rid of a nasty database error I was having on every journal page.

Also, I'm pretty sure my quick fix comments out the datastore... and that's all it is, a quick fix.
Reply With Quote
  #1580  
Old 01-14-2007, 07:33 PM
ArchangelX ArchangelX is offline
 
Join Date: Feb 2006
Location: Oahu, HI
Posts: 298
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just wanted to say "Thanks!" for this great mod! Keep up the good work!
Reply With Quote
  #1581  
Old 01-15-2007, 02:40 AM
AN-net's Avatar
AN-net AN-net is offline
 
Join Date: Dec 2003
Location: AnimationTalk.com
Posts: 2,367
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thincom2000 View Post
AN-net, sorry if it's impractical. All I know is my fix that breaks it even more got rid of a nasty database error I was having on every journal page.

Also, I'm pretty sure my quick fix comments out the datastore... and that's all it is, a quick fix.
i was just warning you of the implications as in Andreas' code, he uses the datastore to load the settings from the admincp.
Reply With Quote
Reply

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

Forum Jump


All times are GMT. The time now is 05:50 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07224 seconds
  • Memory Usage 2,313KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete