MyBB Community Forums

Full Version: /forum/private.php?fid=3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi,
i want to edit few things in Userp cp under compose message for which i need to find the /forum/private.php?fid=3 template can some please help to get this template location..ive been trying to find for more than a hour but no success..

thanks in advance
Check the source code? By default templates names are printed in comments Smile
(2011-12-20, 09:42 PM)vikesh Wrote: [ -> ]hi,
i want to edit few things in Userp cp under compose message for which i need to find the /forum/private.php?fid=3 template can some please help to get this template location..ive been trying to find for more than a hour but no success..

thanks in advance

what does this mean ? are you adjusting your drafts or editing them ?
Hi Jim,

thanks for replying.


yes thats right i am trying to change the image next to drafts which i default names as sub_pmfolder and used by Sent Items & Drafts...

is there any workaround for it
(2011-12-20, 10:09 PM)vikesh Wrote: [ -> ]Hi Jim,

thanks for replying.


yes thats right i am trying to change the image next to drafts which i default names as sub_pmfolder and used by Sent Items & Drafts...

is there any workaround for it

let me get this right are you wishing to change the icons and text in the menu to the left of the display ?
those icons are specified in the CSS under usercp.css
yes jim,
thats right i am trying to change the image next to drafts

i am attaching a image of wat i need to change exactly
(2011-12-20, 10:18 PM)vikesh Wrote: [ -> ]yes jim,
thats right i am trying to change the image next to drafts

i am attaching a image of wat i need to change exactly

Paveman is correct
upload the new images to your server and replace the background
url(images/usercp/drafts.gif) no-repeat left center
with the new image you will be good to go
Hi Jim,

jim and paveman thanks for replying i tried doing what paveman said but in usercp.css

there is only one setting which uses single image file for sent and drafts unlike others which has their specific background

i am posting and example of below of how drafts and compose looks in usercp.css


Compose looks like:

.usercp_nav_composepm {
background: url(images/usercp/composepm.gif) no-repeat left center;
}

____________________________________________________________

Sent & Drafts looks like:

.usercp_nav_sub_pmfolder {
background: url(images/usercp/sub_pmfolder.gif) no-repeat left center;






is there any workaround for it...[/align]
(2011-12-20, 10:41 PM)vikesh Wrote: [ -> ]Hi Jim,

jim and paveman thanks for replying i tried doing what paveman said but in usercp.css

there is only one setting which uses single image file for sent and drafts unlike others which has their specific background

i am posting and example of below of how drafts and compose looks in usercp.css


Compose looks like:

.usercp_nav_composepm {
background: url(images/usercp/composepm.gif) no-repeat left center;
}

____________________________________________________________

Sent & Drafts looks like:

.usercp_nav_sub_pmfolder {
background: url(images/usercp/sub_pmfolder.gif) no-repeat left center;






is there any workaround for it...[/align]

what is wrong with changing
.usercp_nav_drafts
and changing the image but be aware that you may have to change all the images to make the display look good
Pages: 1 2