The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I would love to change some user cp display settings when specific forum style is set, for example when style2 is selected, forum options under user control panel :
Visible Post Elements: all three options( show signatures, show avatars, show images) to be deactivated. Is it somehow possible to set that? |
#2
|
||||
|
||||
![]()
You could do that with some CSS in the additional.css template for that particular style. For example, try:
Code:
.signaturecontainer, .postuseravatar { display: none !important; } ![]() |
#3
|
||||
|
||||
![]()
thanks, exactly what I was looking for!
The images in the threads recognized by IMG tags , that's the third option in USER CP by those two you typed. |
#4
|
||||
|
||||
![]()
Okay, try this:
Code:
.signaturecontainer, .postuseravatar, .content img:not(.inlineimg) { display: none !important; } ![]() |
#5
|
||||
|
||||
![]()
yes, it's removing the image content completely :up:
can you make it just to leave a link or code to original image external location, without actually showing the bbcode thumbnail? LOL I was trying to find that variable whole evening! |
#6
|
||||
|
||||
![]() Quote:
Here's what I would do instead. Remove the CSS you added to the "additional.css" template. Now, create a plugin hooked at "postbit_display_complete" with the following code: PHP Code:
![]() |
Благодарность от: | ||
blind-eddie |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|