[SOLVED] Modifying an existing block

Support for IntegraMOD 140

Moderator: Integra Moderator

[SOLVED] Modifying an existing block

PostAuthor: Bush » Sat Apr 15, 2006 5:28 pm

Is there a way I can take the Minical block and strip the calender out of it and just have the Upincoming Events to form a new block.

I want to keep the existing Minical block on the forum index on the bottom by the online block.
Last edited by Bush on Sun Apr 16, 2006 2:23 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

Re: Modifying an existing block

PostAuthor: found it » Sun Apr 16, 2006 4:35 am

If you are asking can you do it...then feel free

If you are asking how to do it I have no idea....but maybe someone else can....

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: Bush » Sun Apr 16, 2006 10:41 am

I'm asking how to do it..

Where is the minical (thats at the bottom of the FORUM index) code kept at?
Last edited by Bush on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

Re: Modifying an existing block

PostAuthor: GanBei » Sun Apr 16, 2006 10:50 am

OPEN:

index_body.tpl

FIND:

{MINI_CAL_OUTPUT}

Hope this helps..
Last edited by GanBei on Mon Apr 17, 2006 10:20 am, edited 1 time in total.
[url=http][img=left]http://integramod-tw.net/images/links/integramod-tw.gif[/img] "UN-OFFICIAL" Traditional Chinese Support for IntegraMOD Project![/url]

GanBei
Members
Members
 
Posts: 38
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 14, 2006 6:48 am
Cash on hand: 0.00

PostAuthor: Bush » Sun Apr 16, 2006 11:38 am

GanBei,

Thats exactly what i'm looking for, two bad the upcoming events on the mini cal are stored within
{MINI_CAL_OUTPUT} as well as the actual calander.

So I looks like me making a block of the Mini cals upcoming events is gonna be next to impossible <img>
Last edited by Bush on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

Re: Modifying an existing block

PostAuthor: GanBei » Sun Apr 16, 2006 1:38 pm

Code: Select all
[ OPEN ]]:  (your codes may be slightly differently than those of mine)     <tr>     <td>         <table>             <tr>                 <td>{U_PREV_MONTH}</td>                 <td><span>                 <BEGIN>                 <a>                 <END>                 {L_MINI_CAL_MONTH}                 <BEGIN>                 </a>                 <END>                 </span></td>                 <td>{U_NEXT_MONTH}</td>             </tr>             <tr>                 <td><span>{L_MINI_CAL_SUN}</span></td>                 <td><span>{L_MINI_CAL_MON}</span></td>                 <td><span>{L_MINI_CAL_TUE}</span></td>                 <td><span>{L_MINI_CAL_WED}</span></td>                 <td><span>{L_MINI_CAL_THU}</span></td>                 <td><span>{L_MINI_CAL_FRI}</span></td>                 <td><span>{L_MINI_CAL_SAT}</span></td>             </tr>             <BEGIN>             <tr>                 <BEGIN>                 <td><span>{mini_cal_row.mini_cal_days.MINI_CAL_DAY}</span></td>                 <END>             </tr>             <END>         </table>     </td>   </tr>
Last edited by GanBei on Mon Apr 17, 2006 10:21 am, edited 1 time in total.
[url=http][img=left]http://integramod-tw.net/images/links/integramod-tw.gif[/img] "UN-OFFICIAL" Traditional Chinese Support for IntegraMOD Project![/url]

GanBei
Members
Members
 
Posts: 38
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 14, 2006 6:48 am
Cash on hand: 0.00

PostAuthor: Bush » Sun Apr 16, 2006 1:48 pm

Im actually trying to make a block using the mini_cals code that just displays upcoming events.

I made events_block.tpl file that contains the following:
Code: Select all
 <table>   <BEGIN>   <tr><td><span>{L_WHOSBIRTHDAY_TODAY}</span></td></tr>   <tr><td><span>{L_WHOSBIRTHDAY_WEEK}</span></td></tr>   <END>   <BEGIN>   <tr><td><span><center>{L_MINI_CAL_EVENTS}</center></span></td></tr>   <END>   <BEGIN>   <tr><td><span>{mini_cal_events.MINI_CAL_EVENT_DATE} - <a>{mini_cal_events.S_MINI_CAL_EVENT}</a></span></td></tr>   <END>   <BEGIN>   <tr><td><span><center>{L_MINI_CAL_NO_EVENTS}</center></span></td></tr>   <END>  </table>  

I uploaded this into templates/PowerMetal/blocks directory, but when I goto add a new block under ACP> IM Portal, it does not show up in the list to select from. ?
Last edited by Bush on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

Re: Modifying an existing block

PostAuthor: GanBei » Sun Apr 16, 2006 2:12 pm

New block files sent to you <img>
Last edited by GanBei on Mon Apr 17, 2006 10:21 am, edited 1 time in total.
[url=http][img=left]http://integramod-tw.net/images/links/integramod-tw.gif[/img] "UN-OFFICIAL" Traditional Chinese Support for IntegraMOD Project![/url]

GanBei
Members
Members
 
Posts: 38
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 14, 2006 6:48 am
Cash on hand: 0.00

PostAuthor: Bush » Sun Apr 16, 2006 2:23 pm

Thanks GanBei for solving this via E-Mail.
Last edited by Bush on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

Re: [SOLVED] Modifying an existing block

PostAuthor: GanBei » Sun Apr 16, 2006 2:27 pm

Glad to see it working on your site.. Great looking site, well DONE!!
Last edited by GanBei on Mon Apr 17, 2006 10:21 am, edited 1 time in total.
[url=http][img=left]http://integramod-tw.net/images/links/integramod-tw.gif[/img] "UN-OFFICIAL" Traditional Chinese Support for IntegraMOD Project![/url]

GanBei
Members
Members
 
Posts: 38
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 14, 2006 6:48 am
Cash on hand: 0.00

Re: [SOLVED] Modifying an existing block

PostAuthor: found it » Sun Apr 16, 2006 2:33 pm

"GanBei";p="1895" wrote:Glad to see it working on your site.. Great looking site, well DONE!!


Good to see you back and also off topic......

A few months ago you made a great many blocks and and on your site you were going to release them.....are you still going too....?
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

Re: [SOLVED] Modifying an existing block

PostAuthor: GanBei » Sun Apr 16, 2006 2:39 pm

Hello found it, good seeing you online <img>

I have made many blocks related to and non-related to the core IntegraMOD Project.. Are there specific blocks you would like released?
Last edited by GanBei on Mon Apr 17, 2006 10:21 am, edited 1 time in total.
[url=http][img=left]http://integramod-tw.net/images/links/integramod-tw.gif[/img] "UN-OFFICIAL" Traditional Chinese Support for IntegraMOD Project![/url]

GanBei
Members
Members
 
Posts: 38
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 14, 2006 6:48 am
Cash on hand: 0.00

Re: [SOLVED] Modifying an existing block

PostAuthor: found it » Sun Apr 16, 2006 2:42 pm

hmmm see now I have to think....

I do know you did many for the activity mod that where great....I will have to visit your site agian and have a look round if that is ok...

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: Bush » Sun Apr 16, 2006 2:42 pm

I want access to all of your blocks that are core to integramod. <img>
Last edited by Bush on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

Re: [SOLVED] Modifying an existing block

PostAuthor: GanBei » Sun Apr 16, 2006 2:45 pm

FI, sure, feel free to browse.. However, I do not have much of the blocks live nor did I list post them in the forums.. You may want to ask Adrian cuz he may know more of what we have at our site..

BTW, you are always welcome to visit found it!!
Last edited by GanBei on Mon Apr 17, 2006 10:22 am, edited 1 time in total.
[url=http][img=left]http://integramod-tw.net/images/links/integramod-tw.gif[/img] "UN-OFFICIAL" Traditional Chinese Support for IntegraMOD Project![/url]

GanBei
Members
Members
 
Posts: 38
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 14, 2006 6:48 am
Cash on hand: 0.00

PostAuthor: Jason Sanborn » Sun Apr 16, 2006 2:50 pm

I'd love to see your site as well. What's your web address? (You might be displaying web info only to friends) <img>
Last edited by Jason Sanborn on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://images.cbreview.net/banners/cloney2.gif[/img]
Comic Book Review: Comics, Role Playing and More[/url]
User avatar
Jason Sanborn
Sr Integra Member
Sr Integra Member
 
Posts: 436
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 10:40 am
Cash on hand: 0.00
Location: Marina, CA

PostAuthor: Bush » Sun Apr 16, 2006 2:53 pm

Last edited by Bush on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

Re: [SOLVED] Modifying an existing block

PostAuthor: GanBei » Sun Apr 16, 2006 2:55 pm

If you are talking to me let me know and I'll pm you with my site address..
Last edited by GanBei on Mon Apr 17, 2006 10:20 am, edited 1 time in total.
[url=http][img=left]http://integramod-tw.net/images/links/integramod-tw.gif[/img] "UN-OFFICIAL" Traditional Chinese Support for IntegraMOD Project![/url]

GanBei
Members
Members
 
Posts: 38
Likes: 0 post
Liked in: 0 post
Joined: Fri Apr 14, 2006 6:48 am
Cash on hand: 0.00

PostAuthor: tekguru » Sun Apr 16, 2006 4:50 pm

Bush - love how you have done the donation system linked from top right of the portal - any chance of sharing it with us all?
Last edited by tekguru on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]http][/size]
[url=http][img=left]http://www.4winmobile.com/news/MVP_Horizontal_FullColor.png[/img][/url]
User avatar
tekguru
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 11:29 pm
Cash on hand: 0.00

PostAuthor: Bush » Sun Apr 16, 2006 5:11 pm

Tekguru, I just made a Portal Page and coded the html into that.. That is what the link goes to is http://www.mofclan.net/portal/portal.php?page=14

<img>
Last edited by Bush on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

PostAuthor: tekguru » Sun Apr 16, 2006 5:18 pm

Right - how did you get the HTML in there, design your own custom block or just put the HTML into a bare block?
Last edited by tekguru on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]http][/size]
[url=http][img=left]http://www.4winmobile.com/news/MVP_Horizontal_FullColor.png[/img][/url]
User avatar
tekguru
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 11:29 pm
Cash on hand: 0.00

PostAuthor: Bush » Sun Apr 16, 2006 7:01 pm

Just put the HTML into a bar block <img>
Last edited by Bush on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
no signature.

Bush
Integra Member
Integra Member
 
Posts: 191
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 8:55 am
Cash on hand: 0.00

PostAuthor: tekguru » Mon Apr 17, 2006 1:00 am

Cheers.
Last edited by tekguru on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]http][/size]
[url=http][img=left]http://www.4winmobile.com/news/MVP_Horizontal_FullColor.png[/img][/url]
User avatar
tekguru
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 11:29 pm
Cash on hand: 0.00


Return to IntegraMOD 140

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Paulmagall