vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBJournal for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=96462)

Olli460 12-23-2006 10:59 AM

Will there be a port to 3.6 anytime soon? I think this would fit nicely for the new year. xD

Snake 12-23-2006 08:48 PM

I'm getting this error after I've moved servers. Any idea?

Quote:

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

Adrian Schneider 12-23-2006 09:03 PM

Snake, read this,
https://vborg.vbsupport.ru/showthread.php?t=120134

Snake 12-23-2006 09:50 PM

Aj, I have already read that thread. So it seems that vBJournal isn't working fine on PHP5 and I'm currently getting this error.

Quote:

Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/finalfan/public_html/journal.php(567) : eval()'d code on line 188
Any help?

Adrian Schneider 12-23-2006 10:38 PM

Replace $whatever[private] with $whatever['private'] inside template conditions. It says that in the thread. ;)

dead7 12-28-2006 03:03 PM

I have a question, recently my search was working great, journals were being used without hassle.

I've triple-checked all permissions in both Journal settings & Usergroup permissions for each group. All have the ability to search, the option is enabled for them in the usergroups but now it just stops working? Everyone no matter what gets an access denied to use the journal search??

This was working fine around 2 weeks ago but i've not needed to search it since, now that I have, I see its broke. Is there anything else I may be missing besides the main config & the usergroup permission entries?? (everything is set to yes in usergroup perms)

Rich 12-28-2006 04:06 PM

Hello,

I thought it would be interesting if we could pull if a user has new comments in their blog when then they log in. I realise it is just a query that needs to be run, but I don't know what it would be.

I was thinking that if they have new blog comments, a phrase would display and if they didn't, one wouldn't be displayed. if it sent a pm and/or email it would also be cool. Kinda like the subscriptions system.

Does anyone have an idea as to how to do this?

thincom2000 12-29-2006 06:52 AM

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.

Snake 12-30-2006 11:26 AM

Quote:

Originally Posted by Snake (Post 1144191)
Aj, I have already read that thread. So it seems that vBJournal isn't working fine on PHP5 and I'm currently getting this error.



Any help?

I tried to view that thread for the fix and I still couldn't do it. Any help please? :(

parabat 01-01-2007 11:01 PM

Is this mod anything like the vBlog/vDiary?
Is there a planned upgrade to 3.6.4

-Parabat

AN-net 01-02-2007 04:18 PM

Quote:

Originally Posted by thincom2000 (Post 1146806)
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.

zetetic 01-07-2007 10:14 PM

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.

AN-net 01-08-2007 03:46 PM

Quote:

Originally Posted by zetetic (Post 1152917)
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

imported_Psybadek 01-08-2007 10:25 PM

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

zachbb 01-10-2007 02:24 PM

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

imported_Dotagious 01-11-2007 12:12 PM

Quote:

Originally Posted by AN-net (Post 1153713)
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!

ged 01-14-2007 12:11 PM

Quote:

Originally Posted by AN-net (Post 1153713)
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! :)

thincom2000 01-14-2007 07:10 PM

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.

ArchangelX 01-14-2007 07:33 PM

I just wanted to say "Thanks!" for this great mod! Keep up the good work!

AN-net 01-15-2007 02:40 AM

Quote:

Originally Posted by thincom2000 (Post 1159196)
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.

MythoLogy 01-15-2007 05:32 PM

There is definitely a following for this mod. I had it for 3.54 and have waited and waited for an update so your work will be appreciated when you get this great mod ported to 3.64, AN-net.

However, for those that check out this mod and don't want to research all the thread prior. I just installed it again today and everything seems to work great on 3.64 by following the readme.txt in the zip. Just go to this post for fix to the instructions covering modifylist. Then replace the journal.php file you uploaded from the zip in the forums root with the file located in the post found here. Those are the only 2 differences from the readme found in the zip file.

Side note: From the Myspace Profile Rewrite 1.01 that I had fully installed on 3.54. Only viewprofilehits and vbjournal are installed atm.

Muellmann 01-16-2007 09:30 PM

Works fine with 3.60! ;) Thanks, great addition to a vbulletin.

waller99 01-20-2007 05:16 AM

I am running 3.64 and everything is working great except when you try to post a comment it doesn't show up. This is what happens when you enter your comment and click "Submit New Comment"

If I click the edit button afterwards and type something in the editor and click submit it will post it. Does anyone know how to solve this problem? Thanks in advance..

Wordplay 01-20-2007 08:33 AM

is it possible to have a user's latest journals be shown on their memberinfo?

TotalTorque.net 01-20-2007 01:44 PM

Can someone summarise exactly what vbJournal does for me?

Thanks.

Snake 01-20-2007 05:42 PM

You don't know what Journal means? If not, then Wiki it. ;)

Widebertha 01-24-2007 09:48 PM

My members cannot post properly using Journal with vbulletin 3.6. They can enter their messages but as soon as they go to edit everything disappears. The edit features are no longer available when using the Journal with 3.6. Any help would be much appreciated.
Since I have no idea how to fix this problem I would like someone to tell me how this can be done and hopefully find someone who can do this for me.

Thanks,
Widebertha

akulion 01-28-2007 12:38 AM

will this mod be getting updated for 3.6.4 ?

waller99 01-28-2007 04:39 PM

Does anyone know how I can display the most recent journal entry on the homepage of my vbulletin?

scdurwood 01-31-2007 11:52 AM

I get the following error when trying to access private messages after installing this mod:


Quote:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/palmet5/public_html/forum/private.php on line 871
Help?

ashley53680 02-01-2007 05:07 PM

subbing so I can keep up to date when the 3.6.4 verson comes out!! :)

Veer 02-03-2007 12:54 PM

Waiting for 3.6.4 release :)

Tom_S 02-08-2007 05:57 PM

Me too but from the looks of what it tells you at the top of the thread it isn't going to. I sure hope I am wrong but a quick read of when it was last updated and that it isn't supported and that it is beta is a hint for me:

vB Version: 3.5.1
Rating: five stars (11 votes - 4.64 average)
Released: 17. Sep 2005
Last Update: 17. Nov 2005
Installs: 691
Not Supported https://vborg.vbsupport.ru/external/2011/01/24.gif
DB Changes https://vborg.vbsupport.ru/external/2012/01/11.gif
Installer included https://vborg.vbsupport.ru/external/2012/01/11.gif
Uses Plugins https://vborg.vbsupport.ru/external/2012/01/11.gif
Template changes https://vborg.vbsupport.ru/external/2012/01/11.gif
Additional files https://vborg.vbsupport.ru/external/2012/01/11.gif
Is in Beta stage https://vborg.vbsupport.ru/external/2011/01/24.gif

Icehawk002 02-10-2007 02:30 PM

It sure is a long thread so apologies if the answer to my question is there I did look however.

Issue: We have upgraded to PHP5 from PHP4, vbJournal works fine under 4 but will not display under 5 any suggestions we really do need PHP5 for other software we run but dont want to loose the vbjournal if possible.

fino 02-10-2007 06:47 PM

Also waiting for a 3.6.4 release ;)

Sam1985 02-11-2007 04:43 AM

Quote:

Originally Posted by fino (Post 1179322)
Also waiting for a 3.6.4 release ;)

ditto. cant wait

defcon_420 02-11-2007 06:46 AM

Quote:

Originally Posted by Sam1985 (Post 1179675)
ditto. cant wait

and i

Tom_S 03-03-2007 12:58 PM

I do believe I have ran into another abandoned mod. Dang!

ged 03-03-2007 02:00 PM

Still waiting for new version. :)

Tom_S 03-03-2007 02:22 PM

You might have a HUGE wait. Here is the authors last post in this thread from 22 August 2006:
Quote:

Originally Posted by Andreas (Post 1058350)
Andy, feel free to move forward with this hack - as long as I get permission to eventually re-use the code for future versions.

And as for Andy......His last post in this thread: Sept 6, 2006
Quote:

Originally Posted by Oblivion Knight (Post 1069098)
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.

I think there is a lot of wishful posting going on here if you are waiting on him. Maybe someone will take it over but I don't see anyone jumping into it.


All times are GMT. The time now is 03:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02948 seconds
  • Memory Usage 1,836KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete