Change the text.

Support for IntegraMOD 141

Moderator: Integra Moderator

Change the text.

PostAuthor: Joshie » Wed Jul 11, 2007 8:43 pm

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".
Last edited by Joshie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 7:49 pm
Cash on hand: 0.00

PostAuthor: Joshie » Thu Jul 12, 2007 8:32 pm

? Is it possible?
Last edited by Joshie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 7:49 pm
Cash on hand: 0.00

Re: Change the text.

PostAuthor: .QUACK.Major.Pain » Fri Jul 13, 2007 2:51 pm

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.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: Change the text.

PostAuthor: Joshie » Fri Jul 13, 2007 9:03 pm

".=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).
Last edited by Joshie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 7:49 pm
Cash on hand: 0.00

PostAuthor: Joshie » Fri Jul 13, 2007 9:04 pm

How can I have more than one picture in "newest pic"?
Last edited by Joshie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 7:49 pm
Cash on hand: 0.00

Re: Change the text.

PostAuthor: .QUACK.Major.Pain » Sat Jul 14, 2007 6:46 am

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.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: Change the text.

PostAuthor: Joshie » Sat Jul 14, 2007 6:26 pm

".=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.:)
Last edited by Joshie on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]KillYourBoredom.com[/url]
[url=http]Pay-Infinity-Links.com[/url]
[url=http]JustAFreeLancer.com[/url]
User avatar
Joshie
Integra Member
Integra Member
 
Posts: 138
Likes: 0 post
Liked in: 0 post
Joined: Wed Apr 25, 2007 7:49 pm
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Majestic-12 [Bot]