The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Username Html MarkUp Everywhere 4.2.x Details »» | |||||||||||||||||||||||||||||||||||
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
Screenshots
Show Your Support
|
11 благодарности(ей) от: | ||
Dave_The_Don, ggrimes620, JJBB, john7911, KorvinGump, mightyudis, mll, Rickpwns, tanzeelniazi, Techno Cowboy, yin9 |
Comments |
#332
|
||||
|
||||
@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:
They?re no template edits it' been like that since 2.x.x+ just upload and install the product-e360_markup.xml |
#333
|
|||
|
|||
Error occurred while creating new blog post. |
#334
|
||||
|
||||
|
#335
|
|||
|
|||
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. |
#336
|
||||
|
||||
Just disable for now i will have fix tomorrow in version 2.1.1
|
#337
|
|||
|
|||
Quote:
Many thanks |
#338
|
||||
|
||||
Updated to 2.1.1
-Fixed error when making a "Blog Post or Blog Comment" |
#339
|
|||
|
|||
Quote:
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 |
#340
|
||||
|
||||
Quote:
it tell you to disable Plugin "Forum Home: Process Blog Stats" so you will not get double Blog Statistics. |
#341
|
|||
|
|||
I didn't pay attention to this setting. Thank you
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|