I have seen that there is stuff that every user can have a homepage like on aku's new website using vb. Here is my page:
http://path-to-peace.com/community/z/index.php?z-profile=TuXie
When logged in to your own page, you can drag things around lively and put your own code in the blocks..... ANy iDea how to DO this? ???
Brianjw
This sure would be great!
Yes :)
Wow, there's even a vehicle and blog section :o
Ya and if someone were to create a mod on this they can even add more... Look on smf for a good mod creator and maybe he will make it ;)
Brianjw
Quote from: brianjw on February 05, 2007, 01:45:05 AM
Ya and if someone were to create a mod on this they can even add more... Look on smf for a good mod creator and maybe he will make it ;)
Brianjw
I won't hold my breath, but it would be nice O0
I hate its Look.
But anyway here is some info about it.
It is a MOD for VB called Zoints Social Network : http://www.vbulletin.org/forum/showthread.php?t=130946
And it might be released for SMF too : http://www.theadminzone.com/forums/showthread.php?t=29920
Quote from: Darkman on February 05, 2007, 02:44:45 AM
I hate its Look.
But anyway here is some info about it.
It is a MOD for VB called Zoints Social Network : http://www.vbulletin.org/forum/showthread.php?t=130946
And it might be released for SMF too : http://www.theadminzone.com/forums/showthread.php?t=29920
I read it... and i hope it does get released to SMF ;)
Brianjw
Quote from: Darkman on February 05, 2007, 02:44:45 AM
I hate its Look.
But anyway here is some info about it.
It is a MOD for VB called Zoints Social Network : http://www.vbulletin.org/forum/showthread.php?t=130946
And it might be released for SMF too : http://www.theadminzone.com/forums/showthread.php?t=29920
Any word on this? ???
That mod just rocked the socks off my feet...I want it...
Omg...That gives me an idea...
Not yet for SMF
Jpg, make a mod :D
are you doing that cuz it gives you an idea ;)
Brianjw
Zoints is vB only.. I doubt it will be made for any other forum software.
Something similar may come along.. Unless it's ported to SMF.. which I doubt the Zoints team will do as it's not free, and therefore Licensed.
ZTN
Apart from a catchy, but weird name, its really a expansion of the profile area. Something TP will adress when I get around to it. :)
Quote from: Bloc on March 15, 2007, 11:52:54 AM
Apart from a catchy, but weird name, its really a expansion of the profile area. Something TP will adress when I get around to it. :)
Wahooo... I was hoping you were gonna say that :up:
It's kind of like a MySpace blog thingy...
"Blogs are what we need".Just a play on words :buck2:
ZTN
Quote from: Bloc on March 15, 2007, 11:52:54 AM
Apart from a catchy, but weird name, its really a expansion of the profile area. Something TP will adress when I get around to it. :)
Not just an expansion of Profile Area. Its something more than that.
It has almost all features from http://zoints.com/
In the past few Weeks, i have learnt a LOT of PHP.
I made a stand-alone Blog system. My holidays start on 23rd. In my holidays, i will make it as a Blog system for SMF.
Also i am working on a Bookmarking system on my site http://templora.com
Something like del.icio.us I am planning to call it TemploMarks. And a RSs Feed reader using : http://dhtmlgoodies.com/scripts/dragable-boxes/dragable-boxes.html
Planning to call it TemploFeed. Then, i'll work on something like Zoints Synergy. (i.e) something like Digg within SMF.
And then SMFSEO. I think that project is dead now. So i am planning to redo it for latest SMF with more features like vBSEO.
Thats a pretty long list. Hope i can do all of them.
Good luck. :)
While of course TP will never rival dedicated systems for blogs and multiple communites etc. it can do a lot still. ;) It has one great advantage: I don't have to re-invent the wheel for everything..the security and member managment, permission system and even theme system are there already, and is constantly worked upon in SMF itself. I don't have to make those thinsg myself, rather concentrate on what TP does.
Quote from: Bloc on March 15, 2007, 01:39:13 PM
I don't have to re-invent the wheel for everything..the security and member management, permission system and even theme system are there already, and is constantly worked upon in SMF itself. I don't have to make those things myself, rather concentrate on what TP does.
Thats true. And what all i mentioned above, i am going to do them integrated with SMF only. So i needn't reinvent the wheel too :D
Will you be able to clarify this question of mine ?
http://www.simplemachines.org/community/index.php?topic=157926.0
"require('path/to/SSI.php);" to fetch the member variable. Then $context['user']['id'] will be filled. Use "$context['user']['is_logged']==true" to check if the visitor is logged in - or simply a guest. A guest won't have anything in the id variable then.
Well, I cant wait until these mods come out :D especially the one like zoints ;)
thanks, $context['user']['id'] worked even without SSI.php
Why doesn't $context['member']['id'] work ?
$context['member'] isn't used - except for Memberlist page and even then never ['member']['id']... Its always $context['user'] for current visitor.
No. It is used in Profile.template.php
But just now i found out that it is used for other members (i.e) used for all members except currently logged in member.
Thanks,
Yeah like, I might work on a little something something...like I checked how the custom fields in profiles work...fairly easy to make a new profile template now...