Quote:
Originally Posted by ezak
Do as you said, but no way to make thread start by is marked up
|
@ezak
Edit your
threadbit template find this code
HTML Code:
<vb:if condition="!$show['detailedtime']">
{vb:rawphrase started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
<vb:else />
{vb:rawphrase started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid\', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}}
</vb:if>
And replace with this code
HTML Code:
<vb:if condition="$vboptions['e360_markup_threadbit_md']">
<vb:if condition="!$show['detailedtime']">
{vb:rawphrase e360_md_started_by_x_y_z_a, {vb:raw thread.post_musername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
<vb:else />
{vb:rawphrase e360_md_started_by_x_y_z, {vb:raw thread.post_musername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}}
</vb:if>
<vb:else />
<vb:if condition="!$show['detailedtime']">
{vb:rawphrase e360_started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.post_musername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
<vb:else />
{vb:rawphrase e360_started_by_x_y_z, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.postusername}, {vb:raw thread.post_musername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}}
</vb:if>
</vb:if>
Quote:
Originally Posted by Asmod
Hi,
If i want to update from 2.0.7 to 2.1.0 i need to revert all templates and all that hassle ?
Is not working if i upload and ow. the files then install again the plugin. - Or uninstalling it and uploading/installing again ?
Thanks!
|
@Asmod
They?re no template edits it' been like that since 2.x.x+ just upload and install the product-e360_markup.xml