![]() |
Make sure you upload all the php/xml files and then check your usergroup permissions.
|
If I accede to journal.php single it gives a screen me in target. Somebody knows that deve?
|
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 |
Quote:
you must be running PHP5. |
Quote:
|
Quote:
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... |
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 |
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 |
Quote:
|
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Â…
|
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 |
Anyone please tell me how to get this working on PHP5? :(
|
Quote:
|
Quote:
Code:
<input type="checkbox" name="epriv" value="1" <if condition="$entryinfo[private]">checked="checked" </if>/>$vbphrase[make_this_entry_private] Code:
<input type="checkbox" name="epriv" value="1" <if condition="$entryinfo['private']">checked="checked" </if>/>$vbphrase[make_this_entry_private] |
Quote:
Im with you! I need a journal running php 5 and the myspace rewrite calls for this one! |
Quote:
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> |
Quote:
|
Quote:
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> |
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> |
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. |
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.
|
How about word sensors? Is there a way to get the word censors from vB to apply to the journal?
|
Finally, got it working on my forums successfully while I'm running on PHP5. :D
http://www.finalfantasyforums.net/journal.php |
any ideas if it is compatable with vb 3.6 ???
|
How do i setup vb journal to allow for picture attachments like the forums?
thanks, Gamelandz |
Quote:
|
This is going to be awesome for my website :D
|
Quote:
|
This mod still says it is in beta. Does it currently work with 3.5?
Thanks john |
yes, it worked fine in 3.5 for me
not in 3.6 |
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 |
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. |
im having a problem with editing others journals anyone got that to work?
|
As an admin I can edit other members journals with no problems.
Delw |
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. |
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. |
|
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. |
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. |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|