The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
modify the template private messages
Hello folks wanted to know how to remove the little bar on the control panel which is located beside a private message when the agent will view it ..
below is a print with the selected bar in red so you can understand what I want to withdraw hugs staff |
#2
|
||||
|
||||
It's part of USERCP_SHELL template... there is no easy way to remove it for viewing PMs.
|
#3
|
|||
|
|||
nice guy do not know if you do not quite understand, or I did not understand what you mean ... but I do not want to remove that bar or option ... I just want when members are displaying some PM appear just private message, removing that bar control panel, leaving only one page with the message private
Translated By Google =P |
#4
|
|||
|
|||
help-me pliss!!
|
#5
|
||||
|
||||
I don't understand exactly what you are asking but the bar on the left comes from the USERCP_SHELL template.
I don't know for sure but I would try this... (edited and working) In the USERCP_SHELL template find: Code:
<!-- table to support left column nav --> Code:
<if condition="THIS_SCRIPT != 'private'"> Code:
</script> <!-- / moderation popups --> </if> </td> <td> </td> Code:
</if> |
#6
|
|||
|
|||
well ... when I'm viewing a message, I see next to UserCP, I wanted to withdraw it in print ... I posted it above is how the template is currently a private message ... now I have attached a print exactly as I want to see a private message ...
print: http://img804.imageshack.us/img804/8420/72476793.jpg ------------- those changes that you recommended did not work, the more we see now .. maybe we can find a better solution for me. Graciously, Junior. |
#7
|
||||
|
||||
My bad, I just tested it on my site... the </if> statement is in the wrong place... do what I said in the post above for the first part but instead of the second part put the </if> below the following code:
Code:
</script> <!-- / moderation popups --> </if> </td> <td> </td> |
#8
|
|||
|
|||
ah .. thanks .. it worked perfectly here
|
#9
|
|||
|
|||
would be possible this modification operate only for when viewing the PM?
|
#10
|
||||
|
||||
Change the <if> from:
Code:
<if condition="THIS_SCRIPT != 'private'"> Code:
<if condition="$_REQUEST['do'] != 'showpm'"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|