![]() |
Oh, I guess I didnt read all your message properly.
The previous bug to which you referred was to do with the horizontal postbit, not private messages or the user profile. The private messages would be a bug (one that no one else has ever mentioned). The user profile is by design. Due to the way the user profile works, it ignores newlines, and getting round that would require some css tricks which is just not practical for me to spend time on. |
Quote:
|
Quote:
Quote:
Step 1. Edit Template custom_erd.css and replace all CSS code. Code:
img.repimg { Step 2. Go To Plugins & Products > Plugin Manager > Extended reputation display > And Edit Hook "parse_templates" Find this. Code:
if (in_array(THIS_SCRIPT, array('memberlist','showthread','member'))) Replace with this. Code:
if (in_array(THIS_SCRIPT, array('memberlist','showthread','member','private'))) Step 3. Still in Plugin Manager (Plugin System) Edit Hook "reputation_image" Find this. Code:
$newline = (THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'memberlist'); Replace with this. Code:
$newline = (THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'memberlist' OR THIS_SCRIPT == 'member' OR THIS_SCRIPT == 'private'); Now find this. Code:
if (THIS_SCRIPT == 'showthread' Replace with this. Code:
if (THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'private' |
Thanks a lot for the fix Elite_360 but it worked out only for the PMs.
Unfortunately the bug still exists on the profiles and the the "Newline Setting" is still not working, so the pips are starting right after the stars and not on a new/separate line. Since you have fixed the PMs i am sure it won't be that hard to fix the profiles as well though! I just hope you will find some time to spend on this project, because you are already busy with your own plugins :) |
Quote:
I just cleared the cache on my browser and the profiles look as they should now. So Elite_360's fix is working fine :) |
I'm not sure if I uploaded it wrong, or not, but I'm seeing an issue with the images here.(The red & green blocks aren't showing up). They show up in the postbit & user profiles though.
See below screencpas for reference. https://i.gyazo.com/222bb7b997b1bb1c...6cfabd67e1.png https://i.gyazo.com/1c292db9e5c4e35c...81a4f9473d.png vBulletin 4.2.2 Any tips or fixes?:confused: |
Can anyone help me?
|
Does it work ok in a default style ?
|
Quote:
|
They (pips) should show in the usercp (given & received lists) by default, not as part of this mod.
|
All times are GMT. The time now is 05:43 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|