The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Where can I edit this parts.

4 posters

Go down

Solved Where can I edit this parts.

Post by JazeonX August 21st 2011, 8:06 pm

Where can I edit this parts. Kbacl0

I want to edit the username and posts and stuff like that I know it can be found in the profile fields.
But I want to edit through General Template I'm using PUNBB.
can you tell me which part I could locate them cause I'm gonna do some custom coding to some of it.
JazeonX
JazeonX
Forumember

Male Posts : 215
Reputation : 1
Language :  
Location : Philippines

Back to top Go down

Solved Re: Where can I edit this parts.

Post by Nera. August 21st 2011, 8:09 pm

Hi,

Topic post part and profiles?
AP > Display > Templates > Wievtopic_body
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Where can I edit this parts.

Post by JazeonX August 22nd 2011, 8:37 pm

Which one is the avatar and profile field in the code? whenever I post.
And also the signature where can I edit it.
JazeonX
JazeonX
Forumember

Male Posts : 215
Reputation : 1
Language :  
Location : Philippines

Back to top Go down

Solved Re: Where can I edit this parts.

Post by Ahmedvirus August 22nd 2011, 8:57 pm

Look for this part
Code:
{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}

You can do so, for example,
Code:
 <div class="profield">{postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}</div>
and css
Code:
.profield{
    background: none repeat scroll 0 0 #F9F9F9;
        border-bottom-left-radius: 8px;
        border-color: #29A5FF;
        border-left: 1px solid #29A5FF;
        border-right: 6px solid #29A5FF;
        border-style: solid;
        border-top-right-radius: 8px;
        border-width: 1px 6px 1px 1px;
        color: #2E5961;
        font: 11px Tahoma;
        margin: 5px 0;
        padding: 3px 5px;
        text-align: right;
    }

To look pretty
Ahmedvirus
Ahmedvirus
Forumember

Male Posts : 321
Reputation : 59
Language : English

https://help.forumotion.com

Back to top Go down

Solved Re: Where can I edit this parts.

Post by JazeonX August 23rd 2011, 3:25 pm

Okay got it thanks guys.
JazeonX
JazeonX
Forumember

Male Posts : 215
Reputation : 1
Language :  
Location : Philippines

Back to top Go down

Solved Re: Where can I edit this parts.

Post by Sanket August 23rd 2011, 8:49 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Where can I edit this parts. 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum