Quote:
Originally Posted by Dismounted
I know what you mean, but since you have no mods, what's the problem with just assigning it?
|
I have no mods because this is a test forum

Just for test.
I am making a product and don't want to assign it.
I am realy wondering it that hook will real work there?
Quote:
Originally Posted by Dismounted
Anyway, try this:
HTML Code:
<template name="test" templatetype="template" date="1182869201" username="Makc666" version="1.0.0">
<![CDATA[
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option">Test Pharase</td></tr>
</if>
]]>
</template>
<plugin active="1" executionorder="5">
<title>Test (1)</title>
<hookname>postbit_display_complete</hookname>
<phpcode><![CDATA[if ($post['postcount'] == 1)
{
eval('$template_hook[postbit_user_popup] .= "' . fetch_template('test') . '";');
}]]>
</phpcode>
</plugin>
|
No, this one didn't help.
Yes it will display only one line of mine.
But it will display in every post the line which belongs to the first post.
Also it will not work on pages like this one:
https://vborg.vbsupport.ru/showpost....78&postcount=4
I understand that I have to make some checkup but I can't "cook up" one and also I don't want to right a SQL query for that think up.