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_ 11-08-2012 11:00 PM

Username Html MarkUp Everywhere 4.2.x
 
1 Attachment(s)
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"

faisaly.com 11-09-2012 01:02 AM

lol i think you forgot this e360_markup.xml product file

Elite_360_ 11-09-2012 01:03 AM

Version Information:

1.0 - Nov 08 2012
-First version

1.0.2 - Nov 11 2012
-New: Display The User Display Usergroup color if they are in multiple Usergroups Works on newest member too as of 1.0.2
-New: Newest Member Markup without adding a new Query as of 1.0.2

1.0.3 - Nov 12 2012
-Fix bug when someone reply to a post it changes the postusername to the lastposter markup color on thread display
-New: The Plugin Hooks are stored as files now not in database so it's optimizing plugin memory usage since the code has gotten bigger

1.0.4 - Nov 14 2012
-Fix ToolTip Bug on the Started by on threadbit


1.0.9
-New: Activity Stream markup
-New: Search post
-New: Search thread
-New: Search visitor message
-New: Search blog
-New: Calender
-New: Blog stats what going on
-New: Blog Recent Comments
-New: Blog Recent Entries
-New: Member blog
(Note Search is not 100%)

1.0.10 Jun 20 2013
-Fix missing phrases

1.0.11 Jun 27 2013
-Fix Tool tip on Search

2.0.0 Dec 31 2013
-Fix All know Bugs
-Markup Everywhere well almost like 90% if you use every feature that vb has :D
-Added Member Action Drop-Down where it did not have it "To many place to list" :cool:
-Added User Group Permissions in Usergroup Manager (Has it's own Markup)
-Added User Name Font
-Added User Name Prefix (Clan Tags) and the Option to Change to a Suffix in "Usergroup Manager"
-Added Auto Template Edits

2.0.1 Dec 31 2013
-Fix Registration Bug

2.0.2 Dec 31 2013
-Forgot to add the css template css is need for Member Action Drop-Down for the search.

2.0.3 Jan 14 2014
-Fixed a bug where it was taking the username comma from Currently Active Users
New File called edit ** Currently Active Users ** only if you use Clan tags or Username Font

2.0.4 Feb 05 2014
-Fixed an error in the cron file that was pointing to a none directory. Only affected "User Name Font" and "User Name Prefix (Clan Tags)"

2.0.5 Apr 27 2014
-Fixed Display Usergroup color if they are in multiple Usergroups on Forumhome and Forumdisplay

2.0.7 Jan 1 2015
error in code

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

2.1.1 Apr 6 2015
-Fixed error when making a "Blog Post or Blog Comment"

2.1.2 Jun 9 2015
-Fixed bug when in multiple usergroups on forum display last poster has wrong display usergroup
-Fixed bug when registering if Prefix or Font Cache is enabled it would not rebuild Cache
-----------------------------------

faisaly.com 11-09-2012 01:08 AM

thank you

TheSupportForum 11-09-2012 07:14 AM

Quote:

Originally Posted by Elite_360_ (Post 2379546)
Version Information:

v1.0 - Nov 08. 2012.
-First version

Next Release Plans:

Custom Fonts Selection For User's musername
v1.1.0
Release Date Nov 19 or 20 Could be Sooner i got the code to work just working out some bugs

if you are planning this dont copy boofo's Custom Fonts Selection For User's musername your mod will be deleted

Elite_360_ 11-09-2012 08:06 AM

Quote:

Originally Posted by TheSupportForum (Post 2379603)
if you are planning this dont copy boofo's Custom Fonts Selection For User's musername your mod will be deleted

i did not know boofo had a mod like that. Well i all ready got my code to work its simple its base on a custom profile field and it looks like this <font face=" . $user['fieldXX'] . ">my muername markup here</font> right now im trying to Merge google @font-face into my product

TheSupportForum 11-09-2012 09:03 AM

Quote:

Originally Posted by Elite_360_ (Post 2379608)
i did not know boofo had a mod like that. Well i all ready got my code to work its simple its base on a custom profile field and it looks like this <font face=" . $user['fieldXX'] . ">my muername markup here</font> right now im trying to Merge google @font-face into my product

its a simple line of

PHP Code:

        <link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' /> 

^ example, there isnt really anything t integrate ther than knowing all the fonts available

this should help you out

https://developers.google.com/webfon...etting_started

Elite_360_ 11-09-2012 09:24 AM

Quote:

Originally Posted by TheSupportForum (Post 2379616)
its a simple line of

PHP Code:

        <link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400italic' rel='stylesheet' type='text/css' /> 

^ example, there isnt really anything t integrate ther than knowing all the fonts available

this should help you out

https://developers.google.com/webfon...etting_started

thanks but i already got it to work im going to pack the font with the mod and its going to have it own css file

Elite_360_ 11-09-2012 09:36 AM

1 Attachment(s)
TheSupportForum here a pic but that font dont have numbers or symbols in it i guess my name should look like this [BoE] Elite_360_

TheSupportForum 11-09-2012 09:50 AM

Quote:

Originally Posted by Elite_360_ (Post 2379620)
TheSupportForum here a pic but that font dont have numbers or symbols in it i guess my name should look like this [BoE] Elite_360_

nice, i haven't tried doing it yourway also yourway can have advantages :)

tanzeelniazi 11-09-2012 10:58 PM

I cant find in Vb 4.2.0 in Red Code
Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
Here my Code
Code:

<div class="welcome">
{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}
</div>

<ul class="isuser">


tanzeelniazi 11-09-2012 11:03 PM

See this Image i never add your Optional code.
See this In Section < ?
And why he change the color Name master color is Red when i install this mode showing color is Green here and Header showing is Red

Elite_360_ 11-10-2012 12:40 AM

Quote:

Originally Posted by tanzeelniazi (Post 2379821)
See this Image i never add your Optional code.
See this In Section < ?
And why he change the color Name master color is Red when i install this mode showing color is Green here and Header showing is Red


ok i figure it out it only markup the user Primary Usergroup color
it will not markup Display Usergroup color so you would have to switch the Display Usergroup to match the Primary Usergroup if the user are in two group i can make it so it markup the Display Usergroup but if the user only in one usergroup his musername will have no markup everwhere

Elite_360_ 11-10-2012 01:36 AM

Quote:

Originally Posted by Elite_360_ (Post 2379835)
ok i figure it out it only markup the user Primary Usergroup color
it will not markup Display Usergroup color so you would have to switch the Display Usergroup to match the Primary Usergroup if the user are in two group i can make it so it markup the Display Usergroup but if the user only in one usergroup his musername will have no markup everwhere

i think i can fix this so it will show with one selected

Alan_SP 11-11-2012 12:52 AM

If you could achieve this, this could be very useful. How server intensive is this?

Elite_360_ 11-11-2012 04:18 AM

Quote:

Originally Posted by Alan_SP (Post 2380142)
If you could achieve this, this could be very useful. How server intensive is this?

it will be running off vb own query just adding to it from some plugin's i got the new code wrote just trying to figure out switch between them it works but not right yet

Elite_360_ 11-11-2012 05:17 AM

Quote:

Originally Posted by Elite_360_ (Post 2380155)
it will be running of vb own query just adding to it from some plugin's i got the new code wrote just trying to figure out switch between them it works but not right yet

just figure it out it now works will release on 11 or 12 of Nov

Elite_360_ 11-11-2012 10:15 PM

Update
v1.0.2 - Nov 11 2012
New: Display The User Display Usergroup color if they are in multiple Usergroups Work on newest member too as of 1.0.2
New: Newest Member Markup without adding a new Query as of 1.0.2

Disco_Dave 11-12-2012 08:01 AM

Nice, Thanks :D

Is it possible to get this to display on today's posts?

tanzeelniazi 11-12-2012 08:54 AM

Install but same error :( VB 4.2.0
Can you fix please
https://vborg.vbsupport.ru/external/2013/06/1.jpg?1

Elite_360_ 11-12-2012 09:00 AM

Quote:

Originally Posted by tanzeelniazi (Post 2380459)
Install but same error :( VB 4.2.0
Can you fix please
https://vborg.vbsupport.ru/external/2013/06/1.jpg?1

pm me a link to your site so i can see whats going on. do you have an add on for thread display. because the username should only show up once in the started by, and go look at you threadbit template and look at your [View History] and revert it because it look like you probably edit it before

tanzeelniazi 11-12-2012 09:13 AM

Pm Sent
and Install Mod

tanzeelniazi 11-12-2012 09:16 AM

Send.........

Elite_360_ 11-13-2012 01:26 AM

Updated to Version 1.0.3

-Fix bug when someone reply to a post it changes the postusername to the lastposter markup color on thread display
-New: The Plugin Hooks are stored as files now not in database so it's optimizing plugin memory usage as of 1.0.3

tanzeelniazi 11-13-2012 05:49 AM

Thanks for Update
Let me check again...

Elite_360_ 11-13-2012 10:36 AM

1 Attachment(s)
go to post 1 for edit step 3 will fix this

Disco_Dave 11-13-2012 11:18 AM

Is there a way to make this work on all today's posts?

Elite_360_ 11-13-2012 11:27 AM

Quote:

Originally Posted by tricksodave (Post 2380779)
Is there a way to make this work on all today's posts?

i will look into it. new post right?
but if its on Activity Stream i have not figure it out yet and dont know if i will.

tanzeelniazi 11-13-2012 12:24 PM

Working Perfect Many thanks for you

Disco_Dave 11-13-2012 12:28 PM

Not to worried about the activity stream, more today's post/new posts...

Elite_360_ 11-13-2012 12:28 PM

Quote:

Originally Posted by tanzeelniazi (Post 2380788)
Working Perfect Many thanks for you

your welcome please Mark as Installed. as your showing up as not installed.

Superorb 11-13-2012 03:39 PM

Quote:

Originally Posted by Elite_360_ (Post 2380759)
now the hover text will not show who needs it anyway do you really need the date and time and the user that started that thread to popup on mouse over on the date and time of that thread when its right there o yeah i was testing a pic next to my username i was trying to generate and error that another member was having witch is in the top part of the pic

The main problem we had with the other plugin "Username HTML Markup" was that it displayed code in the Title attribute when you hover the mouse over it and we wanted it to say what it should. What is different about your plugin if it's broken just like the old one?

Disco_Dave 11-13-2012 03:47 PM

Quote:

Originally Posted by Superorb (Post 2380822)
The main problem we had with the other plugin "Username HTML Markup" was that it displayed code in the Title attribute when you hover the mouse over it and we wanted it to say what it should. What is different about your plugin if it's broken just like the old one?

I also used that other mod, this one doesn't do this. I think he was explaining this to the previous poster.

Superorb 11-13-2012 03:53 PM

Quote:

Originally Posted by tricksodave (Post 2380825)
I also used that other mod, this one doesn't do this. I think he was explaining this to the previous poster.

I'll install it on the test site and check it out.

Elite_360_ 11-13-2012 07:16 PM

Quote:

Originally Posted by Superorb (Post 2380822)
The main problem we had with the other plugin "Username HTML Markup" was that it displayed code in the Title attribute when you hover the mouse over it and we wanted it to say what it should. What is different about your plugin if it's broken just like the old one?

Well this will Display The User Display Usergroup color if they are in multiple Usergroups not the primary usergroup color. works on newest member too. and for the tooltip it only shows the html markup on started by. im working on a fix for that and it dont do it on the dropdown tooltip. but really the stared by tooltip is useless anyway who needs it. it does not tell if a user is online its just popup text that already in plan view.

Elite_360_ 11-14-2012 11:28 PM

1 Attachment(s)
Update to v1.0.4 - Nov 14 2012
-Fix ToolTip Bug on the Started by on threadbit

Superorb 11-15-2012 09:26 PM

1 Attachment(s)
I installed this mod, but it's not working correctly. Please see attached. Here's the problem output code when I view source. Notice how a <span> was inserted into another <span>. This is the same problem we all had with the other markup plugin that didn't work.

Code:

<span class="label">by&nbsp;<a href="member.php/2-testvb-Superorb" class="username understate" title="Started by <span style="color:blue;font-weight:bold;">testvb-Superorb</span> on Oct 16th, 2012 6:47pm"><span style="color:blue;font-weight:bold;">testvb-Superorb</span></a> | Oct 16th, 2012 at 6:47pm</span>

<!-- Ignore this line -->


Elite_360_ 11-15-2012 11:05 PM

Quote:

Originally Posted by Superorb (Post 2381381)
I installed this mod, but it's not working correctly. Please see attached. Here's the problem output code when I view source. Notice how a <span> was inserted into another <span>. This is the same problem we all had with the other markup plugin that didn't work.

did you do step 3 and do you have v1.0.4?

Superorb 11-16-2012 03:19 AM

1 Attachment(s)
Quote:

Originally Posted by Elite_360_ (Post 2381398)
did you do step 3 and do you have v1.0.4?

I have 4.2. I forgot to do step 3 and it's showing up correctly now. But, is it supposed to also work on search results pages because it's not on mine.

Elite_360_ 11-16-2012 08:03 AM

Quote:

Originally Posted by Superorb (Post 2381445)
I have 4.2. I forgot to do step 3 and it's showing up correctly now. But, is it supposed to also work on search results pages because it's not on mine.

no its does not work on search results you would have to edit the php file for that to work


All times are GMT. The time now is 06:28 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.01735 seconds
  • Memory Usage 1,850KB
  • 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_code_printable
  • (2)bbcode_php_printable
  • (19)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
  • (40)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