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 |
#172
|
||||
|
||||
Good grief, I feel your pain, no hurry.
|
#173
|
||||
|
||||
yeah the username is in so many different places in the database they should just used the userid and just had the username in the user database and when you do a fetch_musername use the userid insted of the username because most query call the user database for more user info so they can get the musername or info for the username they always need the usergroupid
|
#174
|
||||
|
||||
That seems to have done it, thanks.
|
#175
|
||||
|
||||
Hmmm, spoke to soon, all kinds of errors.
Code:
Warning: Only variables should be passed by reference in ..../e360mods/markup/hooks/search_results_threadbit.php on line 3 Warning: Only variables should be passed by reference in ..../e360mods/markup/hooks/search_results_threadbit.php on line 4 |
#176
|
||||
|
||||
Your site won't even load for me now ozzy....
|
#177
|
||||
|
||||
Hmmm, what is it saying?
|
#178
|
||||
|
||||
As you were, back up working, just wouldn't load for a while.
|
#179
|
||||
|
||||
Fixed the errors by changing the search_results_threadbit.php file to the following.
Code:
$variable1 = fetch_userinfo($thread['lastposterid']); $variable2 = fetch_userinfo($thread['postuserid']); $thread['lastposter'] = @fetch_musername($variable1); $thread['postusername'] = @fetch_musername($variable1); |
Благодарность от: | ||
Elite_360_ |
#180
|
||||
|
||||
Maybe while I was adjusting the mods file.
|
#181
|
||||
|
||||
Quote:
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|