TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 02, 2024, 12:09:40 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,176
  • Total Topics: 21,220
  • Online today: 177
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online

[Release] Blog module for TP 0.8.6

Started by feline, July 25, 2006, 12:05:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

feline

Quote from: akulion on July 25, 2006, 01:43:11 AM
oh no I forgot Im running 0.9.5c Alpha
Mod for TP 0.95 comming next ...

Fel


RoarinRow

Quote from: feline on July 25, 2006, 02:10:51 AM
To fix the external avatar problem ...

open FelBlog.php and search for:

elseif(!empty($avatar))
{
$ava_url = $modSettings['avatar_url'] .'/'. $avatar;
$ava_dir = $modSettings['avatar_directory'] .'/'. $avatar;
}


replace this with:
elseif(!empty($avatar))
{
if(stristr($avatar, 'http://') === FALSE)
{
$ava_url = $modSettings['avatar_url'] .'/'. $avatar;
$ava_dir = $modSettings['avatar_directory'] .'/'. $avatar;
}
else
{
$ava_url = $avatar;
$ava_dir = $avatar;
}
}


The link must by readable for all (.htaccess)

I think, that help on this.

Fel

Cool, that fixed the avatar issue.

Just only the 'Array' issue that's in the Blog comments box  :up:

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

nite0859

Whew.

Glad it uninstalled as cleanly as it installed... It's an excellent idea; I really want to have something like this. I'm actually quite eager.

P.S. is the v0.9.5 version of TP with this mod gonna cut back on the number of database queries ?

http://forum.pennyquick.com/index.php?action=tpmod;blog 
8: Undefined index: rightblock
File: (/xxxx/.xxxx/xxxx/forum.pennyquick.com/Themes/default/FelBlog.template.php (main_below sub template - eval?)
Line: 128

http://forum.pennyquick.com/index.php?action=tpmod;blog 
8: Undefined offset: 1
File: (/xxxx/.xxxx/xxxx//forum.pennyquick.com/Sources/FelBlog.php
Line: 851

http://forum.pennyquick.com/index.php?action=tpmod;blog 
2: getimagesize(/xxxx/.xxxx/xxxx/forum.pennyquick.com/attachments/avatar_1.png) [<a href='function.getimagesize'>function.getimagesize</a>]: failed to open stream: No such file or directory
File: (/xxxx/.xxxx/xxxx/forum.pennyquick.com/Sources/FelBlog.php



than

Hi, thanks for this great mod!!  :up:

In my forum, wen i select Spanish language, some text fields are not visible.

Sorry for my English  :-X

PowerPyx


There is a felblog.english.php in the default theme directory. just make a copy of it and rename it to felblog.spain.php if your forum is in spanish, same works fine here with changeing it to felblog.german.php.

than

Perfect, works good.

Thanks  :laugh:

PowerPyx

#17
Quote from: RoarinRow on July 25, 2006, 03:08:35 AM

Just only the 'Array' issue that's in the Blog comments box  :up:

after typing in a second entry the "array" thing disapears at my forum-blog.

Crip

I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



Blue Steel

I can't install it.. its failing the TPortalBlocks Template test