Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 230
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 228
Total: 228

Author Topic: [Mod] Simple Blog  (Read 187883 times)

0 Members and 1 Guest are viewing this topic.

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Simple Blog
« Reply #30 on: September 18, 2006, 05:55:08 pm »
I think this could be one of the top 10 best SMF Hacks :)   

Offline Maya

  • Member
  • *
  • Posts: 19
    • View Profile
Re: [Mod] Simple Blog
« Reply #31 on: September 19, 2006, 11:39:00 am »
I have been watching this mod develop for some time and I am really impressed...

I like the features you have included...

I really like that it shows how many entries you have made in your blog under the avatar ....a key in letting people know your blogs are there ;)

You are doing a fantastic job on this mod, keep up the great work... :)

I have a question about the profile layout... the tab feature...if I am not mistaken this is a script....are you intergrating it at all... if not...( sorry I am drawing a blank.)where can that be found...?
thanx in advance..



Little15

  • Guest
Re: [Mod] Simple Blog
« Reply #32 on: September 19, 2006, 02:27:37 pm »
I have been watching this mod develop for some time and I am really impressed...

I like the features you have included...

I really like that it shows how many entries you have made in your blog under the avatar ....a key in letting people know your blogs are there ;)

You are doing a fantastic job on this mod, keep up the great work... :)

I have a question about the profile layout... the tab feature...if I am not mistaken this is a script....are you intergrating it at all... if not...( sorry I am drawing a blank.)where can that be found...?
thanx in advance..




The tabs script will be released as a mod soon. It will show you how to add your own tabs and include some of it's own.

Offline ladylarke

  • Member
  • *
  • Posts: 7
    • View Profile
Re: [Mod] Simple Blog
« Reply #33 on: September 22, 2006, 01:08:20 pm »
I'm looking for the specific code in the correct template file that shows the catbg in the comments area when a user views the profile blog. Currently it's a gradient table cell background with the avatar on top and it looks really bad. I'd like to remove the catbg code and alter it for the comments area of this mod, only.
« Last Edit: September 24, 2006, 08:18:23 am by ladylarke »

Little15

  • Guest
Re: [Mod] Simple Blog
« Reply #34 on: September 23, 2006, 06:39:35 pm »
The code you are looking for is in SimpleBlogView.php in the theme directory.

You need to change
Code: [Select]
                          loadMemberData($memCommID);
$uploaded = empty($user_profile[$memCommID]['ID_ATTACH']) ? '' : (empty($user_profile[$memCommID]['attachmentType']) ? $scripturl . '?action=dlattach;attach=' . $user_profile[$memCommID]['ID_ATTACH'] . ';type=avatar' : $modSettings['custom_avatar_url'] . '/' . $user_profile[$memCommID]['filename']);

                          echo'<table border="0" cellpadding="0" cellspacing="0" align="center" class="bordercolor" width="100%"><tr><td width="20%" class="catbg" align="center" valign="top" style="padding:10px 5px 5px 5px;">';


Offline ladylarke

  • Member
  • *
  • Posts: 7
    • View Profile
Re: [Mod] Simple Blog
« Reply #35 on: September 24, 2006, 08:15:58 am »
thank you kindly :)

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Simple Blog
« Reply #36 on: September 29, 2006, 01:57:05 pm »
I was running Simple Blog 1.2... I seen you had Simple Blog 1.3 available, so I uninstalled Blog 1.2 and tried to install Blog 1.3.

I got this error...

Quote
Duplicate entry 'enable_recent_blogs' for key 1
File: D:\Inetpub\akronsanctuary\portal\Packages\temp\SimpleBloginstall.php
Line: 40

Note: It appears that your database may require an upgrade. Your forum files are currently at version SMF 1.0.8, whereas your database is at version SMF 1.0.7. It is recommended that you execute the latest version of upgrade.php.

I ran the newest update and tried again, and I'm getting the same error. (except the note about the database)

Quote
Duplicate entry 'enable_recent_blogs' for key 1
File: D:\Inetpub\akronsanctuary\portal\Packages\temp\SimpleBloginstall.php
Line: 40

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: [Mod] Simple Blog
« Reply #37 on: September 29, 2006, 02:23:04 pm »
I took over this mod from Little15 who is currently busy. I will improve after I finish the gallery project.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline grodden

  • Member
  • *
  • Posts: 8
    • View Profile
Re: [Mod] Simple Blog
« Reply #38 on: October 02, 2006, 10:12:42 am »
I downloaded this mod and I think it is fantastik but I donīt see the permissions to the blog in the backend...

I just get this:
Simple Blog
   Enable recent blogs    
   Number of recent blogs    
   Number of days to show    
   Number of blogs per page

Offline grodden

  • Member
  • *
  • Posts: 8
    • View Profile
Re: [Mod] Simple Blog
« Reply #39 on: October 02, 2006, 10:39:17 am »
Sorry I couldnt modify the previous message.
So my problem is that I announced to my users that they can blog, but they cannot, because they donīt see the lAdd new blog entry link under their profile  ???
Please help me fix this ?

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Simple Blog
« Reply #40 on: October 03, 2006, 07:04:35 pm »
please help me fix this ?

This mod really messed-up my forum, so be careful using it... make sure you make a back-up.

SMFHacks said he was taking the mod over, so you may want to wait. :)

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Simple Blog
« Reply #41 on: October 03, 2006, 09:20:14 pm »
Please help me fix this ?

Since you used that magical "Please" word, I played around with it and got it working. :)

What you need to do is go to "Edit Permissions" and give Permissions to the Membergroups you want to use Simple Blog :)


Offline grodden

  • Member
  • *
  • Posts: 8
    • View Profile
Re: [Mod] Simple Blog
« Reply #42 on: October 04, 2006, 03:28:21 pm »
Thank you soooo much!
 ;D
Now i just wait to fix the "recent Blogs" Because they are repeating the same blog 3 times :)

Offline Me_angus

  • Member
  • *
  • Posts: 39
    • View Profile
    • A Kinky Cafe
Re: [Mod] Simple Blog
« Reply #43 on: October 04, 2006, 09:25:05 pm »
I took over this mod from Little15 who is currently busy. I will improve after I finish the gallery project.

Looking forward to both.

Offline jklapp

  • Member
  • *
  • Posts: 45
    • View Profile
Re: [Mod] Simple Blog
« Reply #44 on: October 04, 2006, 11:36:14 pm »
Thank you soooo much!
 ;D
Now i just wait to fix the "recent Blogs" Because they are repeating the same blog 3 times :)


I got the same thing at first... Did you get this error message when you installed Simple Blog?

Quote
Duplicate entry 'enable_recent_blogs' for key 1

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
13340 Views
Last post September 19, 2006, 09:25:37 am
by lisah746
9 Replies
13905 Views
Last post January 28, 2007, 12:54:40 pm
by doctoreast
1 Replies
6095 Views
Last post February 19, 2007, 08:34:02 pm
by SlaveToThis
6 Replies
10960 Views
Last post May 11, 2007, 02:18:33 pm
by asklife
5 Replies
6238 Views
Last post July 17, 2007, 02:33:51 am
by KnightRobby

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal