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.

Group Info

3 posters

Go down

Solved Group Info

Post by Xanthis December 30th 2010, 12:29 am

I've been editing the template for the usergroup's information every way I can, replacing variables, moving elements, and I just can't seem to get past this problem.

Group Info Ftklj5

First, the column labelled "Private Message" is not only cut off but just looks crammed and unprofessional, and I can't find any way to change it.

Second, I've been trying to remove the "Email" column, but when I do the right borders disappear and it looks horrible. Any ideas?
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Solved Re: Group Info

Post by kirk December 30th 2010, 1:22 am

you can try to place it after user name by adding a couple of these things below after user name first. it just gives it space.

i had to put space in between this, it's the only way it will show up in the post so you want the & n b s p ; all together , for some reason it will not show in the code tag either?

& n b s p ;

Oh by the way what section of forum is that in your screen.. index page?

OR is that the members list, either way it should not be that hard to do..most stuff could be moved or changed depending though, there are somethings that are just set and cant be alters or arranged.. but stuff like that you should be able to do.

In the mean time i will go check out the template and see what it looks like in there as well. i guess thats the members list?

kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: Group Info

Post by Xanthis December 30th 2010, 3:28 am

kirk wrote:you can try to place it after user name by adding a couple of these things below after user name first. it just gives it space.


Here's what I edited in the groupcp_info_body:

Code:
<table class="table" cellspacing="0">
            <thead>
               <tr>
                  <th class="tc4" style="border-left: none;">{L_PM}</th>
                  <th class="tcr">{L_USERNAME}</th>
                                                & n b s p ;
                  <th class="tc3">{L_POSTS}</th>
                  <th class="tc3">{L_FROM}</th>
                  <th class="tc3">{L_EMAIL}</th>
                  <th class="tc3">{L_WEBSITE}</th>
                  <th class="tc4">{L_SELECT}</th>
               </tr>
            </thead>

Nothing is changed from its original structure, I simply added the & n b s p ; under the username variable.

kirk wrote:Oh by the way what section of forum is that in your screen.. index page?

OR is that the members list, either way it should not be that hard to do..most stuff could be moved or changed depending though, there are somethings that are just set and cant be alters or arranged.. but stuff like that you should be able to do.

In the mean time i will go check out the template and see what it looks like in there as well. i guess thats the members list?

That's a group. It says administrators, and; "Any member of this group is an administrator of the forum. Be careful with the members whom you add in this group."
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Solved Re: Group Info

Post by Xanthis December 31st 2010, 4:42 am

Any ideas?
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Solved Re: Group Info

Post by Guest December 31st 2010, 2:56 pm

For the PM try this:
Code:
<th class="tc4" style="width:10% !important">{L_PM}</th>
to delete the email try delete these code:
Code:

<th class="thTop">{L_EMAIL}
<td class="tc3">{pending_members_row.EMAIL_IMG}</td>
</th>
avatar
Guest
Guest


Back to top Go down

Solved Re: Group Info

Post by Xanthis January 2nd 2011, 2:09 am

Gangstar15 wrote:For the PM try this:
Code:
<th class="tc4" style="width:10% !important">{L_PM}</th>

That fixed it. Thanks.


Gangstar15 wrote:to delete the email try delete these code:
Code:

<th class="thTop">{L_EMAIL}
<td class="tc3">{pending_members_row.EMAIL_IMG}</td>
</th>

I couldn't find that code in the template.
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Solved Re: Group Info

Post by Darren1 January 2nd 2011, 6:36 am

Hi,

Gangstar, wrong template lol Razz

Xanthis, this is the code to remove to remove the email column
<th class="tc3">{L_EMAIL}</th> , but as you said, that kinda removes the right boarder, which isn't what were after. Give me a day, and Ill see what I can do for you... wait...tomorrows ... Monday .... yea 1 day should be enough.

What kirk means, what he said the &NBSP code was that their clumped together like 1 word, not separated how you presently have it
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Group Info

Post by Guest January 2nd 2011, 3:13 pm

but i gave him the codes from 1 template ;D
and these codes:
Code:

<th class="thTop">{L_EMAIL}
<td class="tc3">{pending_members_row.EMAIL_IMG}</td>
</th>
should be like this:
Code:

1. <th class="thTop">{L_EMAIL}</th>

2.<td class="tc3">{pending_members_row.EMAIL_IMG}</td>


they are not in the same place (:
avatar
Guest
Guest


Back to top Go down

Solved Re: Group Info

Post by Xanthis January 2nd 2011, 5:09 pm

Darren1 wrote:What kirk means, what he said the &NBSP code was that their clumped together like 1 word, not separated how you presently have it

I'm aware of that, but he claims that the &NBSP code, when properly written, won't show up in the code box, so I separated the characters for the sake of simplicity. In my actual template, it's all one word.

That's not the issue anymore anyway.

Gangstar15 wrote:and these codes:
Code:
<th class="thTop">{L_EMAIL}
<td class="tc3">{pending_members_row.EMAIL_IMG}</td>
</th>

should be like this:
Code:
1. <th class="thTop">{L_EMAIL}</th>

2.<td class="tc3">{pending_members_row.EMAIL_IMG}</td>
they are not in the same place

There's nothing in my template that starts with:

Code:
<th class

Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Solved Re: Group Info

Post by Guest January 2nd 2011, 5:47 pm

Okay.. u use punbb? and what is the template name XD?
avatar
Guest
Guest


Back to top Go down

Solved Re: Group Info

Post by Xanthis January 2nd 2011, 9:48 pm

Gangstar15 wrote:Okay.. u use punbb?

Yes.

Gangstar15 wrote:and what is the template name XD?
Xanthis wrote:Here's what I edited in the groupcp_info_body:
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Solved Re: Group Info

Post by Darren1 January 3rd 2011, 1:48 am

Ok, so im confused xD

In gcp_info_body, you have pasted this code in an above post,
<th class="tc3">{L_POSTS}</th>
<th class="tc3">{L_FROM}</th>
<th class="tc3">{L_EMAIL}</th>
<th class="tc3">{L_WEBSITE}</th>
<th class="tc4">{L_SELECT}</th>

But now your saying, that those classes aren't in your template?
Can you confirm if they are there please?


I think I get where your going now gangstar? Razz
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Group Info

Post by Xanthis January 3rd 2011, 1:54 am

Darren1 wrote:Ok, so im confused xD

In gcp_info_body, you have pasted this code in an above post,
<th class="tc3">{L_POSTS}</th>
<th class="tc3">{L_FROM}</th>
<th class="tc3">{L_EMAIL}</th>
<th class="tc3">{L_WEBSITE}</th>
<th class="tc4">{L_SELECT}</th>

But now your saying, that those classes aren't in your template?
Can you confirm if they are there please?


I think I get where your going now gangstar? :P

Sorry, I was being stupid for a while there. I made a mistake while using the ctrl+F function. Yes I have that class, but I double checked and I can't find "thTop" anywhere. From what I understand, he told me to delete that. I'm not sure how if it's not there.
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Solved Re: Group Info

Post by Guest January 3rd 2011, 2:46 pm

okay now i got it.
http://world-dezign.forumotion.com/g5-15-member

Replace:
Code:
<th class="tc3">{L_EMAIL}</th>

width:
Code:
<th class="tc3" style="width:1%;"></th>

Replace:
Code:
<td class="tc3" style="empty-cells: show !important;">{MOD_EMAIL_IMG}</td>

Width:
Code:
<td class="tc3" style="empty-cells: show !important;width:1%;"></td>

Replace:
Code:
<td class="tc3">{member_row.EMAIL_IMG}</td>

Width:
Code:
<td class="tc3" style="width:1%;"></td>
avatar
Guest
Guest


Back to top Go down

Solved Re: Group Info

Post by Xanthis January 3rd 2011, 7:39 pm

It's gone, thank you. Solved.
Xanthis
Xanthis
Forumember

Male Posts : 210
Reputation : 6
Language : English

Back to top Go down

Solved Re: Group Info

Post by Guest January 3rd 2011, 7:43 pm

Welcome (:
Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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