The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#1622
|
|||
|
|||
just installed on vB 3.6.8
Code:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/.satai/bc3tech/eatoninside.com/journal.php(978) : eval()'d code on line 48 |
#1623
|
|||
|
|||
How do we attach pics? The attach image function dont seem to be working?
|
#1624
|
|||
|
|||
You all may be happy to know I've got this working for vb 3.6.8
To do so, perform the following additional template edits: in JOURNAL: find 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> 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> in journal_edit_entryinfo: find: 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] in journalpage find: 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> 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> find: Code:
<input type="checkbox" name="jpriv" value="1" <if condition="$journalinfo[private]">checked="checked" </if>/>$vbphrase[make_this_journal_private] Code:
<input type="checkbox" name="jpriv" value="1" <if condition="$journalinfo['private']">checked="checked" </if>/>$vbphrase[make_this_journal_private] |
#1625
|
|||
|
|||
Hello,
I've installed this correctly but when attempting to read a users blog or add my own i get the following error: Code:
Parse error: syntax error, unexpected T_PRIVATE, expecting ']' in /home/danmil/public_html/profiles/journal.php(978) : eval()'d code on line 48 The only thing contained on this line is Code:
'journal_deletion_journal_confirmation', Thanks, Dan |
#1626
|
||||
|
||||
Sounds like an issue with the template.
You probably have a ' or " around a template variable. ie: it should be something like $var[whatever] and not $var['whatever'] |
#1627
|
||||
|
||||
Can someone please update this to work with PHP 5x?
|
#1629
|
||||
|
||||
I enabled xcache hack here
https://vborg.vbsupport.ru/showthread.php?t=141005 now I get this when I go to "my journal" area Warning: unserialize() expects parameter 1 to be string, array given in /journal.php on line 115 Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/includes/class_core.php:3118) in /includes/functions.php on line 2801 If I go to journal index I get this Warning: unserialize() expects parameter 1 to be string, array given in /journal.php on line 115 Anyone know how to fix this error? |
#1630
|
|||
|
|||
Installed on 3.6 and it works fine. I didn't do any template edits at all after finding that some of those edits referred to codes which don't exist on my board. Marked as installed.
|
#1631
|
|||
|
|||
Will a fresh install of this for 3.7.0 (Beta 5) work...or does this need to be rewritten for 3.7?
Thanks! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|