User Blog Mod

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: User Blog Mod

Post by keith10456 »

kiore wrote:I have WP-United installed and they both have blog.php in the root folder and since i don't want to overwrite the WP-United Blog.php how do i chnage the user blog.php so that i can name it somthing else and it work
Out of curiosity, why would you want to have 2 blogging systems?
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: User Blog Mod

Post by keith10456 »

Is there a way to disable the Random Journal Entry section on the main Blogs page?

I only want the Recent Journal Entries and Recent Comments to show.
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: User Blog Mod

Post by EXreaction »

Check blog/view/main.php
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: User Blog Mod

Post by keith10456 »

EXreaction wrote:Check blog/view/main.php
That did it... Thanks!

In case anyone is interested, In this section:

Code: Select all

// Output the random blog(s)
		if ($random_blog_ids !== false)
		{
			$template->assign_vars(array(
				'S_RANDOM_BLOG'		=> true,
			));

I changed to false:

Code: Select all

$template->assign_vars(array(
				'S_RANDOM_BLOG'		=> false,
User avatar
Boardtalk.net
Registered User
Posts: 1245
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette

Re: User Blog Mod

Post by Boardtalk.net »

jbarrouk wrote:Sorry for reposting this, but I think my post overlooked a few weeks ago and I still need assistance if possible. I have enabled attachments and set my group permissions to allow users to add attachments to their blog. However, I still can't add attachments to my blog. Am I overlooking something? Any help would be appreciated.

all the best,
Joe
I was having the same problem but found the answer over on Exreaction's site. Here's what he say's to do;
# How do you use attachments? I've given permission for them, but they don't show up in the blogs.

* You must allow extensions for the blog attachments, else it will not work.
* Open the Manage extension groups page listed under the other blog acp panels.
It sorted out the problem I was having.
;)

PS Great mod and thanks
User avatar
bearqst
Registered User
Posts: 139
Joined: Fri Oct 31, 2003 3:03 am
Location: Sewards Ice Box

Re: User Blog Mod

Post by bearqst »

Update from 1.0.11.pl1 to 1.0.12, easy update,

Copy: root/*.*
To: *.*

However, I now get this in my ACP Version

Database Version: 1.0.12
Files Version: 1.0.11-pl1

Did I mis something ? or ....

I cleared the cache, refreshed templates and images to no avail, still have the same statement on File Version.

I'm running
PHP 5.2.6
MySQL 5.1.11
phpbb 3.0.7-PL1
Board3 Portal 1.0.5
User avatar
EXreaction
Former Team Member
Posts: 5666
Joined: Sun Aug 21, 2005 9:31 pm
Location: Wisconsin, U.S.
Name: Nathan

Re: User Blog Mod

Post by EXreaction »

I forgot to update the file that stores the local file version in the package.

The package has been updated now. :)
User avatar
Acorn
Registered User
Posts: 402
Joined: Tue Sep 26, 2006 8:11 am
Location: UK

Re: User Blog Mod

Post by Acorn »

Is there a way that I can close one specific blog to comments?

The member whose blog it is has been banned, and we don't want to actually delete their blog, just prevent anyone from adding further comments.
Getting braver all the time. :D
layznom
Registered User
Posts: 5
Joined: Sun Mar 21, 2010 8:42 am

Re: User Blog Mod

Post by layznom »

Hi, I installed this mod and now am trying to uninstall it since I am going to use wordpress for my blog.

I think I backtracked and removed all the files but still get the .mod tab in my ACP.

Heres a picture what it looks like:
admin.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
Boardtalk.net
Registered User
Posts: 1245
Joined: Fri Jun 05, 2009 8:12 pm
Location: Ireland
Name: Colette

Re: User Blog Mod

Post by Boardtalk.net »

Hi,

Firstly, thank you for this great mod!
I am using the Blog mod and the 'Attached taken photos by you' Mod and would like to know how to pull the images from the blog into its index page display. I have asked in the 'Attached taken photos by you' Mod topic but he said I should ask your good self.

Many thanks for your assistance.
:)
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18539
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

User Blog Mod

Post by DavidIQ »

MOD Updated to version 1.0.12
See first post for Download Link
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
User avatar
keith10456
Registered User
Posts: 2315
Joined: Thu Feb 24, 2005 6:55 pm

Re: User Blog Mod

Post by keith10456 »

EXreaction wrote:I forgot to update the file that stores the local file version in the package.

The package has been updated now. :)
Thanks for the update 8-)
ricjonhay
Registered User
Posts: 247
Joined: Tue Feb 16, 2010 6:08 pm

Re: User Blog Mod

Post by ricjonhay »

I have modified the template files have you a list of what changes have been done as I don't want to un-do the changes ive mande
DejaSoul
Registered User
Posts: 4
Joined: Tue Aug 25, 2009 2:08 pm

Re: User Blog Mod

Post by DejaSoul »

Where is the "Subscribe to This Blog" link on the Coda theme?

I don't see any option to Subscribe to a Member's Blog who's using Coda.

????

Thanks.
User avatar
Ephemeraboy
Registered User
Posts: 333
Joined: Tue Dec 29, 2009 4:25 pm
Location: Bandung Kota Hujan
Name: Bernando Bona Tius Sianipar

Re: User Blog Mod

Post by Ephemeraboy »

Hi dear
someone can help me
how to make link blog and myblod don't show this icon
icon_members.gif
icon_ucp.gif
i don't where to edit the code...
You do not have the required permissions to view the files attached to this post.
My diary, my notepad, and my life on
http://www.bonatius.com

Return to “[3.0.x] MOD Database Releases”