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 :)


All times are GMT. The time now is 10: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.01702 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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