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)

Omega Prime 06-26-2006 04:53 AM

Make sure you upload all the php/xml files and then check your usergroup permissions.

Se?or Trent 06-27-2006 08:42 PM

If I accede to journal.php single it gives a screen me in target. Somebody knows that deve?

Kyderoy 06-27-2006 10:07 PM

Can anyone tell me why I am getting this error message? I just moved to a new server

Parse error: parse error, unexpected T_PRIVATE, expecting ']' in C:\Inetpub\forum\journal.php(484) : eval()'d code on line 188

DS MrSinister 06-27-2006 11:35 PM

Quote:

Originally Posted by Kyderoy
Can anyone tell me why I am getting this error message? I just moved to a new server

Parse error: parse error, unexpected T_PRIVATE, expecting ']' in C:\Inetpub\forum\journal.php(484) : eval()'d code on line 188


you must be running PHP5.

Adrian Schneider 06-27-2006 11:44 PM

Quote:

Originally Posted by DS MrSinister
you must be running PHP5.

Post lines 187-189 of the template executed @ line 484 of journal.php

Alien 06-28-2006 02:22 AM

Quote:

Originally Posted by Omega Prime
Anyone know what happened to Andreas? His profile shows that he last logged in on the 13th and has only made 4 posts this month (before that, he hadn't posted since March). Hope things are ok...=/

I'm sure he's okay, he's kept busy nowadays as a new programmer for Jelsoft.

I hope he still updates this, the majority of people who go to work for Jelsoft end up not doing much on the modifications end here anymore and that's unfortunate but expected...

wizadora 06-28-2006 12:22 PM

One of the problems I have is there are no options for Admins to moderate journals.
Only the journalist can edit and delete their own journal entries/journal.

Looking back this thread, or in the AdminCP, theres not even an option for admins to "edit other journals".

Has development on this stopped ? If so, would there be a solution to allow Admins to moderate other journals ?

We are on version 3.5.4, journal version 1.0.2 Beta 1

Gehanna 06-28-2006 12:23 PM

Hello,

How do I cause the vBjournal link to show up on the nav bar for unregistered users? I want unregistered visitors to the site to see that there are journals so that perhaps it will help encourage registration.

Currently, I added a link myself over in the left hand column but I would rather that it show up on the nav bar instead.

Sincerely,
Gehanna

Neo_obs 06-28-2006 07:18 PM

Quote:

Originally Posted by wizadora
One of the problems I have is there are no options for Admins to moderate journals.
Only the journalist can edit and delete their own journal entries/journal.

Looking back this thread, or in the AdminCP, theres not even an option for admins to "edit other journals".

Has development on this stopped ? If so, would there be a solution to allow Admins to moderate other journals ?

We are on version 3.5.4, journal version 1.0.2 Beta 1

not sure where it is but there is a setting that allows admins to edit and delete others userpages ill try to find it and get back to you

Se?or Trent 06-28-2006 09:42 PM

I have a problem. It is that whenever I install the journal (in totally independent forums) when trying to enter journal.php single it leaves a screen to me in target. But surely it is that I need something in the installation, but not that aid isÂ…

iamnofear 06-29-2006 06:04 PM

I got this error when I click on editentry button. Any suggestion ?
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/thucnghi/public_html/forum/journal.php(1593) : eval()'d code on line 61

Snake 06-29-2006 06:12 PM

Anyone please tell me how to get this working on PHP5? :(

Brandon Sheley 06-30-2006 07:18 PM

Quote:

Originally Posted by Loco.M
i get errors with 3.6.0 beta 2...

hope this one can be converted without loseing data

:cross-eyed:

Adrian Schneider 06-30-2006 08:09 PM

Quote:

Originally Posted by iamnofear
I got this error when I click on editentry button. Any suggestion ?
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/thucnghi/public_html/forum/journal.php(1593) : eval()'d code on line 61

Find the "journal_edit_journalinfo" template, and on line 61, change
Code:

<input type="checkbox" name="epriv" value="1" <if condition="$entryinfo[private]">checked="checked" </if>/>$vbphrase[make_this_entry_private]
to
Code:

<input type="checkbox" name="epriv" value="1" <if condition="$entryinfo['private']">checked="checked" </if>/>$vbphrase[make_this_entry_private]

UncoderMom 07-01-2006 03:21 AM

Quote:

Originally Posted by Dark Cloud
Anyone please tell me how to get this working on PHP5? :(


Im with you! I need a journal running php 5 and the myspace rewrite calls for this one!

Kyderoy 07-02-2006 01:05 PM

Quote:

Originally Posted by SirAdrian
Post lines 187-189 of the template executed @ line 484 of journal.php


Line 187 -
<div class="smallfont"><phrase 1="$session[sessionurl]" 2="$getlatestj[journal_id]" 3="$getlatestj[journalist]">$vbphrase[welcome_to_our_newest_journalist_x]</phrase></div>


Line188 -
<div class="smallfont">$vbphrase[your_current_journal_status_is]: <if condition="$bbuserinfo[private]=='1'"><b><font color="red">$vbphrase[private]</font></b><else /><if condition="$bbuserinfo[private]==''"><b><font color="orange">$vbphrase[non_existent]</font></b><else /><b><font color="green">$vbphrase[public]</font></b></if></if></div></td>

Line 189

</tr>

Snake 07-02-2006 01:59 PM

Quote:

Originally Posted by UncoderMom
Im with you! I need a journal running php 5 and the myspace rewrite calls for this one!

Pleaaaaaaaaaaaaaaaase? :(

Adrian Schneider 07-02-2006 03:39 PM

Quote:

Originally Posted by Kyderoy
Line 187 -
<div class="smallfont"><phrase 1="$session[sessionurl]" 2="$getlatestj[journal_id]" 3="$getlatestj[journalist]">$vbphrase[welcome_to_our_newest_journalist_x]</phrase></div>


Line188 -
<div class="smallfont">$vbphrase[your_current_journal_status_is]: <if condition="$bbuserinfo[private]=='1'"><b><font color="red">$vbphrase[private]</font></b><else /><if condition="$bbuserinfo[private]==''"><b><font color="orange">$vbphrase[non_existent]</font></b><else /><b><font color="green">$vbphrase[public]</font></b></if></if></div></td>

Line 189

</tr>

Change line 188 to
Code:

<div class="smallfont">$vbphrase[your_current_journal_status_is]: <if condition="$bbuserinfo['private'] == 1"><b><font color="red">$vbphrase[private]</font></b><else /><if condition="$bbuserinfo['private'] == ''"><b><font color="orange">$vbphrase[non_existent]</font></b><else /><b><font color="green">$vbphrase[public]</font></b></if></if></div></td>

Tulsa 07-02-2006 04:14 PM

Thanks SirAdrian. That was the fix for line 188 of the journal template but everyone using php5 will also have to fix line 48 of the journal_journalpage template as well.

Code:

<b>$vbphrase[status]</b>: <if condition="$journalinfo['private']== 1"><b><font color="red">$vbphrase[private]</font></b><else /><b><font color="green">$vbphrase[public]</font></b></if>

Adrian Schneider 07-02-2006 04:24 PM

No problem.

If anybody is having any PHP 5 problems, please go here: https://vborg.vbsupport.ru/showthread.php?t=120134

This thread is nearly impossible to keep track of, especially if it isn't checked often. Hopefully once all the problems are solved, they will put the changes in the package.

futuredood 07-02-2006 05:20 PM

Does anyone know how to get username changes to reflect in the journal? I tried running the update counter maintenance, but that didn't seem to do the trick.

guwebby 07-03-2006 07:03 PM

How about word sensors? Is there a way to get the word censors from vB to apply to the journal?

Snake 07-04-2006 05:29 PM

Finally, got it working on my forums successfully while I'm running on PHP5. :D

http://www.finalfantasyforums.net/journal.php

QtrCafe 07-05-2006 12:39 AM

any ideas if it is compatable with vb 3.6 ???

gamelandz 07-05-2006 11:48 PM

How do i setup vb journal to allow for picture attachments like the forums?

thanks,
Gamelandz

Brandon Sheley 07-06-2006 12:25 AM

Quote:

Originally Posted by QtrCafe
any ideas if it is compatable with vb 3.6 ???

wasn't for me.. I hope it gets ported once 3.6 gold is out ;)

COBRAws 07-06-2006 12:31 AM

This is going to be awesome for my website :D

QtrCafe 07-06-2006 02:50 AM

Quote:

Originally Posted by Loco.M
wasn't for me.. I hope it gets ported once 3.6 gold is out ;)

:disappointed: .... lets hope so

theChronic 07-07-2006 03:17 AM

This mod still says it is in beta. Does it currently work with 3.5?

Thanks
john

Brandon Sheley 07-07-2006 04:38 AM

yes, it worked fine in 3.5 for me
not in 3.6

Neo_obs 07-07-2006 05:24 AM

ok i think i fixed the problem with the "report this journal" feature seems some lines of code were blocked out.

if anyone has a problem with this not showing let me know I am just waiting on confirmation to see if what i did is correct

Delw 07-07-2006 08:08 PM

From the time I downloaded the install till the time it was running took about 15 mins. Nice job getting this to work with 3.5. very easy install.
I dont understand the journals or blogs, I never used them but some members on the hunting board wanted them.

Again nice job and a very fast install.

Neo_obs 07-07-2006 09:41 PM

im having a problem with editing others journals anyone got that to work?

Delw 07-07-2006 09:56 PM

As an admin I can edit other members journals with no problems.

Delw

Neo_obs 07-08-2006 08:06 AM

well i finally figured it out but i cant let my mods edit them.

I tried setting the permissions(there were some that were coded out with <!-- )
and they always go back to No

I submitted a bug report hoping to get it back soon.

BTW to turn on the report a journal feature it is kinda hard.

DjTaz 07-09-2006 01:49 PM

Comments from some members arent showing up at all - but from most members they are .... any ideas why that may happen ?

The name appears , and everything else , just not the actual comment ... happened to myself as admin on one or two journals.

Cloud-Warrior 07-10-2006 10:01 AM

Quote:

Originally Posted by silurius
Have you had a chance to try out tamarian's vB Drupal or Geek's GARS?

Needs a proper importer - but here's a vBJournal to vBDrupal conversion brief.

Firestar.chkn 07-11-2006 12:18 AM

Hi Everyone,

It's been fixed by one of my Admins. He made some changes to the journal.php file and commented his hack (search for "sn hack" without the quotes) of the code. Feel free to replace your journal.php file with this one. It should work. To the author of this hack, feel free to make use of the code changes, although you may be able to clean it up (not sure. This was done rather quickly, so it could be a quick and nasty).

I make NO guarantees, though. Please make backups of your DB and whatnot. I accept no responsibility for the changed file and offer no support whatsoever.

Firestar.chkn 07-11-2006 12:42 AM

alright, sorry. It's not completely fixed yet. Still working. The permissions are all messed up, and bbcode also isn't being parced in the journal entries.

At least the journals will display now, and people should be able to update it. Everyone that should have access to it in the admincp may not, though. Also, some functions which may reply on the permissions (for example moderating a journal entry) may either not work or produce an error. Will feedback when I have more news.

Firestar.chkn 07-11-2006 12:46 AM

ok, sorry. It is fixed :D The permission problem "seems" to have been fixed by someone updating the usergroups' journal permissions, as well as updating the journal settings.

This effectively recommitted the data to the DB, fixing the problem... I think. Perhaps someone can test it and see if it works?


All times are GMT. The time now is 10:28 PM.

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.02268 seconds
  • Memory Usage 1,829KB
  • 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_code_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