How can I add the Wall Block on to the Account page? It is not available in the inactive blocks (or active blocks). How do I make it available?
Thanks.
Cory
How can I add the Wall Block on to the Account page? It is not available in the inactive blocks (or active blocks). How do I make it available? Thanks. Cory |
AntonLV has a free mod that will bring it to the homepage. I don;t think you can post with it, it just becomes visible. KMD has a wall mod that mimics facebook for the frontpage that you can post too. I have a question. Does KMD's wall mod update via an ajax process or do the new posts only appear with a page refresh? http://towtalk.net ... Hosted by Zarconia.net! |
Tell ya what SF, since KMD has one and there are questions about it that can't be answered by any authority on it I'll go ahead and create one that can be updated via AJAX just for fun. Why don't you guys tell me what the price should be and we'll make it whatever the majority says. |
Free is always good, but I am fully for people making money off their work. Not sure what the price should be though. |
Id say it would be worth about 10-20 bucks aslong as you can post to it.(unless you put a crazy amount of work into it then u should get more) |
If it updated on the fly with Ajax AND it made a sound each time something new was posted, I'd pay $50 http://towtalk.net ... Hosted by Zarconia.net! |
hey sky, check your email. https://dolphin-techs.com - Skype: Dolphin Techs |
Hi dpi, I figured I would share what I found, if you still need it. Deano Tools (free) will allow you to create php blocks. What I did to accomplish getting the Wall block on the Accounts page was to simply copy the php code for the profile view wall block by using the edit php option in Deano Tools, and paste it into a new PHP block for the accounts page and voila! Works like a charm! |
I have peformed these same steps, as well as others to get the accounts page wall feature to work. And here is what I am running into.
My User id = 2 Wall post from the wall page and the profile page are inserted into the db as owner_id 2 and the object_id of 2. However inserting and reading the wall from the accounts page (member.php) The owner_id = 0 and the object_id = 2.
This tells me that that the post is not using my id of 2 to create the entry.
To replicate, I have used I used Deanos tools to create both the view and the post. Any assistance would be greatly appreciated. If you need more information let me know. |