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)

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

1 Attachment(s)
Quote:

Originally Posted by hellboundblogge (Post 2455297)
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

Quote:

Originally Posted by Elite_360_ (Post 2455759)
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

Quote:

Originally Posted by hellboundblogge (Post 2455770)
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

smirkley 10-24-2013 04:25 AM

Quote:

Originally Posted by hellboundblogge (Post 2455770)
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

Quote:

Originally Posted by smirkley (Post 2455779)
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:

PHP Code:

Dear <span style='font-weight: bold; font-style:bold; color: #007fff;'>Disco_Dave </span>,

As 
you requestedyour password has now been resetYour 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

Quote:

Originally Posted by hellboundblogge (Post 2456035)
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
HTML Code:

{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
HTML Code:

{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

Quote:

Originally Posted by Disco_Dave (Post 2455800)
Found another wee bug. When resetting your password, this is the reply we get:

PHP Code:

Dear <span style='font-weight: bold; font-style:bold; color: #007fff;'>Disco_Dave </span>,

As 
you requestedyour password has now been resetYour 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

Quote:

Originally Posted by Elite_360_ (Post 2456037)
this edit good for 1.04 to 1.0.11
go to 'threadbit_deleted' template

find this
HTML Code:

{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
HTML Code:

{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

Quote:

Originally Posted by Elite_360_ (Post 2456039)
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

Quote:

Originally Posted by hellboundblogge (Post 2456040)
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 or this At Vbulletin Dot COM

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

Quote:

Originally Posted by Disco_Dave (Post 2456046)
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

Quote:

Originally Posted by hellboundblogge (Post 2456048)
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

Quote:

Originally Posted by Disco_Dave (Post 2456046)
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

Quote:

Originally Posted by Elite_360_ (Post 2456049)
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.

Quote:

Originally Posted by Elite_360_ (Post 2456056)
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

Quote:

Originally Posted by hellboundblogge (Post 2456067)

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

Quote:

Originally Posted by hellboundblogge (Post 2456069)
How to do this?


go to Search in Phrases search for "e360_started_by_x_y_z_a"

edit that and add this
Code:



<span class="label">Started by&nbsp;<a href="{1}" class="username understate" title="Started by {2} on {4} {5}">{3}</a>{6}&nbsp;on&nbsp;{4}&nbsp;{5}</span>

search for "e360_started_by_x_y_z"

edit that and add this
Code:



<span class="label">Started by&nbsp;<a href="{1}" class="username understate" title="Started by {2} on {4}">{3}</a>{5}&nbsp;on&nbsp;{4}</span>


hellboundblogge 10-25-2013 10:04 AM

Quote:

Originally Posted by Elite_360_ (Post 2456078)
go to Search in Phrases search for "e360_started_by_x_y_z_a"

edit that and add this
Code:



<span class="label">Started by&nbsp;<a href="{1}" class="username understate" title="Started by {2} on {4} {5}">{3}</a>{6}&nbsp;on&nbsp;{4}&nbsp;{5}</span>

search for "e360_started_by_x_y_z"

edit that and add this
Code:



<span class="label">Started by&nbsp;<a href="{1}" class="username understate" title="Started by {2} on {4}">{3}</a>{5}&nbsp;on&nbsp;{4}</span>


I'm getting this: No Phrases Matched Your Query

Elite_360_ 10-25-2013 10:19 AM

Quote:

Originally Posted by hellboundblogge (Post 2456085)
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

Quote:

Originally Posted by pityocamptes (Post 2457866)
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

Quote:

Originally Posted by pityocamptes (Post 2462862)
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

Quote:

Originally Posted by pityocamptes (Post 2462774)
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

Quote:

Originally Posted by pityocamptes (Post 2462889)
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

Quote:

Originally Posted by pityocamptes (Post 2462938)
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

Quote:

Originally Posted by pityocamptes (Post 2463418)
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

1 Attachment(s)
Here is a pic

Elite_360_ 11-24-2013 08:42 PM

Quote:

Originally Posted by pityocamptes (Post 2463445)
Here is a pic

that is not my mod


All times are GMT. The time now is 12:32 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.01740 seconds
  • Memory Usage 1,863KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_html_printable
  • (2)bbcode_php_printable
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete