Page 1 of 1

Change the text.

PostPosted: Wed Jul 11, 2007 8:43 pm
Author: Joshie
For the stats, on homepage. The block for stat, where it tell you how many posts, and how many articles. I want to change "article" to "topics" instead, and also for the album block 2, is there possible to change the "album" to "random albums". I tried to change the album block 2 inside ACP and I changed the title to random album, and it won't show up. It'd still show up as "album".

PostPosted: Thu Jul 12, 2007 8:32 pm
Author: Joshie
? Is it possible?

Re: Change the text.

PostPosted: Fri Jul 13, 2007 2:51 pm
Author: .QUACK.Major.Pain
Hey Joshie,

Goto ACP>IM Portal>Blocks Management
Open the block that you changed the title in.
Click on 'NO' in 'Localize Titlebar' <------- IMPORTANT PART
Then 'Submit'
Then in IM Portal, click on 'Delete Cache Files'

Now go back to your page and the change should take effect.

Re: Change the text.

PostPosted: Fri Jul 13, 2007 9:03 pm
Author: Joshie
".=QUACK=.Major.Pain";p="27243" wrote:Hey Joshie,

Goto ACP>IM Portal>Blocks Management
Open the block that you changed the title in.
Click on 'NO' in 'Localize Titlebar' <------- IMPORTANT PART
Then 'Submit'
Then in IM Portal, click on 'Delete Cache Files'

Now go back to your page and the change should take effect.
Thanks for the album block text change!

- Album text change (solved).
- Change article text to post (pending).

PostPosted: Fri Jul 13, 2007 9:04 pm
Author: Joshie
How can I have more than one picture in "newest pic"?

Re: Change the text.

PostPosted: Sat Jul 14, 2007 6:46 am
Author: .QUACK.Major.Pain
Your supposed to be a programer. LOL

I'm a total retard at this, but I'll give you my best suggestion.

Open: root/templates/your template/blocks/newest_pic_block.tpl (do all your templates)

This is the file - how to post a diferent 2nd pic, I am not sure.

<table>
<tr>
<BEGIN>
<td><span><center><br><br><a><img></a><br><br><b>{PIC_TITLE}</b> by <b>{PIC_POSTER}</b><br>on {PIC_TIME}<br> </center></span></td>
<END>
<BEGIN>
<td><span><center><br><br>{L_NO_PICS}<br><br></center></span></td>
<END>
</tr>
</table>


I would think you would need another line of:

<BEGIN>
<td><span><center><br><br><a><img></a><br><br><b>{PIC_TITLE}</b> by <b>{PIC_POSTER}</b><br>on {PIC_TIME}<br> </center></span></td>
<END>

You would prbably need <table> setup for proper alignment of pics.

Re: Change the text.

PostPosted: Sat Jul 14, 2007 6:26 pm
Author: Joshie
".=QUACK=.Major.Pain";p="27262" wrote:Your supposed to be a programer. LOL

I'm a total retard at this, but I'll give you my best suggestion.

Open: root/templates/your template/blocks/newest_pic_block.tpl (do all your templates)

This is the file - how to post a diferent 2nd pic, I am not sure.

<table>
<tr>
<BEGIN>
<td><span><center><br><br><a><img></a><br><br><b>{PIC_TITLE}</b> by <b>{PIC_POSTER}</b><br>on {PIC_TIME}<br> </center></span></td>
<END>
<BEGIN>
<td><span><center><br><br>{L_NO_PICS}<br><br></center></span></td>
<END>
</tr>
</table>


I would think you would need another line of:

<BEGIN>
<td><span><center><br><br><a><img></a><br><br><b>{PIC_TITLE}</b> by <b>{PIC_POSTER}</b><br>on {PIC_TIME}<br> </center></span></td>
<END>

You would prbably need <table> setup for proper alignment of pics.
Ha, yeah I am not expert programmer.:)