PDA

View Full Version : forum welcome block on portal page


clearchannel
11-14-2004, 11:27 AM
How do I include the welcome block unregistered members see on the forum page If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. on the main portal page?

I want to do away with the welcome block on the portal page consider there is a log-in box in the upper right of each page.

Thanks

Scutter
11-15-2004, 10:59 AM
In your adminCP, vBa CMPS section, edit pages you can de-activate the welcome block.

To put the welcome message on every page and not just forum home, what I did was move the script from the FORUMHOME template to the header template. I also setup new phrases and made the messages more friendly and usefull to people depending on their user status (guest, unconfirmed, 0 posts, no posts for 2 weeks).

Alternatively you could do 1 of 2 things depending on your needs.

1 - Create a new template with the welcome message in, create a new module with this template and you can select to show or not show this module in your vba pages in the edit pages section.

2 - create a new template with the welcome message in, in edit pages, enter the template name and save. This template will 'replace' the Custom Page Content module for that page.

Our Sponsors
 

Tom M
01-20-2005, 12:58 PM
Did you ever get this working? I'm trying to do this and having difficulty with having the links from the phrases pointing to the right places. I've tried adding $vboptions[bburl] to the front of the links w/o much success.

KW802
01-20-2005, 01:07 PM
I took a different approach and just hard-coded mine into my navbar. :)

TomM: If you post the template you created I'm sure somebody can spot the problem.