SMF For Free Support Forum
Signup For Free Forum
December 04, 2008, 11:47:30 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1] 2 3 4
  Print  
Author Topic: [Guide] Complete Guide to Setting up the Portal  (Read 7329 times)
0 Members and 1 Guest are viewing this topic.
LaundryLady
Global Moderator
*
Offline Offline

Posts: 3083


Multi-Tasking Maven


View Profile
« on: November 12, 2007, 08:15:48 pm »

The Portal Page is in three sections:


The Top Section:




ENABLE PORTAL

1.  To turn your Portal Page On: Admin CP-Configuration-Portal Settings, put a checkmark in Enable Portal.


2.  Board to display the news: Choose a Board in the dropdown list or make a new one just for this purpose.
        NOTE: The board must be one that is available to Guests.

   
3.  Number of news items to display:  Set this to the number of items you would like it to display in this section.
        NOTE: It will display only the first post in each Topic in the Board you chose above.

4.  The Portal can have 1, 2 or 3 columns to it. First give some thought to what you would like to put on your Portal and where you would like it.

     The columns are currently set up to the following widths. You can change them at any time to your liking.
         NOTE: (of course make sure they total 100)

  • Left Block Width 20%:
  • Center Block Width 60%:
  • Right Block Width 20%:

Click SAVE to save the changes to this section.

The Center Section:



Portal Blocks   
This section shows the blocks you have already set up. It is organized in sections:   Left, Center,  Right

  • Block Order:   Change the order of the blocks in each column. 0(zero) will always be at the top
  • Block Title:    The title for the block. Type in what you would like it to say here.
  • Block Type:   The dropdown shows what type of block this is.(for example html,whosonline)
  • Alignment:     Use the dropdown to place the block left, center or right.
  • Block status:  Use the dropdown to enable or disable the block
  • Options:        Use this if you decide to delete a Block

Remember to click Edit Blocks when finished

The Bottom Section:



Add Block
This is where you add blocks to your Portal.   
There are 9 preset blocks:

  • html:                  Any HTML, such as chat boxes, affiliate codes, etc. Use your imagination.
  • userblock:           Log-In Section. Links for PM's, unread posts, time logged in, etc; after you are logged in.
  • boardnews:         This will pick up the posts from that board you made in the top section
  • recentposts:        The 10 most recent posts(view changes depending on if member is logged in or out)
  • recenttopics:       The 10 most recent topics(view changes depending if member is on logged in or out)
  • whosonline:         The same as the "who's online" in the forum section.
  • searchbox:           The fast way to search without going all the way into the forum.
  • randomimage:      You must have images in your gallery for this to work.
  • randomgame:       You must have games in your arcade for this to work.

Remember to click Add Block when finished

Screenshot example:


Some html guides to help you with the html blocks:

Html Hell:  Very basic HTML for the novice.
Cedge's HTML Cheat Sheet
« Last Edit: November 12, 2007, 08:17:23 pm by LaundryLady » Logged
Kyouri
SMF For Free Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #1 on: November 12, 2007, 10:29:49 pm »

I set my portal up as soon as I started my forum, but it doesn't look as good as your screen shot. I re-set the column widths to 25 - 50 - 25 and the right column appears to be 15, while the center column remains at 60. I then set the columns to 30 - 40 - 30, and the same thing.. it won't adjust.

Also, I removed my 'recent topics' because it was listing them out on the portal page as individual blocks instead of like in your screen shot, as one block with a divider line between the topics. It doesn't matter what stylesheet I'm using, as it did it with all of them. Currently I am using Heaven and Hell.. modified. Any ideas on how to get the column widths to set up properly?
Logged
simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9420


Please do not PM for Support


View Profile WWW
« Reply #2 on: November 12, 2007, 10:41:12 pm »

I set my portal up as soon as I started my forum, but it doesn't look as good as your screen shot. I re-set the column widths to 25 - 50 - 25 and the right column appears to be 15, while the center column remains at 60. I then set the columns to 30 - 40 - 30, and the same thing.. it won't adjust.

Also, I removed my 'recent topics' because it was listing them out on the portal page as individual blocks instead of like in your screen shot, as one block with a divider line between the topics. It doesn't matter what stylesheet I'm using, as it did it with all of them. Currently I am using Heaven and Hell.. modified. Any ideas on how to get the column widths to set up properly?

I found when setting mine up that I had to play some tricks with it in order to get the columns to stay at the size I wanted them to.    I have an html block on the left and one on the right.   Because of what is in those blocks the center block, which as board news in it,  no matter how I type it will not change size and thereby mess up the other blocks.    It was the only way I could find to force them to stay the same size   Undecided     
« Last Edit: July 24, 2008, 06:15:01 am by simply sibyl » Logged

simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9420


Please do not PM for Support


View Profile WWW
« Reply #3 on: November 13, 2007, 02:31:45 am »

Portal Tip - Change background color of html boxes

You will need to edit your css to do this.
(Admin > Manage Styles > Modify Style > choose your stylesheet in the dropdown box > go to the bottom where the css is)

At the top of the css put this:

Code:
.somename
{
   background-color:  #F3E4C3;
}

change #F3E4C3 to the color you want the background of the html box to be
change somename to whatever you want to call it

Save the css, refresh browser.

Then go to your Portal Settings.
Edit one of your html boxes and do this:

Code:
<div class="somename">
your html goes here
</div>

replace somename with the name you used in the css

thats it!

If you want different colors for different boxes just make more classes in the css. 
« Last Edit: November 13, 2007, 02:34:24 am by simply sibyl » Logged

simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9420


Please do not PM for Support


View Profile WWW
« Reply #4 on: November 14, 2007, 05:46:22 pm »

I set my portal up as soon as I started my forum, but it doesn't look as good as your screen shot. I re-set the column widths to 25 - 50 - 25 and the right column appears to be 15, while the center column remains at 60. I then set the columns to 30 - 40 - 30, and the same thing.. it won't adjust.

Kyouri re: making the blocks stay the size you want them.
In the html blocks you can put your info inside a table. 
Give the table a width.   The block will stay at that width.
I set the cellspacing to 10... keeps it from crowding the edges.

for example:

<table align=center width="210px" cellspacing="10">
<td align=left valign="middle">


Your html goes here

</td>
</table>
Logged

mama31
SMF For Free Newbie
*
Offline Offline

Posts: 18


View Profile WWW
« Reply #5 on: January 14, 2008, 05:33:30 pm »

i need help i just dont under stand iv tried doing my portal but i still varnt get it the way i want it i want mine i want small boxes each sie and 2 medium ones in the middle  crazy2
http://slimmingcentre.smfforfree4.com/index.php
Logged
LaundryLady
Global Moderator
*
Offline Offline

Posts: 3083


Multi-Tasking Maven


View Profile
« Reply #6 on: January 14, 2008, 05:59:36 pm »

You need to have something in left, right and center to have them balance out.  If you have something that is oversized it is going to push stuff around.  Put something in each column and see what happens.
Logged
mama31
SMF For Free Newbie
*
Offline Offline

Posts: 18


View Profile WWW
« Reply #7 on: January 14, 2008, 07:41:23 pm »

i already do  Cheesy i wanted to have the pic of the lady were it is but centred  also were i have welcome i really wanted the welcome thats on my forum that guests can see but i didnt know how to add it could you possible help there to?
« Last Edit: January 14, 2008, 07:46:59 pm by mama31 » Logged
LaundryLady
Global Moderator
*
Offline Offline

Posts: 3083


Multi-Tasking Maven


View Profile
« Reply #8 on: January 14, 2008, 08:06:52 pm »

Are you using the picture in an HTML block?  If so, put <center> in front of the picture and put </center> after it.  That should take care of that part of it.

http://gazoo.net/htmhell/main.html  This is a really good site I used to learn the basic HTML, in fact I still use it to refer to.  It can teach you how to use the different tags to make things the way you want them.

http://cedesign.net/help2j.htm  This one is also good for finding that elusive code to make things do what you want.
Logged
mama31
SMF For Free Newbie
*
Offline Offline

Posts: 18


View Profile WWW
« Reply #9 on: January 14, 2008, 08:19:29 pm »

thank you
Logged
-~-GamerZ World-~-
SMF For Free Newbie
*
Offline Offline

Posts: 10



View Profile
« Reply #10 on: April 12, 2008, 09:58:44 pm »

umm this is kinda on/off tyopic but thanks and how did u get ur layout not style sheet to look like a real webstie
Logged

-~- Gamerz World -~-
http://www.gwo.smfforfree2.com

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3083


Multi-Tasking Maven


View Profile
« Reply #11 on: April 13, 2008, 11:30:24 am »

Gamerz, who are you asking and what is the url that you are referring to?  We don't know who needs to answer.
Logged
-~-GamerZ World-~-
SMF For Free Newbie
*
Offline Offline

Posts: 10



View Profile
« Reply #12 on: April 13, 2008, 11:56:12 pm »

Gamerz, who are you asking and what is the url that you are referring to?  We don't know who needs to answer.

that would be u
Logged

-~- Gamerz World -~-
http://www.gwo.smfforfree2.com

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3083


Multi-Tasking Maven


View Profile
« Reply #13 on: April 14, 2008, 09:34:19 am »

Ok, If you are talking about the LaundryRoom, I just played around and tweaked it.  If you are talking about the Stylesheet Builder, same thing. 

The hide navigation links are from a code that Omikron posted here

Code:
<script>
// Created by Omikron 9861
$(".maintab_back").parent().hide();
</script>

You put that in your portal block and in the same portal block you put your urls to the individual areas.

The thread is here:  http://www.smfsupport.com/support/smf_for_free_codes/req_hide_top_buttons-t11142.0.html
Logged
taogem
SMF For Free Full Member
*
Offline Offline

Posts: 170



View Profile WWW
« Reply #14 on: April 20, 2008, 12:55:06 pm »

Forum Url: http://gemstone.smfforfree4.com/.smfforfree4.com
When I add the portal, the link that use to go to the forum is now the link for the portal.

The forum becomes a new link with a "action=forum" added to the end of the forum link.

Just curious how this changes the way the search engines looked at what use to be the forum link.

The forum has all the activity, and likely would be indexed considerably more.

Do I need to resubmit the new forum url to search engines?

Just curious how this all effects the way the search engines have become use to things.

Make any sense?

Logged



Pages: [1] 2 3 4
  Print  
 
Jump to:  

cheap low cost web hosting reviews

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.466 seconds with 17 queries.