I am looking for help on multiple things so I made a topic called
Quote"Anything : Topic ;D
1. I want to make it so my users can have a homepage on my forum. IF YOU USE MSN...Kind of like MY MSN. But its different. maybe someone will come out with a mod or something.
2. I want to have a team page. When will that be available or is there a way I can do it :up:
Thanks in ADVANCE
:o Brian Wilson's Activities Forum :o (http://www.brianjwilson.com/forum)
Try these:
Custom Page Block (http://www.tinyportal.net/smf/index.php?topic=7159.0)
and
TP Team Page Block (http://www.tinyportal.net/smf/index.php?topic=9207.0)
I am not much of an expert. I think I need more help with the Custom Page Block ;D
brianjw, may i suggest a coupple of things, and also i want to try and explain a few things at the same time.
We dont mind give as muchsupport as we can here on TinyPortal.
Our main support goes directly to TinyPortal, second Themes and third for SMF related things WITH TP installed.
For our members here we give them all the free time we can spare in order to see to that you have working portals on your SMF based sites and with the theme you want to use. With this i want to say that WE cant build the sites for you. If you want a site, first you have to learn the basics, if you dont know the basics, read all the thousands of threads and documentation you can find about SMF in the first place, is it' the very BASE of what you are going to build the site on
Then read all about the mods you want to install, this includs TP to as TP is a MOD to SMF.
Now when i have explaind this, i move on to this kind of thread you started. We give support in most ways we can, but you really have to start reading the forums, the doucumentations. I have seen your posts before in here, and you have had us from the Team more or less building your site up for you. This is way over what we actually do, you need to learn how to your self or this thread will be all to big when you ask about every little thing possible.
You got the links on the things you seek, now it is up to you to READ the threads there to. All the answers are in those threads. Im no PHP guru, and nor an expert in coding, but i have tried both of the things on a testsite by follow the posts made in both threads, and it works when you do what it say.
So PLEASE, build you site by your self, and learn as you go forward, we cant build it for you, only give you the hints in the process.
A good way to start is to installl a test site, and there laborate until you learn how to use what you have, and how to add things to get the look and feeling you like it to.
This post was not pointed at you alone, but to every one that reads it.
Thank you for reading!
I am sorry about that.
I just have one question.
On my user field in the blocks I want it to say Hey [User] (and display the users username) How do i do that?
TO see my User Block click here (http://www.brianjwilson.com/forum)
There is a welcome meassage mod on SMF forums you can look into :)
I think it is on this site to in the block code and snippets board.
The user block already says "Hey, [username]" when the user is logged in. You don't have to do anything to it to get it to do that.
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fbrianjwilson.com%2Fforum%2FSmileys%2Fdefault%2Fbillmydancingpill.gif&hash=c85ab56ae74ab47be2bc481c0b139ac0e32ae887)
I like bill the pill on ur site lol
Thanks akulion.
I know it says hey [username] AT THE TOP
I want it to say that in the title of one of my user block on the side of the page.
Right now its called user.
(https://www.tinyportal.net/proxy.php?request=http%3A%2F%2Fwww.brianjwilson.com%2Fforum%2FSmileys%2Fdefault%2Fbillmydancingpill.gif&hash=f2d8f4851df93bc65cba3434a7c126755517a7d6)
Brian your box says "Hey"
Only when a guest arrives (who is not logged in) does it say "welcome"
which is a better than saying "hey guest" lol
I just logged in and this is what I get:
Hey, akulion
PM: 1
New: 1
Show unread
Show replies
Show own posts
Total Logged In:
0d 0h 0m
October 20, 2006, 04:09:32 PM
This is what I am talking about:
[copied from my forum]
The title is user at the top, see?
Instead of user I want to make it say like [username] at the top.
User
Hey, TuXie
PM: 1
New: 1
Show unread
Show replies
Show own posts
Total Logged In:
0d 11h 29m
October 20, 2006, 04:15:22 PM
why not just edit the block "Use frame, but not title" then it will just show the user name
In TPortal.template.php,
replace
case 'userbox':
if($context['user']['is_logged'])
$mp='<a href="'.$scripturl.'?action=profile;u='.$context['user']['id'].'">'.$block['title'].'</a>';
with
case 'userbox':
if($context['user']['is_logged'])
$mp='<a href="'.$scripturl.'?action=profile;u='.$context['user']['id'].'">'.$txt['hello_member'].' '.$context['user']['name'].'</a>';
Thanks theyre both great ideas
I have 2 more questions? (For Today)
- How do you insert a logo at the top of your SMF pages with PHP?
~What code do I find and what code do I (replace or add after/before)? - How do I make it so when people are logged out of my forum. To make my shoutbox scroll?
;D Thanks for your answers ;D
I told you several times about this now.
Use the search and read the threads, and learn how to use your site, As it is now, not even your signature is what you say it is about your site ;)
I lock this thread