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
  #1432  
Old 08-30-2006, 12:25 PM
Luke Beale Luke Beale is offline
 
Join Date: Nov 2005
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do i fix this error ?

Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/lukebeal/public_html/forum/journal.php(564) : eval()'d code on line 188
Reply With Quote
  #1433  
Old 08-30-2006, 11:31 PM
Adrian Schneider's Avatar
Adrian Schneider Adrian Schneider is offline
 
Join Date: Jul 2004
Posts: 2,528
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Read this thread...

https://vborg.vbsupport.ru/showthread.php?t=120134
Reply With Quote
  #1434  
Old 09-01-2006, 11:37 PM
Renmiri Renmiri is offline
 
Join Date: Jul 2006
Location: Chicago, USA
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SirAdrian
Thanks that worked like a charm!!!!

BTW, has anyone succeeded in getting the journalpage template looking like blogger.com ?

I'm getting close but the footer is still messed up
EDIT: Wee! Aurons Ghost fixed it for me. It is now a faithful copy of Blogger.com's Sand Dollar layout. Get the templates below

http://eternalspira.ffproject.net/jo...howjournal&j=1

Due to the ammount of interest, here are the templates. Enjoy!

After downloading do this:

Code:
1) Add 1 template: Bloggersidebar, with whatever you want under the avatar on the sidebar. My Bloggersidebar.tpl has the example I used.
2) Modify 2 templates: journal_entrybits and journal_journalpage, just paste the contents of my tpl files to replace the entire template, for each of the two.
3) Add some custom CSS
You know how to add custom CSS ? It's on style manager, right by the "Go" button, use the drop down menu instead of just using "edit template", select "Main CSS" and on the main CSS screen scroll down to the very last box. Paste the contents of my "customcss.css" file there.
Reply With Quote
  #1435  
Old 09-02-2006, 07:56 AM
maidos maidos is offline
 
Join Date: Jul 2006
Posts: 925
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does anyone know if this mods works for 3.6.0?
Reply With Quote
  #1436  
Old 09-02-2006, 11:29 PM
bigtomisin bigtomisin is offline
 
Join Date: Apr 2004
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i cant see the journal permissions in user group settings in vbulliten 3.6
Reply With Quote
  #1437  
Old 09-03-2006, 05:32 PM
ohgenki ohgenki is offline
 
Join Date: Apr 2002
Location: Singapore
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

still waiting for oblivion to release the latest version..
Reply With Quote
  #1438  
Old 09-04-2006, 10:00 PM
maidos maidos is offline
 
Join Date: Jul 2006
Posts: 925
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah im waiting too for the latest version for 3.6.0 >_<
Reply With Quote
  #1439  
Old 09-05-2006, 05:51 PM
Renmiri Renmiri is offline
 
Join Date: Jul 2006
Location: Chicago, USA
Posts: 140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Err.. found a tiny bug in this version.

Did anyone here try to delete a mood already ? I did and it gave me an SQL Error.

Easy enough to fix though:

On journaladmin.php
Find
Code:
// ###################### Start killmood #######################
if ($_REQUEST['do'] == 'killmood')
{
	$vbulletin->input->clean_gpc('r', 'mid', TYPE_INT);
	$db->query("DELETE FROM journal_moods WHERE mood_id=" . $vbulletin->GPC['mid']);
Replace by
Code:
// ###################### Start killmood #######################
if ($_REQUEST['do'] == 'killmood')
{
	$vbulletin->input->clean_gpc('r', 'mid', TYPE_INT);
	$db->query("DELETE FROM ".TABLE_PREFIX."journal_moods WHERE mood_id=" . $vbulletin->GPC['mid']);
The only change was to add a TABLE_PREFIX to the SQL statement

I also made a plugin to add most of the the journal CP to the Moderator Menu, since I don't want to be hassled with adding moods! :P
Reply With Quote
  #1440  
Old 09-06-2006, 07:59 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm hoping to have some time during the next few days to finish working on this and get something released. It should be worth noting however, that support will be extremely limited for the time being, upgrade instructions may be somewhat sketchy in places and I cannot confirm that it will work with the vBulletin 3.5.x series..

Thank you for your patience.
Reply With Quote
  #1441  
Old 09-06-2006, 03:48 PM
Neo_obs Neo_obs is offline
 
Join Date: Mar 2006
Location: Disneyland, CA
Posts: 363
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any idea if it will ever be working for 3.5? I can help you out if you need a test server or tester
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 07:17 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.09016 seconds
  • Memory Usage 2,305KB
  • 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
  • (3)bbcode_code
  • (1)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
  • (4)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