What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Blog Help Needed

Blog Help Needed
Author: Message:
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
39 / Male / Flag
Joined: Aug 2004
Status: Away
RE: Blog Help Needed
If you host your blog (via FTP), you can add PHP in your Template code.

One example, if you include smilies in your posts titles, you can "catch" the title using this code:

code:
$PostTitle = <<<PTL
<$BlogItemTitle$>
PTL;

It is important that you use that method, and not the usual $var = "value"; because it might give errors. Then you can simply replace.

Btw, I can't remember the Blogger Tags too well. But they have their guide in the help section (in case you haven't seen it).

(Y)

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

03-06-2005 04:54 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Blog Help Needed - by John Anderton on 03-05-2005 at 11:32 AM
RE: Blog Help Needed - by Ash_ on 03-05-2005 at 11:48 AM
RE: Blog Help Needed - by RaceProUK on 03-05-2005 at 04:22 PM
RE: Blog Help Needed - by John Anderton on 03-05-2005 at 05:10 PM
RE: Blog Help Needed - by Chris.1 on 03-05-2005 at 06:25 PM
RE: Blog Help Needed - by John Anderton on 03-06-2005 at 04:28 AM
RE: Blog Help Needed - by L. Coyote on 03-06-2005 at 04:37 AM
RE: Blog Help Needed - by John Anderton on 03-06-2005 at 04:45 AM
RE: Blog Help Needed - by L. Coyote on 03-06-2005 at 04:54 AM
RE: Blog Help Needed - by John Anderton on 03-06-2005 at 07:19 AM
RE: RE: Blog Help Needed - by Ash_ on 03-06-2005 at 07:24 AM
RE: Blog Help Needed - by John Anderton on 03-06-2005 at 07:29 AM
RE: Blog Help Needed - by Ash_ on 03-06-2005 at 07:33 AM
RE: Blog Help Needed - by -dt- on 03-06-2005 at 08:42 AM
RE: Blog Help Needed - by Chris.1 on 03-06-2005 at 07:29 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On