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)
-   -   Major Additions - Username HTML Markup 4.2.x (https://vborg.vbsupport.ru/showthread.php?t=229146)

Aexo 06-25-2011 09:01 AM

Quote:

Originally Posted by stormzone (Post 2212282)
You need to change the double quotation marks to single quotation marks in the usergroup html markup options.

For example: <span style='COLOR:darkorange;font-weight:bold'> instead of <span style="COLOR:darkorange;font-weight:bold">

You guys are welcome ;)

Working in 4.1.4

Popa Andrei 06-25-2011 03:14 PM

1 Attachment(s)
Quote:

Originally Posted by MikalMirkas (Post 2212325)
To fix what?

FIX FOR THIS

K!nG 06-30-2011 07:32 PM

Hi,
i got 2 things which aren't looking goood .. I will attach picture for both of them :)

1st one u can seee it shows names twice & also about being offline & online.

http://img24.imageshack.us/img24/1873/usernamea.jpg

Second you can see it shows name, date & time double as well and on the right same as 1st one.

http://img819.imageshack.us/img819/9889/username1.jpg

If there is any coding that has to be changed please do let me know where exactly it goes :P since i am not too good in all this .

Thanks :)

TeknoSounds 07-01-2011 01:19 AM

Please read above posts. use single quotes.

K!nG 07-01-2011 03:16 AM

Quote:

Originally Posted by TeknoSounds (Post 2215276)
Please read above posts. use single quotes.

Sorry, but can u tell me where to make that change ?? i mean do i have to edit any template for that or wat ?? sorry m not good in all this :(

TeknoSounds 07-01-2011 09:32 AM

where you're putting your HTML markup in the usergroups area needs to use single quotes not double quotes.

Magnumutz 07-01-2011 01:38 PM

Quote:

Originally Posted by stormzone (Post 2212647)
FIX FOR THIS

There still is a problem with mouse hover on the username:
https://vborg.vbsupport.ru/

K!nG 07-01-2011 03:02 PM

Quote:

Originally Posted by TeknoSounds (Post 2215385)
where you're putting your HTML markup in the usergroups area needs to use single quotes not double quotes.


Thanks that worked just fine :)

Magnumutz 07-01-2011 06:54 PM

Thanks, i kinda fixed that after i posted here.
However, the same thing applies in forum display...
Just that there, the hover shows the date at which the thread was first posted.
THAT i couldn't fix... I'm open to ideas :D

Magnumutz 07-02-2011 03:44 AM

Sweet man, thanks! :D

Popa Andrei 07-04-2011 05:29 AM

Quote:

Originally Posted by Gemma (Post 2215602)
I made a change to the threadbit template,

Find
Code:

<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 />

Replace with
Code:

<vb:if condition="!$show['detailedtime']">
                                                        {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:raw thread.starttime}, {vb:stylevar dirmark}}
                                                <vb:else />

I then changed the phrase started_by_x_y_z to this <span class="label">Started by {2} on {3}</span>

And I change this line in my forumhome_lastpostby template

Code:

{vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}
Replace with
Code:

<div class="popupmenu memberaction">{vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}}</div>
I think that's right, I've modified that template that much but I think that was the original change :o

can you please put screenshot with before and after so we can understand what you did more clearly?

Gemma 07-04-2011 12:14 PM

Quote:

Originally Posted by stormzone (Post 2216497)
can you please put screenshot with before and after so we can understand what you did more clearly?

I don't understand why you need a screenshot? Beforehand, when hovering over a username it wasn't displaying correctly (like so many have been complaining about). So I made some template/phrase edits to remove the hovering but still have the username markup

Popa Andrei 07-04-2011 11:45 PM

aham.

Jeremy8 07-09-2011 03:37 PM

Maybe someone should start a whole new thread for the one that actually works

skengman 07-12-2011 03:19 PM

big up fixed it working fine on 4.1.4

skengman 07-15-2011 09:34 PM

How do i get username colours in the CMS??
cheers

Madita 07-23-2011 03:47 PM

This Plugin with its offline nonsense has direven me crazy.
No proper solution here for 4.1.4 to get rid of this offline notification that would work.
Finally I deleted it.

Pitty for the waste of my time !!!

Domy 07-23-2011 09:54 PM

<a href="http://img20.imageshack.us/img20/392/immaginetw.png" target="_blank">http://img20.imageshack.us/img20/392/immaginetw.png</a>
how can I remove this?

skengman 08-03-2011 09:21 AM

Quote:

Originally Posted by Domy (Post 2224094)

CHECK PAGE 21.

Does anyone know how i can get the usergroup colors in the notifications on top were you sign in next to Welcome???
http://img11.imageshack.us/img11/4074/skeng.png

Uploaded with ImageShack.us
cheers

BiMBo3MeNDo 08-08-2011 07:19 AM

simple... not use " use '

DNCL 08-10-2011 12:14 AM

Can anyone provide us with the full tweaks guide for 4.1.5 please? :)

Divvy 08-10-2011 12:24 AM

Quote:

Originally Posted by ozzy47 (Post 2101650)
Ok I found a way to eliminate the extra crud on there.

Open your memberaction_dropdown template in your style.

In the second line look for {vb:rawmemberinfo['onlinestatusphrase']},

Replace with this {vb:rawmemberinfo<!--['onlinestatusphrase']},-->


That got rid of all the extra stuff, even on hover!!!:up:

Thank you! That fixed the problem, but only in the last post column...
Still have the same problem at the username thread starter, please check:
http://screensnapr.com/e/DXtGi3.jpg

Can you work on a fix for this too, please? :)

BSMedia 08-30-2011 02:53 PM

I'm going to assume its your guys crappy template coding or username markup code thats the problem.

Installed and works perfectly fine as is on a new installation of 4.1.5.

TeknoSounds 08-31-2011 01:35 AM

link to your website where it is working perfectly at, please?

BSMedia 08-31-2011 01:37 AM

1 Attachment(s)
I just have a localhost test install, but here are screenshots. If there are any other locations you need to see let me know.

Here is the markup, prefix and then postfix

Code:

<span style='color: red'>
Code:

<span>

TeknoSounds 08-31-2011 01:48 AM

Ahh okay so it looks all good.

Now heres the problem with the mod.

Mouse over the username and see what kinda broken language it gives you when it tries to state they're online.

Gemma 08-31-2011 10:46 AM

I removed the online status part as it is kinda pointless anyway :)

BSMedia 08-31-2011 01:51 PM

1 Attachment(s)
Quote:

Originally Posted by TeknoSounds (Post 2240239)
Ahh okay so it looks all good.

Now heres the problem with the mod.

Mouse over the username and see what kinda broken language it gives you when it tries to state they're online.

Still works just fine from the looks of things, I'd show that all the templates are default, but I couldn't find any easy way of doing that.

Edit: I see people talking about the online status in the profile drop down, does that need to be enabled some where? I really haven't screwed around much with vB4 settings wise.

AutoMinded 09-02-2011 02:22 PM

I installed it but it doesn't work. vB latest version.

Problem: I have dutch version and it first says the user's status and then shows his name in color. How come?

AutoMinded 09-02-2011 02:24 PM

Quote:

Originally Posted by Gemma (Post 2240371)
I removed the online status part as it is kinda pointless anyway :)

How did you do this? This is causing a problem on my forum!

TeknoSounds 09-06-2011 01:28 AM

Quote:

Originally Posted by AutoMinded (Post 2241215)
I installed it but it doesn't work. vB latest version.

Problem: I have dutch version and it first says the user's status and then shows his name in color. How come?

Use double quotes instead of single quotes and the online status problem goes away, well the visible one.
The hover online notification is still broken however.

MrDJ 09-14-2011 10:52 AM

is there anyway to make this mod not show up on the index page like this

when a member posts its showing up on the latest thread section ..
post made >>
by abcde123 is offline">abcde123
Today, 11:06 AM
is there anyway to remover the is offline ''>abcde123 and just have it ( by abcde123 ) ..

any help would be great thanks

Gemma 09-14-2011 11:51 AM

Quote:

Originally Posted by AutoMinded (Post 2241216)
How did you do this? This is causing a problem on my forum!

I'm sure I've posted the changes I made somewhere in this thread

TeknoSounds 09-15-2011 02:30 AM

Quote:

Originally Posted by MrDJ (Post 2245787)
is there anyway to make this mod not show up on the index page like this

when a member posts its showing up on the latest thread section ..
post made >>
by abcde123 is offline">abcde123
Today, 11:06 AM
is there anyway to remover the is offline ''>abcde123 and just have it ( by abcde123 ) ..

any help would be great thanks

Read the thread. Its been mentioned a dozen times at least.

River J 09-20-2011 04:16 PM

The only thing I don't like about this is that when you mouse over a username it shows the code there....anyway to fix this?

venom2124 09-20-2011 04:34 PM

1 Attachment(s)
Just installed this and have an issue. If you look at the attachment you will see that it displays the username color but creates a really ugly looking thing in front of it stating that the user is or isn't online. So how would I fix it. Had to disable till I figure out the issue.

TeknoSounds 09-22-2011 01:24 AM

Quote:

Originally Posted by River J (Post 2248265)
The only thing I don't like about this is that when you mouse over a username it shows the code there....anyway to fix this?

Quote:

Originally Posted by venom2124 (Post 2248270)
Just installed this and have an issue. If you look at the attachment you will see that it displays the username color but creates a really ugly looking thing in front of it stating that the user is or isn't online. So how would I fix it. Had to disable till I figure out the issue.

Theres about 15 pages worth of posts about this.

Please do yourself a favor. If you're going to post on this site, do some reading and searching before hand. Thanks.

Alan_SP 09-23-2011 10:51 PM

Quote:

Originally Posted by Gemma (Post 2245815)
I'm sure I've posted the changes I made somewhere in this thread

Just checked. You have 4 posts here, not one describes where and what changes you made.

If you would like to help all of us, please post them.

Thanks in advance.

River J 09-25-2011 04:33 PM

Quote:

Originally Posted by TeknoSounds (Post 2248796)
Theres about 15 pages worth of posts about this.

Please do yourself a favor. If you're going to post on this site, do some reading and searching before hand. Thanks.

I've gone through most of the pages and can't find anything about it. I saw other people having the same issue but no resolution.

TeknoSounds 09-25-2011 05:48 PM

Quote:

Originally Posted by River J (Post 2249939)
I've gone through most of the pages and can't find anything about it. I saw other people having the same issue but no resolution.

Exactly... :(


All times are GMT. The time now is 09:59 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.01902 seconds
  • Memory Usage 1,830KB
  • 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
  • (6)bbcode_code_printable
  • (19)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