PDA

View Full Version : Welcome Message?


shadiguy1
07-18-2004, 06:29 PM
How can i have a welcome message that never changes a set of Infromation i want Right above My News In the center If my screen???? i do use the CMPS. Please Advise on how i would go about this Thanks.


i just need something that Will Say Welcome To Nextel Elite Across The Top Of The Box Then i can enter Text in it that i want Displayed

shadiguy1
07-19-2004, 01:05 PM
noone can help me with this?

Our Sponsors
 

Brian
07-19-2004, 01:29 PM
Check the User's Manual available in the Member's Area here. It explains there how to create a new module. ;)

shadiguy1
07-19-2004, 04:52 PM
brian you are a god at the coding stuff any way i can get you to give me some code all i want is a box that will Come up on My portal it Will Say Welcome To NextelMods And then i want to be able to type a welcome message in there and it will always be the same. And the box wont change like the news but i want it right above my news in the center. please PLEASE PLEASE help me with this one i been trying and just cand get it.

Our Sponsors
 

apokalupsis
07-19-2004, 05:39 PM
This should do it. ;) Hopefully, this will help Brian out a bit on his workload. hehe



Create your template: adv_portal_announce

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] Welcome To NextelMods </strong></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">

<center>{Insert Welcome Message Here!}</center>

</td>
</tr>
</table>
<br />

Add your module:

Module Title: Welcome Announcement
Template to Include: announce
Active: Yes
Column: Center Column
Display Order: 1
Update All Pages?: No (assuming of course, you only want this for you homepage)

Edit Page: Default / Homepage

Select: Welcome Announce

To show you how it looks, you can go here: www.myfamilycorner.net/index.php?page=test

shadiguy1
07-19-2004, 06:07 PM
appoc Thank you very much bro much appreciated. if youd like to see it up and working www.nextelelite.com

apokalupsis
07-19-2004, 08:07 PM
Looks nice. But you may want to remove the "center" tags. I screwed up and put the "center tags" in the content area, instead of the Header area.

Easy fix: Just change this part:


<center>{Your Welcome Message Here that you entered here}</center>

Removing the "center" alignment tags will look better IMO.

Doug Quance
08-30-2004, 04:10 PM
That's a hack I can handle!

Thanks... it's working great!