Version: 2.1.2, by Elite_360_
Developer Last Online: Mar 2022
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.
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"
Did you try to disable one mod at a time and see if that fixes the problem there might be a mod that has a conflict with my mod because i don't have that problem on my forums (VB-4.2.2-pl1).
Did you try to disable one mod at a time and see if that fixes the problem there might be a mod that has a conflict with my mod because i don't have that problem on my forums (VB-4.2.2-pl1).
Since the mod uses fetch_musername($fetch_userinfo) to get the marked up names, which returns empty at deleted users, the names of deleted thread creators were not showing up in the threadbit_display.
I added
PHP Code:
if (empty($thread['post_musername'])){ $thread['post_musername'] = "<strike>".$thread['postusername']."</strike>"; }
to e360mods/markup/hooks/threadbit_display.php to make them re-appear.
Is my template at fault or is this a possible bug?
Since the mod uses fetch_musername($fetch_userinfo) to get the marked up names, which returns empty at deleted users, the names of deleted thread creators were not showing up in the threadbit_display.
I added
PHP Code:
if (empty($thread['post_musername'])){
$thread['post_musername'] = "<strike>".$thread['postusername']."</strike>";
}
to e360mods/markup/hooks/threadbit_display.php to make them re-appear.
Is my template at fault or is this a possible bug?
I never added markup for deleted threads since only admins see it the username should be there i add markup for the next version. Revert your threadbit_display all template edit are auto now, And if you deleted a user all their threads turn to Guest user, For deleted threads it does not use the threadbit_display it uses it's own template can't remember the name of the template off the top off my head.
Did you edit the threadbit_display Template? All templates edits are auto now.
i was justlooking to change the color of the sticky threads background but before ive done that it didnt worked also can you maybe explain me what to do to fix the thread started by name in color ?
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 -