Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Username Html MarkUp Everywhere 4.2.x Details »»
Username Html MarkUp Everywhere 4.2.x
Version: 2.1.2, by Elite_360_ Elite_360_ is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.2.x Rating:
Released: 11-08-2012 Last Update: 06-09-2015 Installs: 170
DB Changes Uses Plugins Auto-Templates
Code Changes Additional Files  
No support by the author.

Mark As Installed = Support
For Version Information And Features for Next Version: Go to Post #3

This Mod Works From 4.2.x

Description:

Markup Everywhere well almost like 90% if you use every feature that vb has.
Added Member Action Drop-Down where it did not have it.
Username Font
Username Prefix (Clan Tags) and the Option to Change to a Suffix in "Usergroup Manager"
Auto Template Edits

If you don't like the way this mod does the HTML markup,
It's compatible with vBNinja mod Ultimate Usergroup HTML Markup Customizer
but username prefix (Clan Tags) and username font will not work with this mod.


Updating: from 1.0.9, 1.0.10 and 1.0.11 to 2.x.x

The templates that need to be reverted are.

Threadbit
header
blog_sidebar_user
calendar_monthly_birthday
calendar_showbirthdays
search_threadbit
activitystream_album_album
activitystream_album_comment
activitystream_album_photo
activitystream_blog_comment
activitystream_blog_entry
activitystream_calendar_event
activitystream_cms_article
activitystream_cms_comment
activitystream_forum_post
activitystream_forum_thread
activitystream_forum_visitormessage
activitystream_socialgroup_discussion
activitystream_socialgroup_group
activitystream_socialgroup_groupmessage
activitystream_socialgroup_photo
activitystream_socialgroup_photocomment


Re-upload your vb version all the file but delete the install directory and the includes/config.php.new file. Don't Run Vb Upgrade

Then go to Installation
---------------------------------------------------------------------------------
Installation:

1. Upload the contents of upload folder to your forum root.

2. Import the product-e360_markup.xml product file go to AdminCP >
Plugins & Products > Manage Products > [Add/Import Product]

3. Go to AdminCP > Settings > Options > e360 - Usernames HTML Markup Options and config.(There a link to the file edits there too)

Only if you want to use User Name Prefix and Font
4. Go to AdminCP > Usergroups > Usergroup Manager > and config each usergroup "e360 - Username Html Markup Permissions"

Download Now

File Type: zip e360 MarkUp 2.1.2.zip (88.0 KB, 547 views)

Screenshots

File Type: jpg edit_profile.jpg (21.7 KB, 0 views)
File Type: jpg Permissions.jpg (108.1 KB, 0 views)
File Type: jpg markup_options.jpg (96.6 KB, 0 views)
File Type: jpg link_to_file_edits.jpg (38.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
11 благодарности(ей) от:
Dave_The_Don, ggrimes620, JJBB, john7911, KorvinGump, mightyudis, mll, Rickpwns, tanzeelniazi, Techno Cowboy, yin9

Comments
  #332  
Old 03-27-2015, 02:29 PM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ezak View Post
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 View Post
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
Reply With Quote
  #333  
Old 04-05-2015, 04:42 PM
mll mll is offline
 
Join Date: Dec 2014
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default



Error occurred while creating new blog post.
Reply With Quote
  #334  
Old 04-05-2015, 08:36 PM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mll View Post


Error occurred while creating new blog post.
Whats the error?
Reply With Quote
  #335  
Old 04-05-2015, 09:46 PM
mll mll is offline
 
Join Date: Dec 2014
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elite_360_ View Post
Whats the error?


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.
Reply With Quote
  #336  
Old 04-05-2015, 10:46 PM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mll View Post


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
Reply With Quote
  #337  
Old 04-05-2015, 10:51 PM
mll mll is offline
 
Join Date: Dec 2014
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elite_360_ View Post
Just disable for now i will have fix tomorrow in version 2.1.1
You are great , waiting for good news.

Many thanks
Reply With Quote
  #338  
Old 04-06-2015, 12:05 PM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated to 2.1.1
-Fixed error when making a "Blog Post or Blog Comment"
Reply With Quote
  #339  
Old 04-06-2015, 01:45 PM
mll mll is offline
 
Join Date: Dec 2014
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elite_360_ View Post
Updated to 2.1.1
-Fixed error when making a "Blog Post or Blog Comment"
I was the first one to use 2.11

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
Reply With Quote
  #340  
Old 04-06-2015, 02:18 PM
Elite_360_'s Avatar
Elite_360_ Elite_360_ is offline
 
Join Date: Nov 2012
Location: New Hampshire
Posts: 518
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mll View Post
I was the first one to use 2.11

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.
Attached Images
File Type: jpg markupsettingblog.jpg (72.8 KB, 0 views)
Reply With Quote
  #341  
Old 04-06-2015, 02:57 PM
mll mll is offline
 
Join Date: Dec 2014
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Elite_360_ View Post
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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:10 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05984 seconds
  • Memory Usage 2,373KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_html
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (6)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete