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)

ryhunn 03-02-2015 07:30 PM

New here to 'bulletin.org. This is great, works flawlessly. Great job OP.

Elite_360_ 03-02-2015 08:07 PM

Quote:

Originally Posted by sheders90 (Post 2539258)
My whole admin panel and forum page turned into a blank page when i installed this :/

Did you do step 1 "Upload the contents of upload folder to your forum root"

Go to includes/config.php file and add this define("DISABLE_HOOKS",1); after <?php and uninstalled this mod.
Then remove define("DISABLE_HOOKS",1); from config.php and start the Installation of this mod all over.

sheders90 03-03-2015 06:54 AM

Quote:

Originally Posted by Elite_360_ (Post 2539273)
Did you do step 1 "Upload the contents of upload folder to your forum root"

Go to includes/config.php file and add this define("DISABLE_HOOKS",1); after <?php and uninstalled this mod.
Then remove define("DISABLE_HOOKS",1); from config.php and start the Installation of this mod all over.


Sorry :D i uploaded the files to the wrong folder. Also i got a question does this working to color usergroups: http://prntscr.com/6c0v8u ? or is it only usernames?

Elite_360_ 03-20-2015 11:08 PM

Updated to 2.1.0
-Fixed some errors in code
-Added "Use VB - Username HTML Markup" in Usergroup Manager under setting "e360 - Username Html Markup Permissions"

ezak 03-24-2015 09:04 AM

after update to 2.1.0,
this option is not wokring
Threadbit Settings (Forum Display)
Enable Member Action Drop-Down for Threads Started by

forumdisplay.php
doesn't markup username started by

the previous version was wokring

Elite_360_ 03-24-2015 02:19 PM

Quote:

Originally Posted by ezak (Post 2541354)
after update to 2.1.0,
this option is not wokring
Threadbit Settings (Forum Display)
Enable Member Action Drop-Down for Threads Started by

forumdisplay.php
doesn't markup username started by

the previous version was wokring

Upload this file and see if it works.
Upload file to your forum root /e360mods/markup/hooks

ezak 03-25-2015 06:06 AM

1 Attachment(s)
Quote:

Originally Posted by Elite_360_ (Post 2541382)
Upload this file and see if it works.
Upload file to your forum root /e360mods/markup/hooks

still have the same problem
there screen to show you what is the problem

Elite_360_ 03-25-2015 08:23 PM

1 Attachment(s)
Go to AdminCP > Plugins & Products > Plugin Manager >

Product : e360 Username HTML Markup > and edit Parse Template

replace Plugin PHP Code with everything in parse_templates text file

ezak 03-26-2015 05:57 AM

Quote:

Originally Posted by Elite_360_ (Post 2541534)
Go to AdminCP > Plugins & Products > Plugin Manager >

Product : e360 Username HTML Markup > and edit Parse Template

replace Plugin PHP Code with everything in parse_templates text file

Do as you said, but no way to make thread start by is marked up

Asmod 03-27-2015 02:04 PM

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!

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

brianbde 06-05-2015 03:11 PM

Hi, It's not working in my activity stream. I have the latest version. Do I need to edit some code somewhere. I just see the default colors not the markup.

ozzy47 06-07-2015 08:50 PM

I see one issue. If I have a users Primary Usergroup as a admin, but their Display Usergroup is set to something else, they show as a admin. So far this is happening on forumdisplay

Elite_360_ 06-10-2015 01:12 AM

Quote:

Originally Posted by brianbde (Post 2547202)
Hi, It's not working in my activity stream. I have the latest version. Do I need to edit some code somewhere. I just see the default colors not the markup.

Sounds like you did not do the file edits
got to www.YourWebSite.com/e360mods/markup/includes/instructions.html#stream
there is a link to the file edit in "e360 - Usernames HTML Markup Options"

Quote:

Originally Posted by ozzy47 (Post 2547331)
I see one issue. If I have a users Primary Usergroup as a admin, but their Display Usergroup is set to something else, they show as a admin. So far this is happening on forumdisplay

Fixed in 2.1.2

Elite_360_ 06-10-2015 01:21 AM

Updated to 2.1.2
1. Fixed bug when in multiple usergroups on forum display last poster has wrong display usergroup.
2. Fixed bug when registering if Prefix or Font Cache is enabled it will rebuild Cache.

ozzy47 06-12-2015 09:53 PM

Awesome, that has seemed to work. :)

e24h 06-13-2015 01:27 AM

Hello

Need some help ..just installed your mod and works fine - can not get username markup in threadbits - will attach picture - and see that some another have same problem -

Guardian Hope 06-14-2015 12:01 AM

This is an excellent modification which allowed me to quickly get usergroup colors that I applied to HTML in virtually every location. That was really all I needed it for.

blackberry 07-03-2015 05:22 PM

1 Attachment(s)
it doesn't display html markup of thread owners, picture attached.

blackberry 07-03-2015 05:23 PM

Quote:

Originally Posted by e24h (Post 2547729)
Hello

Need some help ..just installed your mod and works fine - can not get username markup in threadbits - will attach picture - and see that some another have same problem -

I have attached one, i think you have the same problem as i do

killah360z 08-13-2015 02:37 PM

Quote:

Originally Posted by blackberry (Post 2549256)
it doesn't display html markup of thread owners, picture attached.

any help ? i got the same problem

Elite_360_ 08-13-2015 08:21 PM

Quote:

Originally Posted by e24h (Post 2547729)
Hello

Need some help ..just installed your mod and works fine - can not get username markup in threadbits - will attach picture - and see that some another have same problem -

Quote:

Originally Posted by blackberry (Post 2549256)
it doesn't display html markup of thread owners, picture attached.

Quote:

Originally Posted by killah360z (Post 2552762)
any help ? i got the same problem

This happens to some people i still don't know why maybe a server problem it only happen on the threadbit.

-

Do what this says. #331

blackberry 08-25-2015 08:23 PM

Quote:

Originally Posted by Elite_360_ (Post 2552807)
This happens to some people i still don't know why maybe a server problem it only happen on the threadbit.

-

Do what this says. #331

Thanks alot, fixed it.

blackberry 08-25-2015 08:23 PM

Quote:

Originally Posted by killah360z (Post 2552762)
any help ? i got the same problem

do as recommended by Elite ;)

Jaggee 06-05-2016 12:51 PM

Is there any easy way to disable this mod from header welcomelink?

I'm using crowns and the header align get's messy with html markup.

Elite_360_ 06-05-2016 09:58 PM

1 Attachment(s)
Quote:

Originally Posted by Jaggee (Post 2571666)
Is there any easy way to disable this mod from header welcomelink?

I'm using crowns and the header align get's messy with html markup.



upload this file to ForumRoot/e360mods/markup/hooks/

t3h3th32 07-08-2017 04:03 PM

Hello,

I got 2 questions:

1. Any idea, how to customize forum users individually?

2. Does this mod support adding multiple icons? For instance, usergroup A has an icon A & usergroup B has an icon B, if an user is member of both, will he have both icons or only 1?

Regards,
~t3h'Pâr4d0x

randytnguyen7 04-13-2018 04:33 AM

Thread Started By "username" does not markup

yin9 05-29-2020 08:30 PM

Working on 4.2.5 and PHP 7.1.3.

Thanks for this mod.


All times are GMT. The time now is 01:10 AM.

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.01750 seconds
  • Memory Usage 1,847KB
  • 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
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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