vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   vBulletin Blog - Latest Blogs on Home Page (https://vborg.vbsupport.ru/showthread.php?t=156652)

karnevil 10-26-2007 01:34 PM

Brilliant Leesa Thankyou solved my problem perfectly xxx

topmedic 11-07-2007 05:27 AM

Blogs that are saved as drafts are displayed. Can this be rectified?

dbembibre 11-07-2007 09:27 AM

Good job

parabat 11-07-2007 11:18 PM

I'm hoping someone could assist me please.
I'm not PHP wise and want to display my Wordpress blog entries on my forum homepage just like this mod does. Unfortunately I don't have the VbBlog but I am using Wordpress.
Some background. My Wordpress and vBulletin have separate databases. The Wordpress is the web homepage front end and VBulletin runs my forum. Usually the forum users don't view the blogs on the homepage, hence me trying to display them in the forum so they become more visible.

I understand the general idea how to do it, but have no clue how to actually write the PHP code. I had a look at this code, but it's not opening a different database which has me stumped. I guess Wordpress also uses different database fields etc.

So any help at all would be greatly appreciated.

Thanx in advance

-PB

Karmann 11-13-2007 03:15 PM

Great plugin. If I may come up with a suggestion, it would be cool if it also displayed how many comments each blog recieved.

ludachris 11-30-2007 04:44 PM

Any way to get this module to work in the left column? It looks as if it is designed only for the center column.

edit - nevermind, I thought this was for cmps.

Nikke 12-01-2007 01:00 PM

Is there any way to get this to show only one blogs posts?

Prince 12-27-2007 11:44 PM

Quote:

Originally Posted by mmmender (Post 1368966)
I solved the problem myself. It was a style problem. I think you should mention in your read me file that people might want it to match their forums styles so, personally, I would change this:

Code:

<td class="smallfont">$spitblogs_username</td>
<td class="smallfont">$spitblogs_title</td>
<td class="smallfont">$spitblogs_views</td>
<td class="smallfont">$spitblogs_date</td>

to this:
Code:

<td class="alt2">$spitblogs_username</td>
<td class="alt1">$spitblogs_title</td>
<td class="alt1">$spitblogs_views</td>
<td class="alt1">$spitblogs_date</td>


yup, just did that as well, looks much better!

Barakat 01-15-2008 02:00 AM

great and works perfect on 3.7.0

Nizwa 01-15-2008 06:01 PM

Thanks This Is Usuful , Can I Use It In Header?????

nokturno 01-15-2008 07:03 PM

problem :

I drafted up a nice lengthy Blog entry & published it, but had it set to Publish On & set a future time today.

However, even though my Blog entry wasn't yet published & wasn't viewable by browsing to my blog as a guest or any other member, the headline was showing in the Recent Headline Summary on the Forum's Home Page. When the link to that article was clicked, you get a forum page that says:

Invalid Blog specified. If you followed a valid link, please notify the administrator

Basically, it leaks the headline of the Blog entry that was scheduled to be published.

BlackPcTuner 01-16-2008 11:40 AM

Quote:

Originally Posted by imprezion (Post 1362774)
how do I install the blogs in my homepage instead of the forum home?

Just installed, thanks!

I have the same problem, can anyone help me ?
I'd like that the box is shown in every page of forum

Thanks

BlackPcTuner 01-17-2008 04:54 PM

I have done a mix between this hack and l'hack on this page

I attach the product, to show the latest blogs just insert "$latest_blogs" to any template u desire ;)

OnyxChase 01-22-2008 05:28 AM

Is it me or does the blog view counter stops at 99?

BlackPcTuner 01-22-2008 07:00 AM

i haven't problems with blog view.

Taragon 02-21-2008 06:07 PM

thanks!
what would be needed to change to show last 10 entries using the original mod?

SoftDux 02-22-2008 12:39 PM

For which blog is this?

kylek 02-27-2008 08:27 PM

Quote:

Originally Posted by mmmender (Post 1368966)
I solved the problem myself. It was a style problem. I think you should mention in your read me file that people might want it to match their forums styles so, personally, I would change this:

Code:

<td class="smallfont">$spitblogs_username</td>
<td class="smallfont">$spitblogs_title</td>
<td class="smallfont">$spitblogs_views</td>
<td class="smallfont">$spitblogs_date</td>

to this:
Code:

<td class="alt2">$spitblogs_username</td>
<td class="alt1">$spitblogs_title</td>
<td class="alt1">$spitblogs_views</td>
<td class="alt1">$spitblogs_date</td>



Thanks for pointing that out, now it works and shows great.

abroad 03-03-2008 05:54 PM

got this error message after installation:

Parse error: syntax error, unexpected '*' in /html/forum/cmps_index.php(64) : eval()'d code on line 134

What do I have to do?

aryshi 04-10-2008 01:38 AM

hope to modfiy it to work on 3.7.0

Mondi 04-20-2008 10:28 PM

Just to make sure Im doing the right thing here:
Have vbAdvanced running as main/home page and would like it to include a block in the center-column called 'Recent Blogs.' Obviously this section needs to incldue this mod.

Will need help with achieving this: How to create this 'Recent Blog' module, based on this mod.

BTW: This is something I've been looking for - so great stuff/looks good to me. Will install as soon as someone responds to this post with advise.

Mondi 04-23-2008 07:43 PM

Im stuck and need some wisdom:
Have CMPS installed and want to display this mod within a centre-positioned module. Thought this would be easy to achieve - turns out not to be.

When installed this mod displays over the entire width of the page, not just in a centre module which is where it should go. I've tried to 'force' it into a module but am probably going wrong here.

Can anyone gimme a helping hand?

Thanks.

ThreeD 05-16-2008 06:28 PM

does anyone know how we can use the musername option, to make the usernames show in their usergroup color?

readjono 05-22-2008 08:09 PM

Can we make the list bigger, is this easy?

mark|3 05-25-2008 01:34 PM

any for 3.7? thanks

chubzilla 06-02-2008 05:59 AM

works on 3.7 just fine. My question is when does it cutoff, like how many blogs will it list

wacnstac 06-08-2008 06:30 PM

Installed on 3.7.1, put it in the left column and made it active and I get nothing on my homepage. I only have a few blog entries. Does this have something to do with it?

BigDog56 06-18-2008 03:26 AM

Works just fine on 3.7.1 for me!

ctfortner 06-20-2008 12:54 PM

Installed, works great. Thanks

ctfortner 11-19-2008 12:14 PM

Just curious if anyone found a solution to not showing private/drafted blogs. I have several bloggers who save drafts, and of course they display on the homepage for all to see, however when they click them, they get an error, and users email me complaining they cant access them.

redlabour 12-18-2008 10:48 AM

Any update using Hooks?


All times are GMT. The time now is 01:37 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
  • Page Generation 0.01177 seconds
  • Memory Usage 1,782KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (31)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete