View Full Version : Add-On Releases - Username Html MarkUp Everywhere 4.2.x
Elite_360_
11-08-2012, 11:00 PM
Mark As Installed = Support
For Version Information And Features for Next Version: Go to Post #3 (https://vborg.vbsupport.ru/showpost.php?p=2379546&postcount=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 (https://vborg.vbsupport.ru/showthread.php?t=311371)
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
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
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
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
<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/webfonts/docs/getting_started
Elite_360_
11-09-2012, 09:24 AM
its a simple line of
<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/webfonts/docs/getting_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
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
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
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
Here my 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
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
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
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
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
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
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
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
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
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
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
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
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
Update to v1.0.4 - Nov 14 2012
-Fix ToolTip Bug on the Started by on threadbit
Superorb
11-15-2012, 09:26 PM
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.
<span class="label">by <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
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
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
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
Superorb
11-16-2012, 04:36 PM
no its does not work on search results you would have to edit the php file for that to work
Ok, thanks. I marked as installed yesterday :)
Elite_360_
11-16-2012, 04:54 PM
Ok, thanks. I marked as installed yesterday :)
i got it to work on post and thread search results but for threads you have to edit the php file like i said. im trying to get markup to work as many places before i release next version im trying to get Activity Stream to work right now
Elite_360_
11-18-2012, 02:20 AM
i got it to work on post and thread search results but for threads you have to edit the php file like i said. im trying to get markup to work as many places before i release next version im trying to get Activity Stream to work right now
i got it to work on Forum Home Blog Stats, For Searching / New Posts, New Articles, New Blog Entries, Post and Thread search, Thread search without editing the php file im working on New Group Messages, Birthdays and New Events. Activity Stream will not work maybe someday but not right now. For New Articles, New Blog Entries, you will have to edit some php files. when i get New Group Messages, Birthdays and New Events to work i will let you guys know and when an update will be
Morpheuss89
12-04-2012, 02:20 PM
very cool I was searching for this !!
btw how to fix this https://vborg.vbsupport.ru/ ?
only in the "forum leader" page is working fine ("username is online" without the html)
keep up the good work, mark as installed ! =)
Elite_360_
12-04-2012, 07:28 PM
very cool I was searching for this !!
btw how to fix this http://img5.imageshack.us/img5/7249/asaso.jpg ?
only in the "forum leader" page is working fine ("username is online" without the html)
keep up the good work, mark as installed ! =)
What vb version do you have, do you have any other html markups mods installed?
Maybe pm me a link to your site so i can see the problem.
Morpheuss89
12-04-2012, 08:46 PM
EDIT: lol I disabled the Hasann - Username Html Markup mod and all works fine now !!
Asmod
12-13-2012, 07:55 AM
rated and nominated - great mod for me:up:
Morpheuss89
12-14-2012, 01:32 AM
still waiting the new version with new features =)
marccap
01-30-2013, 08:42 AM
Downloaded the file and works perfect with 4.2 ;)
Elite_360_
03-03-2013, 01:57 PM
still waiting the new version with new features =)
waiting for my site to go back online i will update in a week or two
Andr? Noberto
03-10-2013, 08:09 PM
could you make a version for vbulletin 3.8.x?
smirkley
03-22-2013, 12:36 AM
waiting for my site to go back online i will update in a week or two
Looking forward to this. I just installed and I like it to work as many places as possible also.
I have successfully combined with this mod,..
https://vborg.vbsupport.ru/showthread.php?t=296239
But the only issue there is it wont display the colors in the mod linked above, in threadbit "Started by" username. It does show the basic username markup properly, but wont show the enhanced rainbow markup.
RazKaziRo
05-27-2013, 04:09 PM
Hi,
Can you Help me change color on announcement:
http://speedcap.net/sharing/files/a8/fb/a8fbbe9a4a80e1195ea32fe8d4e1a96f.png
the color is white instead of red
Elite_360_
06-07-2013, 01:58 AM
new version 1.0.9
Mark up everywhere even in Activity Stream but a lot of file editing to achieve this.:confused::erm:
Will release in the next couple of days a week tops, Would have been sooner but had trouble with my site and lost all.:eek: Had a old backup months old. :mad:
Elite_360_
06-07-2013, 02:28 AM
Hi,
Can you Help me change color on announcement:
http://speedcap.net/sharing/files/a8/fb/a8fbbe9a4a80e1195ea32fe8d4e1a96f.png
the color is white instead of red
fix in 1.0.9
KorvinGump
06-18-2013, 04:55 AM
new version 1.0.9
Mark up everywhere even in Activity Stream but a lot of file editing to achieve this.:confused::erm:
Will release in the next couple of days a week tops, Would have been sooner but had trouble with my site and lost all.:eek: Had a old backup months old. :mad:
Great, i am really looking forward to it.
Elite_360_
06-18-2013, 03:51 PM
v1.0.9 Jun 18 2013
-Support for only vbulletin 4.2.0 and above
-New: Activity Stream markup
-New: Search post and thread
-New: search visitor message and blog
-New: Calender
-New: Blog stats what going on
-New: blog Recent Comments, blog Recent Entries and member blog
KorvinGump
06-19-2013, 04:28 AM
v1.0.9 Jun 18 2013
-Support for only vbulletin 4.2.0 and above
-New: Activity Stream markup
-New: Search post and thread
-New: search visitor message and blog
-New: Calender
-New: Blog stats what going on
-New: blog Recent Comments, blog Recent Entries and member blog
I have tried this and my forum Started By just disappeared. I have changed AdminCP > Style Manager > Your Style > Threadbit Templates > threadbit, but it did not helped.
Disco_Dave
06-19-2013, 10:37 AM
In this step do you only replace username with musername on any other line except this one: (dont edit this username if it look likes this) <img src="{vb:raw userinfo.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw userinfo.username}}"
step 39 go to AdminCP > Style Manager > Your Style > Activity Stream Templates > (Edit all files listed below)
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
(dont edit this username if it look likes this) <img src="{vb:raw userinfo.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw userinfo.username}}" />
step 40 find > username and replace with this for all templates musername
All the templates I've looked at have the line you say not to touch, I take it you just look for any others except the line you mentioned?
Elite_360_
06-19-2013, 11:28 AM
In this step do you only replace
All the templates I've looked at have the line you say not to touch, I take it you just look for any others except the line you mentioned?
yes
Elite_360_
06-19-2013, 11:30 AM
I have tried this and my forum Started By just disappeared. I have changed AdminCP > Style Manager > Your Style > Threadbit Templates > threadbit, but it did not helped.
what does your threadbit template look like?
Disco_Dave
06-19-2013, 12:23 PM
yes
Thanks! Works 100% on everything Cheers :D
KorvinGump
06-19-2013, 12:31 PM
what does your threadbit template look like?
I just did what is written in readme file. 1.04 version is works for me, but in 1.09 Started by caption just disappears.
<li class="threadbit {vb:raw thread.statusstring}<vb:if condition="$thread['title_editable']"> title_editable</vb:if><vb:if condition="$show['paperclip']"> attachments</vb:if><vb:if condition="!$thread['postuserid'] AND !$thread['del_userid']"> guest</vb:if><vb:if condition="$thread['moderatedprefix']"> unapproved</vb:if>" id="thread_{vb:raw thread.realthreadid}">
<div class="rating{vb:raw thread.rating}<vb:if condition="$thread['sticky']"> sticky<vb:else /> nonsticky</vb:if>">
<div class="threadinfo" title="{vb:raw thread.preview}">
<!-- status icon block -->
<a class="threadstatus" rel="vB::AJAX" <vb:if condition="$show['threadcount']">title="{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}"</vb:if>></a>
<!-- title / author block -->
<div class="inner">
<h3 class="threadtitle">
<vb:if condition="$show['gotonewpost']"><a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_newpost}, 'threadid', 'threadtitle'}" id="thread_gotonew_{vb:raw thread.realthreadid}"><img class="gotonewpost" src="{vb:stylevar imgdir_button}/firstnew.png" alt="{vb:rawphrase go_to_first_new_post}" /></a>
</vb:if>
<vb:if condition="$show['threadicon']">
<img src="{vb:raw thread.threadiconpath}" alt="{vb:raw thread.threadicontitle}" border="0" />
</vb:if>
<vb:if condition="$thread['sticky']">
<img src="{vb:stylevar imgdir_misc}/sticky.gif" alt="{vb:rawphrase sticky_thread}" />
</vb:if>
<vb:if condition="$thread['movedprefix'] OR $thread['typeprefix'] OR $thread['moderatedprefix'] OR $thread['prefix_rich']">
<span id="thread_prefix_{vb:raw thread.realthreadid}" class="prefix understate">
{vb:raw thread.movedprefix}
{vb:raw thread.typeprefix}
{vb:raw thread.moderatedprefix}
{vb:raw thread.prefix_rich}
</span>
</vb:if>
<a class="title<vb:if condition="$show['gotonewpost']"> threadtitle_unread</vb:if>" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo}, 'threadid', 'threadtitle'}" id="thread_title_{vb:raw thread.realthreadid}">{vb:raw thread.threadtitle}</a>
</h3>
<div class="threadmeta">
<div class="author">
<vb:if condition="$show['rmanage']">
<span class="rmanage"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}postings.php?{vb:raw session.sessionurl}do=editthread&t={vb:raw thread.redirectthreadid}">{vb:rawphrase manage}</a></span>
</vb:if>
<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.e360postusername}, {vb:raw thread.postusername}, {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.e360postusername}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}}
</vb:if>
<vb:if condition="$show['unsubscribe']">
<a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}newreply.php?{vb:raw session.sessionurl}do=newreply&t={vb:raw thread.threadid}" rel="nofollow">{vb:rawphrase reply}</a>
| <a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}subscription.php?{vb:raw session.sessionurl}do=removesubscription&return=uc p&t={vb:raw thread.threadid}" rel="nofollow">{vb:rawphrase unsubscribe}</a>
</vb:if>
<vb:if condition="$thread['pagenav']">
<dl class="pagination" id="pagination_threadbit_{vb:raw thread.realthreadid}">
<dt class="label">{vb:raw thread.totalpages} {vb:rawphrase pages} <span class="separator">•</span></dt>
<dd>
{vb:raw thread.pagenav}
<vb:if condition="$show['pagenavmore']"> <span class="separator">...</span> <span><a href="{vb:raw thread.lastpagelink}">{vb:raw thread.totalpages}</a></span></vb:if>
</dd>
</dl>
</vb:if>
<!-- iconinfo -->
<div class="threaddetails td">
<div class="threaddetailicons">
<vb:if condition="$show['taglist']">
<img src="{vb:stylevar imgdir_misc}/tag.png" alt="{vb:raw thread.taglist}" />
</vb:if>
<vb:if condition="$show['rexpires']">
<img src="{vb:stylevar imgdir_misc}/expires.gif" alt="{vb:rawphrase expires_on_x_y, {vb:raw thread.expiredate}, {vb:raw thread.expiretime}}" />
</vb:if>
<vb:if condition="$show['moderated']">
<img src="{vb:stylevar imgdir_misc}/moderated_small.gif" alt="{vb:rawphrase x_moderated_posts, {vb:raw thread.hiddencount}}" />
</vb:if>
<vb:if condition="$show['deletedthread']">
<img src="{vb:stylevar imgdir_misc}/trashcan_small.gif" alt="{vb:rawphrase x_deleted_posts, {vb:raw thread.deletedcount}}" />
</vb:if>
<vb:if condition="$show['paperclip']">
<a href="javascript://" onclick="attachments({vb:raw thread.threadid}); return false"> <img src="{vb:stylevar imgdir_misc}/paperclip.png" border="0" alt="{vb:rawphrase x_attachments, {vb:raw thread.attach}}" /></a>
</vb:if>
<vb:if condition="$show['subscribed']">
<img src="{vb:stylevar imgdir_misc}/subscribed.png" alt="{vb:rawphrase you_are_subscribed_to_this_thread}" />
</vb:if>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- threadstats -->
<vb:if condition="!$show['notificationtype']">
<ul class="threadstats td alt" title="<vb:if condition="$thread['dot_count'] > 0">{vb:rawphrase have_x_posts_in_thread_last_y, {vb:raw thread.dot_count}, {vb:raw thread.dot_lastpost}}</vb:if>">
<vb:if condition="$show['threadmoved']">
<li> </li>
<li> </li>
<vb:else />
<li>{vb:rawphrase replies}: <a href="misc.php?do=whoposted&t={vb:raw thread.threadid}" onclick="who({vb:raw thread.threadid}); return false;" class="understate">{vb:raw thread.replycount}</a></li>
<li>{vb:rawphrase views}: {vb:raw thread.views}</li>
</vb:if>
<li class="hidden">{vb:rawphrase rating}{vb:raw thread.rating} / 5</li>
</ul>
</vb:if>
<!-- lastpost -->
<dl class="threadlastpost td<vb:if condition="$show['notificationtype']"> alt</vb:if>">
<vb:if condition="$show['threadmoved']">
<dt class="lastpostby hidden"> </dt>
<vb:else />
<dt class="lastpostby hidden">{vb:rawphrase last_post_by}</dt>
<dd>{vb:raw memberaction_dropdown}</dd>
<dd>{vb:raw thread.lastpostdate}<vb:if condition="!$show['detailedtime']">, <span class="time">{vb:raw thread.lastposttime}</span></vb:if>
<a href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_lastpost}, 'threadid', 'threadtitle'}#post{vb:raw pageinfo_lastpost.p}" class="lastpostdate understate" title="{vb:rawphrase go_to_last_post}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a>
</dd>
</vb:if>
</dl>
<vb:if condition="$show['notificationtype']">
<!-- notification -->
<div class="threadnotification td" >
<label for="thread_imod_checkbox_{vb:raw thread.realthreadid}">{vb:raw thread.notification}</label>
</div>
<label class="threadimod td">
<input type="checkbox" name="deletebox[{vb:raw subscribethread.$threadid}]" id="thread_imod_checkbox_{vb:raw thread.realthreadid}" value="yes" tabindex="1" />
</label>
</vb:if>
<vb:if condition="$show['inlinemod']">
<!-- fourth block -->
<label class="threadimod td alt">
<input type="checkbox" id="thread_imod_checkbox_{vb:raw thread.realthreadid}" name="imodcheck[{vb:raw thread.realthreadid}]" tabindex="1" />
</label>
</vb:if>
</div>
</li>
Elite_360_
06-19-2013, 12:57 PM
I just did what is written in readme file. 1.04 version is works for me, but in 1.09 Started by caption just disappears.
what vbulletin version do you have? you dont have to do that unless you never done that before
KorvinGump
06-19-2013, 02:53 PM
what vbulletin version do you have? you dont have to do that unless you never done that before
4.2.0. I have reverted this template and did it again. Started by just disappears...
b65ran
06-20-2013, 05:23 PM
e360_started_by_x_y_z_a, e360_started_by_x_y_z phrases are missing in the product file. Probably thats the reason for not showing "Started by "
Elite_360_
06-20-2013, 09:15 PM
e360_started_by_x_y_z_a, e360_started_by_x_y_z phrases are missing in the product file. Probably thats the reason for not showing "Started by "
thanks for noticing that.
Update to 1.0.10
Disco_Dave
06-21-2013, 02:44 PM
Updated to the latest version, and now when you go to last post it's not taking you to the last post. If I turn your mod off, it goes no problems?
Elite_360_
06-21-2013, 08:01 PM
Updated to the latest version, and now when you go to last post it's not taking you to the last post. If I turn your mod off, it goes no problems?
link to you site i need to see the problem so i can figure out how to fix it
Disco_Dave
06-22-2013, 07:12 AM
link to you site i need to see the problem so i can figure out how to fix it
I'll need to pm you an account, we don't allow access with out an account.
wolfe
06-22-2013, 11:08 AM
does not seem to work on un edited forumhome_lastpost display ??
wolfe
06-22-2013, 11:15 AM
also not showing on any memberaction_dropdown usernames changed to musername and came up blank.
Elite_360_
06-22-2013, 09:08 PM
also not showing on any memberaction_dropdown usernames changed to musername and came up blank.
what vbulletin do you have
Papa Bear
06-23-2013, 09:43 PM
Install but same error :( VB 4.2.0
Can you fix please
https://vborg.vbsupport.ru/external/2013/06/1.jpg?1
I am having the same problem..what was the fix.?
Elite_360_
06-23-2013, 11:07 PM
I am having the same problem..what was the fix.?
its in the read me text doc
Papa Bear
06-23-2013, 11:15 PM
Yea..I got it just after I made the post ...thanks..
KorvinGump
06-24-2013, 04:09 AM
Thanks, everything works for me now, except search function. It's still shows to me duplicate Started by label:
Started by Jessmess999 on 06-21-2013 08:05 AM">Jessmess999, 06-21-2013 08:05 AM
Elite_360_
06-24-2013, 05:11 AM
Thanks, everything works for me now, except search function. It's still shows to me duplicate Started by label:
link
KorvinGump
06-24-2013, 08:40 AM
link
You can see it on my site http://www.sc2gump.com/search.php?searchid=4714
Elite_360_
06-25-2013, 01:50 AM
You can see it on my site http://www.sc2gump.com/search.php?searchid=4714
best thing i have now is go to admincp > Languages & Phrases > Search in Phrases
and search for started_by_x_y_z_a and click on Phrase Variable Name Only
edit (started_by_x_y_z_a) Phrase
and add this
<span class="label">Started by <a href="{1}" class="username understate">{2}</a>{5}, {3} {4}</span>
KorvinGump
06-25-2013, 03:49 AM
best thing i have now is go to admincp > Languages & Phrases > Search in Phrases
and search for started_by_x_y_z_a and click on Phrase Variable Name Only
edit (started_by_x_y_z_a) Phrase
and add this
<span class="label">Started by <a href="{1}" class="username understate">{2}</a>{5}, {3} {4}</span>
Thanks, it works now.
RFViet
06-25-2013, 04:43 PM
Is this mod the same to this ?https://vborg.vbsupport.ru/showthread.php?t=229146&highlight=html+markup
Linhnt
06-25-2013, 05:25 PM
Is this mod the same to this ?https://vborg.vbsupport.ru/showthread.php?t=229146&highlight=html+markup
No
You can see this post https://vborg.vbsupport.ru/showpost.php?p=2361039&postcount=421
Elite_360_
06-27-2013, 04:38 PM
Update
v1.0.11 Jun 27 2013
-Fix Tool tip on Search
Updating from 1.0.9 or 1.0.10 to 1.0.11 reinstall product-e360_markup
and do this step in the readme text doc
(NEW v1.0.11)
11. (Optional) Search Tooltip (Started by Fix)
Elite_360_
06-27-2013, 04:38 PM
Thanks, everything works for me now, except search function. It's still shows to me duplicate Started by label:
fix in 1.0.11
mytreehouse
07-07-2013, 01:11 PM
It seems like it doesn't work well with the Mobile Suite App on Android because the username HTML is visible in the thread listing.
http://img199.imageshack.us/img199/3885/rmh0.jpg
Cla75
07-27-2013, 10:48 AM
I tried to install this mod, everything is ok, except for one problem:
1. I click on "New Message" or "messages last 24 hours"
2. close to the nickname "colorful" is an arrow "Go to last post" wrong but clicking to open the post (broken link)
3. turning off the mod, everything works fine.
thanks for your support
Disco_Dave
07-29-2013, 07:51 AM
I tried to install this mod, everything is ok, except for one problem:
1. I click on "New Message" or "messages last 24 hours"
2. close to the nickname "colorful" is an arrow "Go to last post" wrong but clicking to open the post (broken link)
3. turning off the mod, everything works fine.
thanks for your support
I have the same problem with this, takes you to the wrong threads when going to: Go to last post.
KorvinGump
07-31-2013, 09:46 AM
Hi. I have two more requests:
Add markup to recent posts widget.
Add markup to quote in post.
If it's not hard, can you please just give me tips and i make it by myself. Thanks for your time.
Cla75
08-06-2013, 01:02 PM
I tried to install this mod, everything is ok, except for one problem:
1. I click on "New Message" or "messages last 24 hours"
2. close to the nickname "colorful" is an arrow "Go to last post" wrong but clicking to open the post (broken link)
3. turning off the mod, everything works fine.
thanks for your support
I have completely redone the installation of this mod
but still having the problem of SOME link wrong!
smirkley
08-10-2013, 12:05 AM
Just uploaded and installed version 1011.
Really love this mod, but that version causes several problems that I dont have time to fix.
I reverted back to 104 as it worked very well for me.
Cant wait for the next update w/fixes.
mytreehouse
08-17-2013, 11:10 AM
It seems like it doesn't work well with the Mobile Suite App on Android because the username HTML is visible in the thread listing.
Inactivating the "e360 - Username Html MarkUp: Thread Display" - plugin fixed this bug for Mobile Suite, although in PC view the "Started by Username" is not colored anymore but that's not such a big problem.
Cla75
08-18-2013, 11:21 AM
I reverted back to 104 as it worked very well for me.
where can I find the previous version?
Thanks for your help
smirkley
08-18-2013, 02:41 PM
I dont think it is still available, I just keep the install packages of all versions of mods I have installed.
Cla75
08-18-2013, 03:30 PM
the use of 4.2.1?
I also kindly ask you via e-mail
thanks
smirkley
08-18-2013, 09:33 PM
I use vB v4.2.0pl3 I dont know about 4.2.1 myself.
Unless the coder gives me the OK, I am not sure I can legally redistribute the file myself.
mytreehouse
08-19-2013, 06:12 AM
the use of 4.2.1?..
I've been using version 104 since 2 months now on 4.2.1. Works perfect.
Cla75
08-19-2013, 07:45 AM
sure?
did you try to check here ...
1. I click on "New Message" or "messages last 24 hours"
2. close to the nickname "colored" there is a arrow "Go to last post" clicking it, SOME links, leading to a wrong topic
3. turning off the mod, everything works fine.
mytreehouse
08-19-2013, 04:47 PM
I believe you mean What's New -> New Post -> Posts updated during the previous 24 hours ? At least that's the way on my board to see the new posts made the last 24 hours. On that page the usernames are not colored, probably because I use version 1.0.4 and all the links went to the right topic when I clicked on the arrow. Nothing abnormal so far, maybe I should test this a bit longer because this is not the regular way I check new posts.
I can also go to What's New -> New group messages . I can't check that because I don't use group messages. Although I don't think you ment tht in your post.
Elite_360_
08-22-2013, 04:43 PM
sure?
did you try to check here ...
1. I click on "New Message" or "messages last 24 hours"
2. close to the nickname "colored" there is a arrow "Go to last post" clicking it, SOME links, leading to a wrong topic
3. turning off the mod, everything works fine.
go to Plugins & Products > Plugin Manager > and disable
e360 - Username Html MarkUp: Seach Results Threadbit
till i come up with a fix for this
Elite_360_
08-22-2013, 04:45 PM
where can I find the previous version?
Thanks for your help
here you go
Mark93x
09-04-2013, 07:42 PM
sure?
did you try to check here ...
1. I click on "New Message" or "messages last 24 hours"
2. close to the nickname "colored" there is a arrow "Go to last post" clicking it, SOME links, leading to a wrong topic
3. turning off the mod, everything works fine.
Same
smirkley
09-04-2013, 08:35 PM
Same
Look at the post above yours, install v1.0.4 as it works better, but with less features.
Thats what I did at least, until which time the next update comes out with the bugs fixed.
Elite_360_
09-05-2013, 04:34 AM
i will release 1.1.0 in a week or two maybe within a few days
1. i got search to work 100%
2. i fix all know bugs
3. trying to get markup in a few more places before i release 1.1.0
Superorb
09-05-2013, 02:43 PM
^^ Can't wait, thanks!
JordanBuss13
09-05-2013, 04:09 PM
Hey I get this on the forum display I was wondering how I fix this?
https://vborg.vbsupport.ru/
Elite_360_
09-05-2013, 07:23 PM
Hey I get this on the forum display I was wondering how I fix this?
http://img15.imageshack.us/img15/1498/p1nz.png
its in the Instructions
3. This will fix the tooltip on the thread started by: go to AdminCP > Style Manager > Your Style > Threadbit Templates > threadbit
Find This Code in 4.2.x
<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>
Replace With This
<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.e360postusername}, {vb:raw thread.postusername}, {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.e360postusername}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:stylevar dirmark}}
</vb:if>
smirkley
09-06-2013, 03:08 AM
i will release 1.1.0 in a week or two maybe within a few days
1. i got search to work 100%
2. i fix all know bugs
3. trying to get markup in a few more places before i release 1.1.0
You are awsome !!
Elite_360_
09-07-2013, 04:59 AM
Hi. I have two more requests:
Add markup to recent posts widget.
Add markup to quote in post.
If it's not hard, can you please just give me tips and i make it by myself. Thanks for your time.
It's impossible to get markup in Reply quote's for Posts, Articles or Blogs.
i will look into the widget i think i have achieve markup ever where except the widget.
X tee
09-18-2013, 02:32 PM
Thanks for this mod, as a new member of vBulletin I was wondering how I could enable the username markup in more locations, and this mod was exactly what I was looking for!
Sorry if this has been answered but what do you call these locations, and is it possible to modify the mod myself to make these areas have markup also?
http://puu.sh/4un9K.png
http://puu.sh/4unas.png
These are modules used with the vB advanced CMPS plug in.
Disco_Dave
10-02-2013, 10:21 AM
i will release 1.1.0 in a week or two maybe within a few days
1. i got search to work 100%
2. i fix all know bugs
3. trying to get markup in a few more places before i release 1.1.0
Any joy update Dude :D
Elite_360_
10-02-2013, 01:13 PM
Any joy update Dude :D
yeah probably in a week or two been really busy. Lots of new features here a list.
i think im making it version 1.3.0
1. Markup every where (except admincp) 98% or more.
2. Added Member Action Drop down in search and on forum display stared by, and a few more places. I try it on blog and article comments, Activity Stream dont work some place it just mess thing up. I have to add css to make it work and do a fetch almost like you fetch_musername.
3. Added A user font selector, So the username will have a custom font everywhere if admin allow it. Admin can add the font they want the user to use.
4. Combine e360 Prefix(Clan Tags) (https://vborg.vbsupport.ru/showthread.php?t=290374) now they are 1 mod. To hard trying to update 2 mods that do the same thing, Just one has prefix in front of use name and the prefix is markup too admin can turn on or off.
5. All know bugs are fixed.
6.Only one file edit now for Activity Stream markup 3 if you use the blog but you still have to edit the same ativity stream templates.
7. Block's and widgets have markup but are all file and template edits i would only do the ones you use if you use them.
ps im updating e360 Holiday (https://vborg.vbsupport.ru/showthread.php?t=291367) first got to add halloween and a few more script to it im almost finish with it. A couple of days then im going back to work on e360 - Username Html MarkUp 4.2.x it is finished but need to write instructions and clean up the code.
Disco_Dave
10-02-2013, 01:16 PM
Awesome :D
pityocamptes
10-15-2013, 10:02 PM
Elite 360 - I am having some issues on the header portion. If you look at my site, at the header, it pushes down the user name and welcome message.... I do have an image at the front of each users name, not sure if that is the issue or not. How do I fix this? Thanks.
pityocamptes
10-16-2013, 12:19 AM
I also am now having this issue for a test account I created. Doesn't show on my admin account when logging in...
Warning: array_merge(): Argument #1 is not an array in [path]/e360mods/markup/hooks/forum_home_process_blog_stats.php on line 51
Warning: array_merge(): Argument #2 is not an array in [path]/e360mods/markup/hooks/forum_home_process_blog_stats.php on line 51
pityocamptes
10-16-2013, 01:17 AM
The warning was due to reg users not beinf able to see blogs by admins, which is kind of goofy, if you think about it. Gave reg users permission to see blogs created by admins, and the error went away...
Elite_360_
10-16-2013, 01:18 AM
The warning was due to reg users not beinf able to see blogs by admins, which is kind of goofy, if you think about it. Gave reg users permission to see blogs created by admins, and the error went away...
will be fix next version
pityocamptes
10-16-2013, 01:51 AM
Got the css fixed. Thanks!!! It was in main-rollup...
Dogma21cw
10-16-2013, 12:33 PM
This might be a dumb question, but how does this mod differ from the built in username HTML markup?
Most of those features described above, we have on our forums with no modification added in to do it.
I ask not to be a jerk, but because I really like your tag mod and am waiting on the next version before installing it. But with you merging the two, I need to know more about what this one does. So I can make the best, most informed decision for my users.
X tee
10-16-2013, 02:07 PM
This might be a dumb question, but how does this mod differ from the built in username HTML markup?
Most of those features described above, we have on our forums with no modification added in to do it.
I ask not to be a jerk, but because I really like your tag mod and am waiting on the next version before installing it. But with you merging the two, I need to know more about what this one does. So I can make the best, most informed decision for my users.
The HTML markup doesn't show up in every place on the forums. If you have it on your forum in more places, it is most likely a template modification.
Edit: I hope you release a permanent fix for the threadbit_display, search_results_threadbit, and more. I have to edit every style I have just to implement these small fixes.
hellboundblogge
10-22-2013, 11:02 AM
Instead of this:
https://vborg.vbsupport.ru/external/2013/10/25.png
I want to show: If User is Online or Offline
Just like: Akshay Jain is online now
Elite_360_
10-24-2013, 02:49 AM
Instead of this:
https://vborg.vbsupport.ru/external/2013/10/25.png
I want to show: If User is Online or Offline
Just like: Akshay Jain is online now
it does that in the new version i'm working on and adds the member action drop down but you have to have the member action drop down enable for that to work.
hellboundblogge
10-24-2013, 03:26 AM
it does that in the new version i'm working on and adds the member action drop down but you have to have the member action drop down enable for that to work.
Thanks for the input. When is the new version going to come?
Also Please add an option to turb off member action drop down for this.
If possible a functionality to show online, offline and away icons before or after the username in threadbit and forumhome.
Thanks
Elite_360_
10-24-2013, 03:41 AM
Thanks for the input. When is the new version going to come?
Also Please add an option to turb off member action drop down for this.
If possible a functionality to show online, offline and away icons before or after the username in threadbit and forumhome.
Thanks
only reason it shows online, offline is because the member action drop down is enabled and that will have an on/off option. those other function sound custom to me try over on Requests for Paid Services (https://vborg.vbsupport.ru/forumdisplay.php?f=30)
smirkley
10-24-2013, 04:25 AM
Thanks for the input. When is the new version going to come?
Thanks
Wondering the same. love this mod but needs some work.
Elite_360_
10-24-2013, 04:41 AM
Wondering the same. love this mod but needs some work.
i'm just finishing up e360 holiday 2.0.0 so a week or two i know i said this a few times about this mod but definitely this time
e360-holiday will be finish by friday then i start to work on this again.
Disco_Dave
10-24-2013, 08:41 AM
Found another wee bug. When resetting your password, this is the reply we get:
Dear <span style='font-weight: bold; font-style:bold; color: #007fff;'>Disco_Dave </span>,
As you requested, your password has now been reset. Your new details are as follows:
Username: <span style='font-weight: bold; font-style:bold; color: #007fff;'>Disco_Dave </span>
hellboundblogge
10-25-2013, 05:41 AM
Hey There,
I got a bug here, Whenever we delete a thread. It shows like this:
https://vborg.vbsupport.ru/external/2013/10/20.png
Elite_360_
10-25-2013, 06:15 AM
Hey There,
I got a bug here, Whenever we delete a thread. It shows like this:
https://vborg.vbsupport.ru/external/2013/10/20.png
this edit good for 1.04 to 1.0.11
go to 'threadbit_deleted' template
find this
{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}}
replace with this
{vb:rawphrase e360_started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.e360postusername}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
when i release next version you will have to revert this template you will have to revert all the ones i had you edit because the code has change but who ever does this template edit remember to revert in new version 1.4.0
Elite_360_
10-25-2013, 06:24 AM
Found another wee bug. When resetting your password, this is the reply we get:
Dear <span style='font-weight: bold; font-style:bold; color: #007fff;'>Disco_Dave </span>,
As you requested, your password has now been reset. Your new details are as follows:
Username: <span style='font-weight: bold; font-style:bold; color: #007fff;'>Disco_Dave </span>
what version do you have i can't replicate that on 1.4.0
hellboundblogge
10-25-2013, 06:26 AM
this edit good for 1.04 to 1.0.11
go to 'threadbit_deleted' template
find this
{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}}
replace with this
{vb:rawphrase e360_started_by_x_y_z_a, {vb:link member, {vb:raw thread}, null, 'postuserid', 'postusername'}, {vb:raw thread.e360postusername}, {vb:raw thread.postusername}, {vb:raw thread.startdate}, {vb:raw thread.starttime}, {vb:stylevar dirmark}}
when i release next version you will have to revert this template you will have to revert all the ones i had you edit because the code has change but who ever does this template edit remember to revert in new version 1.4.0
Thanks for the help brother! Love you!
Anyways, I have few more things if you can answer
1. Which is the best Sidebar plugin to make it visible everywhere?
2. How to display markup html as it's coming on the thread bit and forum here:
https://vborg.vbsupport.ru/external/2013/10/18.png
3. How can we display username html markup in the above?
https://vborg.vbsupport.ru/external/2013/10/19.png
4. Off topic Help: How to minify CSS and JS of the vBulletin 4.2.1?
Thanks :)
Disco_Dave
10-25-2013, 07:00 AM
what version do you have i can't replicate that on 1.4.0
The current version, with the few things you suggested to turn off.
Elite_360_
10-25-2013, 07:10 AM
Thanks for the help brother! Love you!
Anyways, I have few more things if you can answer
1. Which is the best Sidebar plugin to make it visible everywhere?
2. How to display markup html as it's coming on the thread bit and forum here:
https://vborg.vbsupport.ru/external/2013/10/18.png
3. How can we display username html markup in the above?
https://vborg.vbsupport.ru/external/2013/10/19.png
4. Off topic Help: How to minify CSS and JS of the vBulletin 4.2.1?
Thanks :)
1. i don't use blocks.
2.Next version
3. The header that in the readme.txt file find the part "Edit The header Template: go to AdminCP > Style Manager > Your Style > header"
4. try this At Vbulletin Dot ORG (http://bit.ly/1cgW4DZ) or this At Vbulletin Dot COM (http://bit.ly/1ihG0zj)
hellboundblogge
10-25-2013, 07:14 AM
I have already searched on google but it's not compatible with 4.2.1 as these are for older versions.
vB Supercharged is not for 4.2.1
https://vborg.vbsupport.ru/external/2013/10/17.png
Elite_360_
10-25-2013, 07:25 AM
The current version, with the few things you suggested to turn off.
Yeah i know what it is, I had my mod turn off it does the same to me to.
only way to fix this go plugin and disable 'e360 - Username Html MarkUp: Fetch Userinfo'
you just will not have markup when you login and it redirects you. You only see that page for a sec anyways . it will be taking out in the next version. it will be to much of a hassle to have that markup i could have so its still mark up just to many manual edit will need to be accomplish by you guys.
Elite_360_
10-25-2013, 07:26 AM
I have already searched on google but it's not compatible with 4.2.1 as these are for older versions.
vB Supercharged is not for 4.2.1
this is the wrong forum to ask for help on css and js this thread is about this mod
Elite_360_
10-25-2013, 08:06 AM
The current version, with the few things you suggested to turn off.
fond a fix for that and it still will have markup in the redirect login page will be i new mod
Disco_Dave
10-25-2013, 08:36 AM
Yeah i know what it is, I had my mod turn off it does the same to me to.
only way to fix this go plugin and disable 'e360 - Username Html MarkUp: Fetch Userinfo'
you just will not have markup when you login and it redirects you. You only see that page for a sec anyways . it will be taking out in the next version. it will be to much of a hassle to have that markup i could have so its still mark up just to many manual edit will need to be accomplish by you guys.
fond a fix for that and it still will have markup in the redirect login page will be i new mod
Sweet... Your the man :D
hellboundblogge
10-25-2013, 08:54 AM
I got an error. Please check!
https://vborg.vbsupport.ru/external/2013/10/15.png
Elite_360_
10-25-2013, 08:58 AM
I got an error. Please check!
https://vborg.vbsupport.ru/external/2013/10/15.png
read the readme.txt
you got to read the instructions
hellboundblogge
10-25-2013, 09:05 AM
How to do this?
https://vborg.vbsupport.ru/external/2013/10/14.png
Elite_360_
10-25-2013, 09:45 AM
How to do this?
go to Search in Phrases search for "e360_started_by_x_y_z_a"
edit that and add this
<span class="label">Started by <a href="{1}" class="username understate" title="Started by {2} on {4} {5}">{3}</a>{6} on {4} {5}</span>
search for "e360_started_by_x_y_z"
edit that and add this
<span class="label">Started by <a href="{1}" class="username understate" title="Started by {2} on {4}">{3}</a>{5} on {4}</span>
hellboundblogge
10-25-2013, 10:04 AM
go to Search in Phrases search for "e360_started_by_x_y_z_a"
edit that and add this
<span class="label">Started by <a href="{1}" class="username understate" title="Started by {2} on {4} {5}">{3}</a>{6} on {4} {5}</span>
search for "e360_started_by_x_y_z"
edit that and add this
<span class="label">Started by <a href="{1}" class="username understate" title="Started by {2} on {4}">{3}</a>{5} on {4}</span>
I'm getting this: No Phrases Matched Your Query
Elite_360_
10-25-2013, 10:19 AM
I'm getting this: No Phrases Matched Your Query
Search in ... check "Phrase Variable Name Only"
pityocamptes
10-30-2013, 04:07 AM
Hey 360, when do you think your new version will be out, with all the bugs reported here? Thanks.
pityocamptes
11-02-2013, 08:43 PM
Bump!
X tee
11-04-2013, 03:05 PM
Bump!
I'm also wondering when the new version is out. I like this mod but I'm not very keen on using it because of the cosmetic bugs and errors.
smirkley
11-05-2013, 06:36 AM
Give him a break.
He said he will update a fix it soon.
Don't hammer him. It will happen.
pityocamptes
11-22-2013, 03:34 AM
Ok,updated to 4.2.2 from 4.2.1. In the stats at the bottom of the index page I show TWO blog stats for entry and user - one is default and one is the e360 mod. How do I fix this?
Also, should I be concerned about the upgrade overwriting any other files, which means I will have to change the code via the readme file for these files again? If so, which files were affected? Thanks!
pityocamptes
11-22-2013, 02:20 PM
Anyone maintaining this mod anymore?
Disco_Dave
11-22-2013, 02:21 PM
Anyone maintaining this mod anymore?
Yes, just waiting on the last fix as far as I know.
Elite_360_
11-22-2013, 02:46 PM
Ok,updated to 4.2.2 from 4.2.1. In the stats at the bottom of the index page I show TWO blog stats for entry and user - one is default and one is the e360 mod. How do I fix this?
Also, should I be concerned about the upgrade overwriting any other files, which means I will have to change the code via the readme file for these files again? If so, which files were affected? Thanks!
1. If you want markup for blog stats then disable plugin "Forum Home: Process Blog Stats" if you don't want markup then disable "e360 - Username Html MarkUp: Forum Home Process Blog Stats"
2. All Files will be affected so yes you will have to do the steps over in the readme text file for template only if you reverted them
pityocamptes
11-22-2013, 04:34 PM
Thanks!
1. I do want the markup stats. What happened after the upgrade is I show DOUBLE BLOG stats at the bottom. One appears to be the default that comes with VB (no user markup), the other is the markup from this mod. I want to get rid of the vb version and use your mod version. So, with that said, I am a little confused by your reply. Is this something I would change in code, or by doing the upgrade did it enable the default (vb version) of blog stats, where I need to disable the VB version, which would leave yours? Thanks.
Elite_360_
11-22-2013, 06:04 PM
Thanks!
1. I do want the markup stats. What happened after the upgrade is I show DOUBLE BLOG stats at the bottom. One appears to be the default that comes with VB (no user markup), the other is the markup from this mod. I want to get rid of the vb version and use your mod version. So, with that said, I am a little confused by your reply. Is this something I would change in code, or by doing the upgrade did it enable the default (vb version) of blog stats, where I need to disable the VB version, which would leave yours? Thanks.
Yes when you upgrade vb it will enable the default version
1. go to admincp > Plugins & Products > Plugin Manager > search for "Forum Home: Process Blog Stats" and disable the plugin
pityocamptes
11-22-2013, 06:24 PM
When the new mod version comes out, will I have to manually remove all the code update into the templates that was specified in the readme.txt?
Do you have a rough estimate for the new mod roll out? I recently did the 4.2.2 upgrade and I think some things got over written, and was hestitant to manually change the files back, as per the readme.txt file, if it involves manually changing this code to something different when the new version comes out...
Elite_360_
11-22-2013, 06:42 PM
When the new mod version comes out, will I have to manually remove all the code update into the templates that was specified in the readme.txt?
Do you have a rough estimate for the new mod roll out? I recently did the 4.2.2 upgrade and I think some things got over written, and was hestitant to manually change the files back, as per the readme.txt file, if it involves manually changing this code to something different when the new version comes out...
For next version you will have to revert all the templates re-write all the files that where edited since the code has change for time frame of next version release i don't know been busy.
pityocamptes
11-24-2013, 06:21 PM
How do you get rid of the dot between the image and user title at bottom of page on forum index beneath the Who's Online...
Elite_360_
11-24-2013, 07:52 PM
How do you get rid of the dot between the image and user title at bottom of page on forum index beneath the Who's Online...
what are you talking about? a pic will help
pityocamptes
11-24-2013, 08:27 PM
Here is a pic
Elite_360_
11-24-2013, 08:42 PM
Here is a pic
that is not my mod
pityocamptes
11-24-2013, 09:10 PM
So is that part of standard VBulletin?
Elite_360_
11-24-2013, 09:16 PM
So is that part of standard VBulletin?
no its someone mod please only ask for support about this mod you will have to ask where you got it
pityocamptes
11-24-2013, 10:02 PM
Ok, figured out it was another mod. Thanks!
Nickie
11-25-2013, 01:02 AM
Hey, I have recently encountered this issue with this modification...
Any solutions?
http://irl-upload.com/u/1385344934.png
EDIT:
Issue resolved. Read the first page of the replies and did step 3 as suggested!
hellboundblogge
11-26-2013, 06:37 PM
When is the new update going to come?
ozzy47
12-09-2013, 11:57 AM
OK I am sure it is something I did not do, but when a user visits New Posts:
http://YOURSITE.com/search.php?do=getnew&contenttype=vBForum_Post
Clicking on the arrow icon to go to the last unread post, directs you to the wrong thread.
Disco_Dave
12-09-2013, 12:02 PM
OK I am sure it is something I did not do, but when a user visits New Posts:
http://YOURSITE.com/search.php?do=getnew&contenttype=vBForum_Post
Clicking on the arrow icon to go to the last unread post, directs you to the wrong thread.
He knows this Ozzy, I posted this some time ago, apparently he has a fix in the latest version due soon :D
Elite_360_
12-09-2013, 12:03 PM
OK I am sure it is something I did not do, but when a user visits New Posts:
http://YOURSITE.com/search.php?do=getnew&contenttype=vBForum_Post
Clicking on the arrow icon to go to the last unread post, directs you to the wrong thread.
i heard of that bug before i can't remember the fix i got to search this thread i think i fix it in 1.0.9 the new version 1.4.0 well i might call it 2.0.0 fixes all bug and no more template edits but if you want like 99% markup there will be 3 to 6 file edits i find that fix for you
ozzy47
12-09-2013, 12:09 PM
I disabled Blogs, CMS, and activity stream on my site, so I believe only the above issue stands out for me. :)
Elite_360_
12-09-2013, 12:29 PM
I disabled Blogs, CMS, and activity stream on my site, so I believe only the above issue stands out for me. :)
i guess i did not release that fix i got to upload 1.0.11 on my test form and i will get back at you my mind is lost in this mod the new one got like 70+ plugin hook
ozzy47
12-09-2013, 12:37 PM
Good grief, I feel your pain, no hurry. :)
Elite_360_
12-09-2013, 12:57 PM
Good grief, I feel your pain, no hurry. :)
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
ozzy47
12-09-2013, 03:37 PM
That seems to have done it, thanks. :)
ozzy47
12-09-2013, 03:54 PM
Hmmm, spoke to soon, all kinds of errors.
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
New Joe
12-09-2013, 04:03 PM
Your site won't even load for me now ozzy....
ozzy47
12-09-2013, 04:06 PM
Hmmm, what is it saying?
ozzy47
12-09-2013, 04:08 PM
Fixed the errors by changing the search_results_threadbit.php file to the following.
$variable1 = fetch_userinfo($thread['lastposterid']);
$variable2 = fetch_userinfo($thread['postuserid']);
$thread['lastposter'] = @fetch_musername($variable1);
$thread['postusername'] = @fetch_musername($variable1);
New Joe
12-09-2013, 04:08 PM
As you were, back up working, just wouldn't load for a while.
ozzy47
12-09-2013, 04:10 PM
Maybe while I was adjusting the mods file.
Elite_360_
12-09-2013, 04:34 PM
Hmmm, spoke to soon, all kinds of errors.
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
you use $variable1 twice but anyway you're a genius your running 4.2.2 the @ was hiding the error for me i don't know why i didn't not think of that it need fresh eyes i was trying a new way in the new version i will release 2.0.0 in the next couple of days
Fixed the errors by changing the search_results_threadbit.php file to the following.
$variable1 = fetch_userinfo($thread['lastposterid']);
$variable2 = fetch_userinfo($thread['postuserid']);
$thread['lastposter'] = @fetch_musername($variable1);
$thread['postusername'] = @fetch_musername($variable1);
ozzy47
12-09-2013, 04:36 PM
You are correct, variable1 was twice, changed it and all seems good. The errors were hidden for me too, till I turned off debug mode.
Elite_360_
12-09-2013, 04:45 PM
You are correct, variable1 was twice, changed it and all seems good. The errors were hidden for me too, till I turned off debug mode.
i updated the fix you don't need the @ sign in the code that was just hiding the error
re-download the "search_results_threadbit.php" and let me know if you get an error
ozzy47
12-09-2013, 04:49 PM
I think we got it this time. :)
Elite_360_
12-09-2013, 05:03 PM
I think we got it this time. :)
i feel like this right now
https://vborg.vbsupport.ru/attachment.php?attachmentid=147514&d=1386612076
Jaggee
12-11-2013, 09:53 PM
Works very well, but I'm using image next to my user's name so it give's wrong alt info of thread's starter when hovering over the thread.
It should be like "Started by NAME" but for me it's "Started by <img src=" when I hover.
Can you help me to fix it?
Elite_360_
12-12-2013, 12:07 AM
Works very well, but I'm using image next to my user's name so it give's wrong alt info of thread's starter when hovering over the thread.
It should be like "Started by NAME" but for me it's "Started by <img src=" when I hover.
Can you help me to fix it?
If you read the README text file the fix is #3
Jaggee
12-12-2013, 10:44 AM
If you read the README text file the fix is #3
Thanks!
pityocamptes
12-17-2013, 01:28 AM
I noticed this in the url's... is this normal? When you click on a user in the stats section you get this:
www.XXXXXXXXXXX.com/members/401-bimg-srchttpsXXXXXXXXXXXXXXcomimagesRegpng-border0span-stylecolor-greenwilthenrayspanb
spankaveli
12-17-2013, 01:56 AM
Looks nice :)
Elite_360_
12-17-2013, 01:59 AM
I noticed this in the url's... is this normal? When you click on a user in the stats section you get this:
www.XXXXXXXXXXX.com/members/401-bimg-srchttpsXXXXXXXXXXXXXXcomimagesRegpng-border0span-stylecolor-greenwilthenrayspanb
No but that fix in next version will be release by the 23rd maybe sooner i have been working on it for the last 2 weeks its looking good
spankaveli
12-29-2013, 04:37 PM
No but that fix in next version will be release by the 23rd maybe sooner i have been working on it for the last 2 weeks its looking good
How's that update coming along?
Elite_360_
12-29-2013, 08:42 PM
How's that update coming along?
working on it now
Elite_360_
12-31-2013, 06:13 AM
Updated to 2.0.0
-Fix All know Bugs
-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 "To many place to list"
-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
Elite_360_
12-31-2013, 07:31 AM
Updated to 2.0.1
-Fix Registration Bug
Elite_360_
12-31-2013, 09:05 AM
Updated to 2.0.2
-Forgot to add the css template css is need for Member Action Drop-Down for the search.
blackberry
01-02-2014, 07:01 PM
Thank you .. works like charm thanks alot and happy new year ;) best gift though
pityocamptes
01-08-2014, 03:18 AM
Hey thanks. Will update here shortly. As far as the other previous version, how do I address the manual changes to the templates? Thanks again!
Elite_360_
01-08-2014, 04:49 AM
Hey thanks. Will update here shortly. As far as the other previous version, how do I address the manual changes to the templates? Thanks again!
well all the templates edits are auto edits so you will not have to edit any template. But if you are Updating from 1.0.9, 1.0.10 and 1.0.11 to 2.x.x then you will have to revert all the templates in the list in the first post.
pityocamptes
01-08-2014, 05:12 PM
Well I had the previous version and I recall that in the Read Me file it showed how to have your mod on other pages like side bar, CMS, Blog, etc. There was a list of templates to edit. Do I edit these back to vanilla? Or something else? Thanks.
Elite_360_
01-08-2014, 06:27 PM
Well I had the previous version and I recall that in the Read Me file it showed how to have your mod on other pages like side bar, CMS, Blog, etc. There was a list of templates to edit. Do I edit these back to vanilla? Or something else? Thanks.
just revert the template
Asmod
01-08-2014, 09:17 PM
Can someone explain this to me please:
Re-upload your vb version all the file but delete the install directory and the includes/config.php.new file.
What exactly means, do i need to reinstall my forum again ?
Im confused...
Elite_360_
01-09-2014, 04:19 AM
Can someone explain this to me please:
Re-upload your vb version all the file but delete the install directory and the includes/config.php.new file.
What exactly means, do i need to reinstall my forum again ?
Im confused...
you just have to rewrite the vb file if your upgrading to "e360 markup 2.x.x" since the file edits are different now
hellboundblogge
01-09-2014, 06:10 AM
I want to change this to if the user is online or offline..
https://vborg.vbsupport.ru/external/2014/01/45.png
Asmod
01-09-2014, 11:08 AM
Will not be more easy to uninstall the old version and install the new one ?
I dont wanna mess with the forum files just for upgrading this....
Elite_360_
01-09-2014, 11:50 AM
Will not be more easy to uninstall the old version and install the new one ?
I dont wanna mess with the forum files just for upgrading this....
if you edited any vb forum file then you will have to do re-upload you vb version you don't have to run the vb upgrade.
Asmod
01-09-2014, 01:07 PM
if you edited any vb forum file then you will have to do re-upload you vb version you don't have to run the vb upgrade.
I have edited only config.php for super admins and undeletable users :)
pityocamptes
01-09-2014, 04:46 PM
if you edited any vb forum file then you will have to do re-upload you vb version you don't have to run the vb upgrade.
I wonder if I will lose any other mods if I do this? Thanks.
Elite_360_
01-09-2014, 10:32 PM
I have edited only config.php for super admins and undeletable users :)
Only if you did the file edits for this mod on versions 1.0.9, 1.0.10 and 1.0.11
I wonder if I will lose any other mods if I do this? Thanks.
No you will not. Did you do the file edits for the old version of this mod? If you did not then this don't apply. (Re-upload your vb version all the file but delete the install directory and the includes/config.php.new file.)
Cla75
01-14-2014, 03:36 PM
I installed version 2.0.2 on vb 4.2.2
Everything seems to work fine, except the list online users, has lost the "," to separate nickname
User online 315, 17 Sep 2012 - 16:52.
NOW
xxx* yyyyyyy aaaaaaa ggggggg tttttttt
FIRST
xxx*, yyyyyyy, aaaaaaa, ggggggg, tttttttt
thanks for support
Elite_360_
01-14-2014, 05:02 PM
I installed version 2.0.2 on vb 4.2.2
Everything seems to work fine, except the list online users, has lost the "," to separate nickname
User online 315, 17 Sep 2012 - 16:52.
NOW
xxx* yyyyyyy aaaaaaa ggggggg tttttttt
FIRST
xxx*, yyyyyyy, aaaaaaa, ggggggg, tttttttt
thanks for support
I would need a link to see what the problem is.
Cla75
01-14-2014, 08:47 PM
without mod
147815
with mod (The "," comma that separated the nickname has disappeared)
147816
Elite_360_
01-14-2014, 11:27 PM
without mod
147815
with mod (The "," comma that separated the nickname has disappeared)
147816
fixed in 2.0.3 Thanks For reporting the Bug.
Elite_360_
01-14-2014, 11:30 PM
update to 2.0.3 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
Cla75
01-15-2014, 09:32 PM
thanks, now is perfect !
Cla75
01-16-2014, 03:51 PM
I noticed another problem, probably caused use in your code, words of fixed and non-variable text
with the active mod ... Note the text in ENGLISH
147835
without the mod ... returns the text completely in ITALIAN
147834
Elite_360_
01-16-2014, 06:39 PM
I noticed another problem, probably caused use in your code, words of fixed and non-variable text
with the active mod ... Note the text in ENGLISH
147835
without the mod ... returns the text completely in ITALIAN
147834
You will have to Translation these phrase since i don't speak Italian.
e360_md_published_by_x_y_z_a
e360_md_started_by_x_y_z
e360_md_started_by_x_y_z_a
e360_published_by_x_y_z_a
e360_started_by_x_y_z
e360_started_by_x_y_z_a
e360_by_x
by_x_memberaction
Cla75
01-17-2014, 11:25 AM
I changed the variable and now everything is correct!
thanks for support
pityocamptes
01-24-2014, 03:25 AM
Just installed the new version after reverting all templates and get this error:
Fatal error: require(): Failed opening required '/XXXXXXXXXXXXXX/e360mods/markup/hooks/fetch_userinfo.php' (include_path='.:/user/local/php5/lib/php') in /XXXXXXXXXXXXXXX/includes/functions.php(1939) : eval()'d code on line 125
ozzy47
01-24-2014, 03:26 AM
Are you sure you loaded all the files to the server?
pityocamptes
01-24-2014, 03:33 AM
Are you sure you loaded all the files to the server?
Yes. If you look in the upload file with this mod there is no fetch_userinfo.php file!!
/XXXXXXXXXXXXXXhtml/e360mods/markup/hooks/fetch_userinfo.php
there is a fetch_musername.php does this have to be renamed?
P.S. - my site is completely down...
ozzy47
01-24-2014, 03:39 AM
Open your includes/config.php file and below<?php add this line:
define('DISABLE_HOOKS', true);
So it looks like this:
<?php
define('DISABLE_HOOKS', true);
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 4.2.2
Then go to your ACP, disable the mod, then remove the line from your config file, that will at least get you back up.
Max Taxable
01-24-2014, 03:42 AM
This file recently edited?
in /home/content/o/m/u/omurchadha/html/includes/functions.php(4707) : eval()'d code on line 1
When i see line 1 is a problem for a php file, i immediately suspect it has been recently edited with a text editor like notepad. This causes error, as it inserts a rouge character or blank character on line 1 of the file, which you cannot see.
Open that file with a real text editor such as TextEdit or notepad++ and you will see the space or the rouge character.
ozzy47
01-24-2014, 03:46 AM
No I just confirmed there is no fetch_userinfo.php file in the download.
pityocamptes
01-24-2014, 03:49 AM
This file recently edited?
in /home/content/o/m/u/omurchadha/html/includes/functions.php(4707) : eval()'d code on line 1
When i see line 1 is a problem for a php file, i immediately suspect it has been recently edited with a text editor like notepad. This causes error, as it inserts a rouge character or blank character on line 1 of the file, which you cannot see.
Open that file with a real text editor such as TextEdit or notepad++ and you will see the space or the rouge character.
No, I did not edit that file when altering the original files back to vanilla from the previous version...
pityocamptes
01-24-2014, 03:50 AM
Will do Ozzy, thanks...
ozzy47
01-24-2014, 03:53 AM
I see what it is you are doing wrong.
You loaded the files for the new version, but are using the XML from the old version, that will never work.
pityocamptes
01-24-2014, 03:54 AM
One more question. I had the previous version. When this mod gets fixed, do I uninstall the previous mod, or do an overwrite, or no overwrite for the new mod? Thanks again!
Max Taxable
01-24-2014, 03:56 AM
One more question. I had the previous version. When this mod gets fixed, do I uninstall the previous mod, or do an overwrite, or no overwrite for the new mod? Thanks again!Need to upload new product XML and allow overwrite.
ozzy47
01-24-2014, 03:57 AM
The mod is fine. You are trying to use a old version of the XML with the new files, which is wrong.
You need to load the new files, and import the new XML.
Should you want to downgrade, uninstall the mod, delete the folder from your server, load the old files back up, then import the old xml.
pityocamptes
01-24-2014, 03:58 AM
I see what it is you are doing wrong.
You loaded the files for the new version, but are using the XML from the old version, that will never work.
No, I had the new version. I tried again with the mod disabled, and did an overwrite. It seems to be working now... how would I know for sure? Thanks again!
ozzy47
01-24-2014, 03:59 AM
If the usernames are colored, then the mod is working.
ozzy47
01-24-2014, 04:08 AM
I think I know what you must have done now. You deleted the old e360mods folder from the server, and loaded the new one, then tried to go to your ACP to import the new XML, but nowhere did it tell you to do that.
pityocamptes
01-24-2014, 04:08 AM
They are colored but I'm not sure how several of the options in the admin cp work? Such as this, just to name one: Enable Member Action Drop-Down for Search Post
Also, it says this for some features: Enable Member Action Drop-Down for Search Articles Published by
Note Manual VB File Edits are Require to Achieve Markup
...but there is no read me file with this mod to show how to edit the VB files...
pityocamptes
01-24-2014, 04:09 AM
I think I know what you must have done now. You deleted the old e360mods folder from the server, and loaded the new one, then tried to go to your ACP to import the new XML, but nowhere did it tell you to do that.
I did, did I screw something up? I did that before I inquired about my issues... do I need to reinstall the old 360 folder?
ozzy47
01-24-2014, 04:11 AM
I dunno, but I see no where in the post that tells you to remove the old files. As for any other questions, you will have to wait for the developer to answer, as I can't say for certain.
pityocamptes
01-24-2014, 04:14 AM
Ok, found the read me file in a link... sorry about that. Wondering if I messed something up by deleting the previous e360 file, uploading the new one and then running the xml... thanks again. Sorry for the bone head screw up's, been under the weather for a few days...
Max Taxable
01-24-2014, 04:15 AM
Hey dude... off topic but hell - your background image with the coins? it is frikkin 1.6 MEGABYTES all by itself. Your page load is massive, over 5 Megabytes! You have one of the most horrendous page loads I have ever seen.
http://www.webpagetest.org/result/140124_5P_7FX/1/details/
By comparison, native vBulletin 4.2.2 pageload only gonna be 100 KILObytes or so.
ozzy47
01-24-2014, 04:15 AM
It happens, but now you know how to get your site back up should you run into a error like that again with another mod.
pityocamptes
01-24-2014, 04:16 AM
Hey dude... off topic but hell - your background image with the coins? it is frikkin 1.6 MEGABYTES all by itself. Your page load is massive, over 5 Megabytes! You have one of the most horrendous page loads I have ever seen.
http://www.webpagetest.org/result/140124_5P_7FX/1/details/
I know, I tried to shrink it, but can't. Any suggestions? I like the coins, would like to keep them... thanks!
Max Taxable
01-24-2014, 04:18 AM
I know, I tried to shrink it, but can't. Any suggestions? I like the coins, would like to keep them... thanks!They only show for people with really large screens and large width set on their browsers. but they still load that 1.6MB on them just the same.
I will see if i can reduce the monstrosity some.
ozzy47
01-24-2014, 04:19 AM
OK but please do it outside of this thread, so we don't go off topic for the mod. :)
pityocamptes
01-24-2014, 04:22 AM
Any other suggestions on what images, need to be fixed? I looked at the site you linked and am not sure how to read it. I will PM you on this issue as I don't want to take away from this mod... thanks though for the input...
pityocamptes
01-24-2014, 04:24 AM
So basically for e360, did I screw up by deleting the original e360 folder, installing the new one, and then doing the xml upload? If so, how do I fix this? Thanks E360...
Elite_360_
01-24-2014, 04:40 AM
So basically for e360, did I screw up by deleting the original e360 folder, installing the new one, and then doing the xml upload? If so, how do I fix this? Thanks E360...
well yes and no if you did what ozzy47 said then your out of the clear if up uploaded the 2.0.3 xml
Elite_360_
01-24-2014, 04:44 AM
They are colored but I'm not sure how several of the options in the admin cp work? Such as this, just to name one: Enable Member Action Drop-Down for Search Post
Also, it says this for some features: Enable Member Action Drop-Down for Search Articles Published by
Note Manual VB File Edits are Require to Achieve Markup
...but there is no read me file with this mod to show how to edit the VB files...
Yeah the "File Edits link" is hard to find i will post a pic of that for future users. there a lot of option now too 7 months in the making of 2.0.0
pityocamptes
01-24-2014, 04:47 AM
It did upload the 2.0.3 xml, it has the correct version in the products page. Should I be ok? Anyway to test it to make sure? Thanks again for your help...
Elite_360_
01-24-2014, 04:53 AM
It did upload the 2.0.3 xml, it has the correct version in the products page. Should I be ok? Anyway to test it to make sure? Thanks again for your help...
yeah your fine
Disco_Dave
01-24-2014, 08:48 AM
Noticed a wee error here:
Elite_360_
01-24-2014, 01:07 PM
Noticed a wee error here:
what the error?
Disco_Dave
01-24-2014, 03:52 PM
The 's isn't showing the mark up, see pic above.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.