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.

Display only images in inbox

+4
ryo aokawa
Chris Hickingbottom
Sanket
URFTV
8 posters

Page 1 of 2 1, 2  Next

Go down

Solved Display only images in inbox

Post by URFTV September 29th 2010, 9:29 am

For the inbox, sentbox, outbox and savebox and i want only images, or is there a way to change them to say'

Inbox
Sent
Drafts
Saved
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV September 30th 2010, 3:37 am

bump
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by Sanket September 30th 2010, 5:57 am


May I remind you that double/triple posting isn't tolerated unless separated by 24 hours (Use the edit button) Wink
Sanket
Sanket
ForumGuru

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

Back to top Go down

Solved Re: Display only images in inbox

Post by Chris Hickingbottom September 30th 2010, 6:35 am

What do you mean???

You only want them to have images or just the words??
avatar
Chris Hickingbottom
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Solved Re: Display only images in inbox

Post by ryo aokawa September 30th 2010, 8:46 am

he said not to double post ... it is in the rules
ryo aokawa
ryo aokawa
Forumember

Male Posts : 284
Reputation : 0
Language : english

http://naruto1rpg.all-up.com/index.htm

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV September 30th 2010, 9:02 am

Whaaa, anyone answer me question? lolz
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by Chris Hickingbottom September 30th 2010, 12:45 pm

I meant the poster's question -__-
avatar
Chris Hickingbottom
Forumember

Posts : 25
Reputation : 0
Language : English

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV October 2nd 2010, 3:24 am

Only images, or if theat's not possible I want to change the words. Or if that's not possible... well... ehh.
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV October 5th 2010, 10:53 am

BUMP
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by GorgeouslilShorty October 21st 2010, 11:02 pm

I was wondering the same thing! How do you just have images and take out the words!

Display only images in inbox Inbox
GorgeouslilShorty
GorgeouslilShorty
New Member

Posts : 3
Reputation : 0
Language : English

Back to top Go down

Solved Re: Display only images in inbox

Post by blindbat1457 October 21st 2010, 11:23 pm

You can accomplish this via template editing... which template editing only works for phpbb2 and punbb

ACP => Display => Templates => Post & Private Message => privmsgs_body

Find:
Code:
<table border="0" cellspacing="2" cellpadding="0" height="40">
<tr valign="middle">
<td>{INBOX_IMG}</td>
<td><span class="gen"><b>{INBOX}</b>  </span></td>
<td>{SENTBOX_IMG}</td>
<td><span class="gen"><b>{SENTBOX}</b>  </span></td>
<td>{OUTBOX_IMG}</td>
<td><span class="gen"><b>{OUTBOX}</b>  </span></td>
<td>{SAVEBOX_IMG}</td>
<td><span class="gen"><b>{SAVEBOX}</b></span></td>
</tr>
</table>

Replace:
Code:
<table border="0" cellspacing="2" cellpadding="0" height="40">
<tr valign="middle">
<td>{INBOX_IMG}</td>
<td>{SENTBOX_IMG}</td>
<td>{OUTBOX_IMG}</td>
<td>{SAVEBOX_IMG}</td>
</tr>
</table>
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Display only images in inbox

Post by GorgeouslilShorty October 22nd 2010, 12:29 am

oh ok, but I don't have either one so I can't do it!

Thanks for the info, I appreciate it! Smile
GorgeouslilShorty
GorgeouslilShorty
New Member

Posts : 3
Reputation : 0
Language : English

Back to top Go down

Solved Re: Display only images in inbox

Post by blindbat1457 October 22nd 2010, 7:30 am

GorgeouslilShorty wrote:oh ok, but I don't have either one so I can't do it!

Thanks for the info, I appreciate it! Smile

You're welcome.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV October 24th 2010, 6:33 am

blindbat1457 wrote:You can accomplish this via template editing... which template editing only works for phpbb2 and punbb

ACP => Display => Templates => Post & Private Message => privmsgs_body

Find:
Code:
<table border="0" cellspacing="2" cellpadding="0" height="40">
<tr valign="middle">
<td>{INBOX_IMG}</td>
<td><span class="gen"><b>{INBOX}</b>  </span></td>
<td>{SENTBOX_IMG}</td>
<td><span class="gen"><b>{SENTBOX}</b>  </span></td>
<td>{OUTBOX_IMG}</td>
<td><span class="gen"><b>{OUTBOX}</b>  </span></td>
<td>{SAVEBOX_IMG}</td>
<td><span class="gen"><b>{SAVEBOX}</b></span></td>
</tr>
</table>

Replace:
Code:
<table border="0" cellspacing="2" cellpadding="0" height="40">
<tr valign="middle">
<td>{INBOX_IMG}</td>
<td>{SENTBOX_IMG}</td>
<td>{OUTBOX_IMG}</td>
<td>{SAVEBOX_IMG}</td>
</tr>
</table>
I can't edit templates on the forum im working on. can i do it with css
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by blindbat1457 October 24th 2010, 10:51 am

Not that I know of.
blindbat1457
blindbat1457
Forumember

Male Posts : 667
Reputation : 6
Language : English
Location : Santa Clarita, CA

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV October 25th 2010, 1:10 am

Sad
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by Darren1 October 25th 2010, 2:29 am

Hi,

Indeed you can do this WITHOUT template editing Very Happy
Admin panel >> Display > Pics management / Advanced > Buttons > Inbox, outbox, sent box, savebox Smile
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV October 26th 2010, 10:51 am

URFTV wrote:For the inbox, sentbox, outbox and savebox and i want only images
Only images, that displays text next to the words
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV December 10th 2010, 2:11 pm

BUMP!!
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by Guest December 10th 2010, 2:19 pm

Let's try this:
Code:

img#i_msg_inbox:after {display:none;}

See if it deletes the text (:
avatar
Guest
Guest


Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV December 10th 2010, 2:44 pm

it didn't work ...
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by Guest December 10th 2010, 3:13 pm

This is for PHPBB2:
Code:

.three-col td table td .gen { display:none;}
avatar
Guest
Guest


Back to top Go down

Solved Re: Display only images in inbox

Post by shadowz au December 11th 2010, 3:16 am

blindbat1457 wrote:You can accomplish this via template editing... which template editing only works for phpbb2 and punbb

ACP => Display => Templates => Post & Private Message => privmsgs_body

Find:
Code:
<table border="0" cellspacing="2" cellpadding="0" height="40">
<tr valign="middle">
<td>{INBOX_IMG}</td>
<td><span class="gen"><b>{INBOX}</b>  </span></td>
<td>{SENTBOX_IMG}</td>
<td><span class="gen"><b>{SENTBOX}</b>  </span></td>
<td>{OUTBOX_IMG}</td>
<td><span class="gen"><b>{OUTBOX}</b>  </span></td>
<td>{SAVEBOX_IMG}</td>
<td><span class="gen"><b>{SAVEBOX}</b></span></td>
</tr>
</table>

Replace:
Code:
<table border="0" cellspacing="2" cellpadding="0" height="40">
<tr valign="middle">
<td>{INBOX_IMG}</td>
<td>{SENTBOX_IMG}</td>
<td>{OUTBOX_IMG}</td>
<td>{SAVEBOX_IMG}</td>
</tr>
</table>


That worked for me
avatar
shadowz au
Forumember

Male Posts : 280
Reputation : 30
Language : Australia
Location : Sydney

http://tommyzserver.forummotion.com

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV December 11th 2010, 3:53 am

can't
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by Guest December 11th 2010, 2:57 pm

What cant? i tested it before i posted it here.
avatar
Guest
Guest


Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV December 12th 2010, 6:57 am

Display only images in inbox Captur23
Still looks like this! Sad
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by Guest December 12th 2010, 3:27 pm

Try this:
Code:

.three-col td table td a.gen { display:none;}
avatar
Guest
Guest


Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV December 13th 2010, 2:48 am

words are still showing Crying or Very sad
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by URFTV December 25th 2010, 1:18 pm

blindbat1457 wrote:You can accomplish this via template editing... which template editing only works for phpbb2 and punbb

ACP => Display => Templates => Post & Private Message => privmsgs_body

Find:
Code:
<table border="0" cellspacing="2" cellpadding="0" height="40">
<tr valign="middle">
<td>{INBOX_IMG}</td>
<td><span class="gen"><b>{INBOX}</b>  </span></td>
<td>{SENTBOX_IMG}</td>
<td><span class="gen"><b>{SENTBOX}</b>  </span></td>
<td>{OUTBOX_IMG}</td>
<td><span class="gen"><b>{OUTBOX}</b>  </span></td>
<td>{SAVEBOX_IMG}</td>
<td><span class="gen"><b>{SAVEBOX}</b></span></td>
</tr>
</table>

Replace:
Code:
<table border="0" cellspacing="2" cellpadding="0" height="40">
<tr valign="middle">
<td>{INBOX_IMG}</td>
<td>{SENTBOX_IMG}</td>
<td>{OUTBOX_IMG}</td>
<td>{SAVEBOX_IMG}</td>
</tr>
</table>
This works now that I can edit templates Very Happy but how can I get rid of this huge space:
Display only images in inbox Captur44
the green
Display only images in inbox Captur45
URFTV
URFTV
Forumember

Male Posts : 237
Reputation : 0
Language : English
Location : Australia

Back to top Go down

Solved Re: Display only images in inbox

Post by Guest December 25th 2010, 5:14 pm

In the table try change this cellspacing="2" to this cellspacing="0"
avatar
Guest
Guest


Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

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