Quote:
Originally Posted by TosaInu
Same problem as Kru. I'm using vb 3.5 rc3 on a fresh database.
Fatal error: Field alerts is not defined in $validfields in class vb_datamanager_user in /includes/class_dm.php on line 485
It's so much easier to get this installed now. I think though that the template notes require a bit of an update (possibly because rc3 has some changes in postbit-legacy).
Example
-
Code:
<td class="alt1">
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
</if>
is without and the replace should also be without that.
-The warningpoints are added for postbit, but not for postbit-legacy.
-Need to find
Code:
<div>$post[message]</div>
<!-- / message -->
in postbit-legacy
But only
Code:
<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->
can be found.
I like this plugin system 
|
This is the one place I am stuck to get the code in the template correct. The rest I was able to figure out. Does anyone know the right code to put in the template for this one?
Also, after clicking add warning from a post I get the following error:
Fatal error: Call to a member function on a non-object in C:\Program Files\Ensim\Sitedata\***\forums\includes\functions _warning.php on line 581