Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
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
  #1212  
Old 05-25-2006, 07:45 PM
gibhut gibhut is offline
 
Join Date: Jun 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What template is being pulled in on line 1593.

open that template and show me line 61 and i can show you how to fix it..



Quote:
Originally Posted by dimopoulos
I seem to have a small problem with the journal mod.

It was working fine a week or so ago. Then we moved servers on a dedicated box. After that it stopped working as expected. I get an error:

Code:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /.../forums/journal.php(1593) : eval()'d code on line 61
The only thing I can think of that changed was the encoding on mysql and the fact that we are using now MySQL 4.1 and PHP 5.

I looked in the code and it seems to be the line where you post what mood you are in. I managed to remove that line from one or two of the templates but on the others it still happens....

Has anyone seen this before? If not I can report it as a bug.
Reply With Quote
  #1213  
Old 05-25-2006, 07:48 PM
gibhut gibhut is offline
 
Join Date: Jun 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Oblivion Knight
@dimopoulos:
We had to fix a couple of them when we went to php5 and mysql 5

If you get errors.. Ask me
Reply With Quote
  #1214  
Old 05-26-2006, 12:06 AM
guwebby guwebby is offline
 
Join Date: Mar 2003
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do you use 3.5.4 gibhut?

if you do how did you get it to save the Administrator Permissions for the Journal? thats my problem with it, it wont save the setting to yes so I can adminster it
Reply With Quote
  #1215  
Old 05-26-2006, 04:02 AM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gibhut
We had to fix a couple of them when we went to php5 and mysql 5

If you get errors.. Ask me
Running php 5.1.2 MySQL 4.1.18-standard

(Calling journal index from navbar)

Code:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/mysite/public_html/forums/journal.php(564) : eval()'d code on line 188
Line 188 of journal.php:
Code:
$pagenumber = $countj['journals'];

(Calling my journal from navbar)

Code:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/mysite/public_html/forums/journal.php(978) : eval()'d code on line 48
Line 48 of journal.php:
Code:
'journal_deletion_journal_confirmation',
Reply With Quote
  #1216  
Old 05-28-2006, 09:39 AM
cmrplusradio cmrplusradio is offline
 
Join Date: May 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Firstly, this is my first post and install, it exactly what i was looking for!

I have installed and it all looks fine, but how do i allow users to edit thier journals, i have logged in under a normal user and cannot access the journals section, i dont have the right permissions, how do i allow users and my admistrstor acount to add journal entries - as you can tell i am new to vbulletin!

Also is thier a way to change all referneced to "Journal" to "Blog"?

Any help would be great. E-Mail me @ info@afhwebsitedesign.co.uk if you can help.

Alex
Reply With Quote
  #1217  
Old 05-28-2006, 12:48 PM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Go into each user group from your admincp and you'll see the journal section where you can choose what you like for each.
Reply With Quote
  #1218  
Old 05-28-2006, 10:25 PM
Craigex Craigex is offline
 
Join Date: Dec 2005
Location: Middlesbrough
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why doesn't journal.php work?

Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/admin/public_html/journal.php(564) : eval()'d code on line 188

I get that!
Reply With Quote
  #1219  
Old 05-28-2006, 11:30 PM
Tulsa Tulsa is offline
 
Join Date: Jul 2005
Location: Broken Arrow, Oklahoma
Posts: 475
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you using php5 too?
Reply With Quote
  #1220  
Old 05-30-2006, 12:19 PM
gibhut gibhut is offline
 
Join Date: Jun 2005
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok quick explain ,
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/mysite/public_html/forums/journal.php(564) : eval()'d code on line 188

means line 564 of journal.php is calling a template.. on line 188 of that template is where the error is..

so tulsa look on line 564 of journal and tell me the template it is calling

and same goes for your Craigex
Reply With Quote
  #1221  
Old 05-30-2006, 02:38 PM
Sarthek Sarthek is offline
 
Join Date: May 2006
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can somebody share a live demo of this please.

Also, last update on this hack was on 17. Nov 2005. Is this correct?
Is this still up-to-date?
Reply With Quote
Reply


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 06:55 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.10023 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
  • (5)bbcode_code
  • (3)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