Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:55:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 30, 2013 10:08:26 GMT -8
Is it possible to remove or hide the 'Created by' column please.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 30, 2013 18:41:05 GMT -8
In your conversations list template, look for this, and add the bold;
{if $[outbox]} <td class="recipients"> $[conversation.recipients] </td> <!--{else} <td class="created-by"> $[conversation.created_by_user] </td> -->{/if}
That will get rid of the column, but leave its counterpart in your outbox, so you know who you've sent messages to. This column doesn't have the same issue that the Created By does (assuming I know why you're getting rid of it, which I think I do. =P)
Then look for this, and again, add in the bold;
{if !$[conversation]} <tr class="last"> <td class="last center" colspan="{if $[outbox]}6{else}5{/if}">No messages were found</td> </tr> {/if}
That bit just makes sure that if the inbox/outbox are empty then the cells display properly - the 5 is for your inbox, where the cell now has to take up one less column, because we've just removed one, the 6 is the default for your outbox, where nothing has changed.
That should get you all set. =]
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:55:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 30, 2013 23:53:41 GMT -8
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:55:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 2, 2013 23:56:02 GMT -8
Bump.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Feb 7, 2013 18:03:20 GMT -8
Oops >_< Heading off for the night (wasn't planning on a proper trip back, just a post to let the staff know that I'd be back in a day or two once I'd fully recovered from my holiday, haha), but I should be done with work at about 10 tomorrow, so leave it with me. =]
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:55:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 15, 2013 3:51:37 GMT -8
Bump.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Feb 15, 2013 3:56:08 GMT -8
Oh yeah, forgot about this. >_< Do you want the text to display anywhere else, or just gone completely?
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:55:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 15, 2013 5:12:34 GMT -8
Just gone completely please pawl.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Feb 15, 2013 5:44:37 GMT -8
Okay, here we go;
Thread List Template; Line 17 as default, remove. <td class="created-by clickable">$[thread.created_by_user]</td>
Line 24 (after removing 17, originally 25), edit bold. <td class="last center" colspan="6">No threads were found.</td>
Board Template, line 32, remove. <th class="created-by">Created By</th>
Style Sheet, approx lines 868-872, make edits in bold. .threads .main { width: 55%; text-align: @thread_align_subject; } .threads .created-by { width: 14%; text-align: @thread_align_created_by; } .threads .replies { width: 9%; text-align: @thread_align_replies; } .threads .views { width: 8%; text-align: @thread_align_views; } .threads .latest { width: 20%; text-align: @thread_align_last_post; }
That should do you. =]
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:55:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 15, 2013 7:16:37 GMT -8
Thank you very much pawl.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Feb 15, 2013 7:19:38 GMT -8
No worries. =]
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:55:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 15, 2013 7:34:02 GMT -8
Style sheet edits you've only put one set of figures bold pawl.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Feb 15, 2013 7:36:36 GMT -8
Yeah, realised that after I hit send, only needs the one. Just added 14% (from created by) to the main cell. Feel free to play with those figures. =P
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 24, 2024 11:55:13 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 15, 2013 7:38:26 GMT -8
Cheers thanks Paul - looking ok on my test forum.
|
|