vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Username Html MarkUp Everywhere 4.2.x (https://vborg.vbsupport.ru/showthread.php?t=290368)

Elite_360_ 03-27-2015 02:29 PM

Quote:

Originally Posted by ezak (Post 2541566)
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 (Post 2541684)
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

mll 04-05-2015 04:42 PM

:(

Error occurred while creating new blog post.

Elite_360_ 04-05-2015 08:36 PM

Quote:

Originally Posted by mll (Post 2542399)
:(

Error occurred while creating new blog post.

Whats the error?

mll 04-05-2015 09:46 PM

Quote:

Originally Posted by Elite_360_ (Post 2542412)
Whats the error?

:o

Get the following error (while creating new blog post or post blog comment):

HTML Code:

Database error
The Forums database has encountered a problem.

Database error in vBulletin 4.2.2:

Invalid SQL:

                        SELECT blog.blogid, lastblogtextid AS blogtextid, blog_text.userid, blog_text.state, IF(blog_text.userid = 0, blog_text.username, user.username) AS username, blog.blogid, blog.title
                        ,avatar.avatarpath, user.avatarrevision, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
                        , user.e360_prefix, user.e360_font, IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid
                        FROM vb4blog AS blog
                        LEFT JOIN vb4blog_text AS blog_text ON (blog.lastblogtextid = blog_text.blogtextid)
                        LEFT JOIN vb4user AS user ON (blog_text.userid = user.userid)
                        INNER JOIN vb4user AS user2 ON (blog.userid = user2.userid)
                        LEFT JOIN vb4avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vb4customavatar AS customavatar ON(customavatar.userid = user.userid)
                       
                       
                        WHERE blog.userid = 1 AND blog_text.blogtextid <> blog.firstblogtextid AND blog_text.state IN ('visible','moderation') AND blog.state IN ('visible','moderation') AND blog.dateline <= 1428276958 AND blog.pending = 0
                       
                        ORDER BY blog.lastcomment DESC
                        LIMIT 5;

MySQL Error  : Column 'infractiongroupid' in field list is ambiguous
Error Number  : 1052
Request Date  : Monday, April 6th 2015 @ 07:35:58 AM
Error Date    : Monday, April 6th 2015 @ 07:35:59 AM
Script        : http://........../vb4/blog_post.php?do=newblog
Referrer      : http://.........../vb4/blog.php
IP Address    : .............
Username      : admin
Classname    : vB_Database_MySQLi
MySQL Version : 5.6.23-72.1-log


Edit: all normal after disabling.

Elite_360_ 04-05-2015 10:46 PM

Quote:

Originally Posted by mll (Post 2542413)
:o

Get the following error (while creating new blog post or post blog comment):

Edit: all normal after disabling.

Just disable for now i will have fix tomorrow in version 2.1.1

mll 04-05-2015 10:51 PM

Quote:

Originally Posted by Elite_360_ (Post 2542415)
Just disable for now i will have fix tomorrow in version 2.1.1

You are great , waiting for good news.

Many thanks

Elite_360_ 04-06-2015 12:05 PM

Updated to 2.1.1
-Fixed error when making a "Blog Post or Blog Comment"

mll 04-06-2015 01:45 PM

Quote:

Originally Posted by Elite_360_ (Post 2542437)
Updated to 2.1.1
-Fixed error when making a "Blog Post or Blog Comment"

I was the first one to use 2.11 :D

Glad that it is solved, it's working just fine for vb 4.2.2.

Please fix Blog Statistics of FORUMHOME (more out of the two rows) if you have time.

Thanks a lot

Elite_360_ 04-06-2015 02:18 PM

1 Attachment(s)
Quote:

Originally Posted by mll (Post 2542439)
I was the first one to use 2.11 :D

Glad that it is solved, it's working just fine for vb 4.2.2.

Please fix Blog Statistics of FORUMHOME (more out of the two rows) if you have time.

Thanks a lot

In e360 - Usernames HTML Markup Options under FORUMHOME Settings
it tell you to disable Plugin "Forum Home: Process Blog Stats" so you will not get double Blog Statistics.

mll 04-06-2015 02:57 PM

Quote:

Originally Posted by Elite_360_ (Post 2542442)
In e360 - Usernames HTML Markup Options under FORUMHOME Settings
it tell you to disable Plugin "Forum Home: Process Blog Stats" so you will not get double Blog Statistics.

I didn't pay attention to this setting. Thank you


All times are GMT. The time now is 05:47 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
  • Page Generation 0.02248 seconds
  • Memory Usage 1,764KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete