![]() |
Blog block instead of tab in user profile
Blog block instead of tab in user profile
Demo: http://www.letsgather.net/members/taragon.html Code:
---------------------------- By moving the position of this, also all other mods/tabs will reposition this same way. I currently haven?t found a working solution for this yet. All the best, Cor |
Thanks for this :)
|
Thank You :)
|
good job !!!
thanks |
what blog product is that one?
|
it's for vBulletin Blog by vbulletin.com
|
sweet man, this thing to display on profiles is neat :up:
|
where do you get that blog, I went there but couldnt find it
|
It’s a paid product which you can buy from the member area at vbulletin.com.
At their forums is a working example (navbar) if you’d like to see more. (the modified navbar showed at the demo above isn’t included btw.) |
Thanks Taragon, *Installed* (templates modified) :up:, but not seen any changes. :( No blog block displayed in my public User Profile.
I do have a Blog feature installed and I have some entries posted in my blog. Any hint? |
How would I get the recent blogs list for each user to show on their profile page? I have been trying to do this on 3.6 for such a long time. I want like the last 5 blogs to show on each users profile page and then a button to view all the rest of their blogs...
Have any ideas??? |
Quote:
|
@ toucan42
I had this problem too, you need to apply 2 fixes. 1. Go into the Admin CP Plugins & Products -> Plugin Manager -> Admin: Process Featured Blog Entry admin_options_processing [Edit] Change Code: Code:
if (version_compare($vbulletin->options['templateversion'], '3.7.0 Alpha 1', '>=')) Code:
if (defined('YUI_VERSION')) Replace the contents with: Code: Code:
require_once(DIR . '/includes/class_profileblock_blog.php'); Change Code: Code:
if (version_compare($vbulletin->options['templateversion'], '3.7.0 Alpha 1', '<') AND $userinfo['bloguserid']) Code:
if (!defined('YUI_VERSION') AND $userinfo['bloguserid']) Change Code: Code:
if (version_compare($vbulletin->options['templateversion'], '3.7.0 Alpha 1', '>=')) Code:
if (defined('YUI_VERSION')) Open includes/blog_init.php and go down to the bottom. Replace PHP Code: PHP Code:
with PHP Code: PHP Code:
|
Quote:
I have implemented those suggestions, still nothing displayed. I am running vB 3.7 RC 2 :( |
Will this work with 3.6.8?
I am trying to get latest blogs on the members profiles of their latest blogs. Sort of how MySpace does it... Any suggestions |
Quote:
|
very nice mod!
|
installed
Thanks! |
Hi there...
I saw you forum and i liked the "Blogs" link drop down with blogs directory, blog search and so on. How did you do that?? Can you help me with the code for that please? Thanks in advance and best regards from Portugal |
Quote:
Thank you for your reply! I hope this will be what you were looking for https://vborg.vbsupport.ru/showthread.php?t=184631 If you have installed above product, feel free to hit the 'Mark as installed' button :) |
its not working...
|
Quote:
A few questions since your reply doesn't show what might be wrong.
|
Taragon have you released code on how to make your profile page the way you have it! I love it without those pesky tabs!
|
btw I got this to work.
Do everything as said but it is: $blocks[blog] and you have to remove the template start and end locations. |
can u share your entire memberinfo template ?
|
I edited my memberinfo the same way. Ill post it soon.
|
is there a way to get the recipe for your complete memberinfo page ? :)
|
I'll release it soon. I just have to find a bit of spare time somewhere :)
|
Quote:
|
I know it's been a while for this thread but I have used this on 3.8 with no issues but just have one question. I still have the blog tab and I would like to just have the blog block on the right with no blog tab. What do I need to do to remove the tab? Thanks in advance!
|
All times are GMT. The time now is 05:23 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|