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.

Topic Body Format Help

4 posters

Go down

Solved Topic Body Format Help

Post by ecosystem December 8th 2009, 4:36 am

Hi,
I would like to know how I could do 2 things.

#1) First, move those images (circled in white) to the area under the profile information (red area)
A template html code would be appreciated.

Topic Body Format Help 2vjsxuf




#2) Also, I would like to know how to delete the area below a post (shown in red) so that it does not show. This way less room is taken up and users can still put signatures in. (I only want to know how to do this if my first problem is solved ^)

Topic Body Format Help 2ccrpu9

Thank you.
ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Solved Re: Topic Body Format Help

Post by ecosystem December 9th 2009, 4:48 am

mega-bump
(yes, it has been 24 hrs.)
ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Solved Re: Topic Body Format Help

Post by Sanket December 9th 2009, 4:50 am

Both of them can be achieved, if you use any phpbb3 skin.
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Topic Body Format Help

Post by ecosystem December 9th 2009, 4:53 am

Sanket wrote:Both of them can be achieved, if you use any phpbb3 skin.
I am looking for a template code or CSS code though, because I have phpbb2 and do not want to change the version.
ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Solved Re: Topic Body Format Help

Post by kirk December 9th 2009, 5:32 am

i think all you would have to do is create this in your profile fields. then after you have it there just remove the images from your pic's management.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Topic Body Format Help

Post by ankillien December 10th 2009, 3:56 pm

Hello,

I can tell you how to do it. The process it very complicate Razz

Go to Admin CP > Display > General under Templates > Edit viewtopic_body template.

Find this piece of code there...

Code:
<td valign=&quot;middle&quot;>
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>

This is what displays profile, PM, online images.

You need to select it and cut it from there.
Now find this part of code...

Code:
   <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}

            <!-- END profile_field -->

Right after that, paste the code that you have just cut.
Save the template. Hit the '+' button to publish and see the effect.

Hello
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Topic Body Format Help

Post by ecosystem December 10th 2009, 7:37 pm

ankillien wrote:Hello,

I can tell you how to do it. The process it very complicate Razz

Go to Admin CP > Display > General under Templates > Edit viewtopic_body template.

Find this piece of code there...

Code:
<td valign=&quot;middle&quot;>
                  {postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field --> {postrow.displayed.ONLINE_IMG}
               </td>

This is what displays profile, PM, online images.

You need to select it and cut it from there.
Now find this part of code...

Code:
   <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}

            <!-- END profile_field -->

Right after that, paste the code that you have just cut.
Save the template. Hit the '+' button to publish and see the effect.

Hello
Okay, I did this but I when I previewed it, there were TWO rows of buttons and it stated:

Posts: 21
PROFILE BUTTON, PM BUTTON, E-MAIL BUTTON
Join Date: 2009-11-12
PROFILE BUTTON, PM BUTTON, E-MAIL BUTTON

There were two rows, not one.
Also, I would like to move it down, maybe near the bottom, instead of right underneath the area I stated before. Please help me, thank you.
ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Solved Re: Topic Body Format Help

Post by ankillien December 11th 2009, 8:43 am

Make sure you have put the code after

Code:
<!-- END profile_field -->

If you put it above it, it will show up more than one.

To put it at complete bottom is difficult, I'll try to do it though.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Topic Body Format Help

Post by ecosystem December 11th 2009, 5:21 pm

ankillien wrote:Make sure you have put the code after

Code:
<!-- END profile_field -->

If you put it above it, it will show up more than one.

To put it at complete bottom is difficult, I'll try to do it though.
Thank you so much, it finally worked. By the way, I was able to put it at the bottom.
I deleted the </tr> (front and back) part of the code and stuck <.br /><.br /> at the beginning (without the periods).

Thanks again Ankillen. What a Face
ecosystem
ecosystem
Forumember

Male Posts : 101
Reputation : 0
Language : Ingles
Location : California

Back to top Go down

Solved Re: Topic Body Format Help

Post by ankillien December 11th 2009, 5:27 pm

Putting BR tags won't actually work properly for longer posts, I think.

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

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