Advertise Here

Author Topic: [Guide] Complete Guide to Setting up the Portal  (Read 36876 times)

0 Members and 1 Guest are viewing this topic.

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
[Guide] Complete Guide to Setting up the Portal
« 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.

      You must Add a boardnews block in order for the news to show on your portal.  Read the directions for adding blocks.

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: December 18, 2008, 11:05:00 am by simply sibyl »


And I Play:  Mafia-Mandemz

Offline Kyouri

  • SMF For Free Newbie
  • *
  • Posts: 13
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Complete Guide to Setting up the Portal
« 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?

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Complete Guide to Setting up the Portal
« 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   :-\     
« Last Edit: July 24, 2008, 06:15:01 am by simply sibyl »

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Complete Guide to Setting up the Portal
« 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: [Select]
.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: [Select]
<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 »

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Guide] Complete Guide to Setting up the Portal
« 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>

Offline mama31

  • SMF For Free Newbie
  • *
  • Posts: 17
    • View Profile
    • slimming centre

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Complete Guide to Setting up the Portal
« 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

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: [Guide] Complete Guide to Setting up the Portal
« 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.


And I Play:  Mafia-Mandemz

Offline mama31

  • SMF For Free Newbie
  • *
  • Posts: 17
    • View Profile
    • slimming centre

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Complete Guide to Setting up the Portal
« Reply #7 on: January 14, 2008, 07:41:23 pm »
i already do  :D 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 »

Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: [Guide] Complete Guide to Setting up the Portal
« 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.


And I Play:  Mafia-Mandemz

Offline mama31

  • SMF For Free Newbie
  • *
  • Posts: 17
    • View Profile
    • slimming centre

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Complete Guide to Setting up the Portal
« Reply #9 on: January 14, 2008, 08:19:29 pm »
thank you

Offline -~-GamerZ World-~-

  • SMF For Free Newbie
  • *
  • Posts: 10
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Complete Guide to Setting up the Portal
« 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
-~- Gamerz World -~-
http://www.gwo.smfforfree2.com


Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: [Guide] Complete Guide to Setting up the Portal
« 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.


And I Play:  Mafia-Mandemz

Offline -~-GamerZ World-~-

  • SMF For Free Newbie
  • *
  • Posts: 10
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Complete Guide to Setting up the Portal
« 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
-~- Gamerz World -~-
http://www.gwo.smfforfree2.com


Offline LaundryLady

  • Helpers
  • *
  • Posts: 3253
  • Internet Challenged
    • View Profile

  • Total Badges: 26
    Badges: (View All)
    Seventh year Anniversary Sixth year Anniversary Search Poll Voter Level 5
Re: [Guide] Complete Guide to Setting up the Portal
« 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: [Select]
<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


And I Play:  Mafia-Mandemz

Offline taogem

  • SMF For Free Hero
  • *
  • Posts: 853
    • View Profile
    • My Snuff Bottle Journal

  • Total Badges: 29
    Badges: (View All)
    Tenth year Anniversary Nineth year Anniversary Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: [Guide] Complete Guide to Setting up the Portal
« 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?


 

Related Topics

  Subject / Started by Replies Last post
3 Replies
3627 Views
Last post April 01, 2008, 04:04:26 pm
by Vice
6 Replies
3707 Views
Last post March 31, 2009, 04:00:27 am
by мσנσвσנσ82
13 Replies
8135 Views
Last post July 07, 2008, 10:42:56 am
by simply sibyl
1 Replies
791 Views
Last post August 07, 2008, 12:48:36 pm
by simply sibyl
7 Replies
11164 Views
Last post October 01, 2010, 01:25:31 am
by simply sibyl