BLOG:CMS :: Support Forum
Support Forum for BLOG:CMS
You are not logged in.
#1 15.06.2004 15:00
- Alex Krylov
- BLOG:CMS Junior
- Registered: 14.06.2004
- Posts: 10
- Website
Fancy URLs and icons in Comments
Problem with icons above comments textarea. I think it is because of Fancy URLs. One of these images url is http://blog.pteka.ru/item/nucleus/plugi … xclaim.gif - which points to main page, because of ModRewrite rule ("item") in .htaccess.
Look at this address: http://blog.pteka.ru/item/7.
Offline
#2 15.06.2004 15:10
- Radek Hulán
- Site Admin

- From: Prague, Czech Republic
- Registered: 17.03.2004
- Posts: 2508
- Website
Re: Fancy URLs and icons in Comments
Problem with icons above comments textarea.
Alex, it's not really a problem, when you use FancyURLs, you have to change relative paths to absolute ones for all images.
Please see this thread for more info:
http://forum.blogcms.com/viewtopic.php?t=177
Offline
#3 15.06.2004 17:24
- Alex Krylov
- BLOG:CMS Junior
- Registered: 14.06.2004
- Posts: 10
- Website
Re: Fancy URLs and icons in Comments
Ya, thank You - it works. Er.. Partially works. I've also add "border=0" to all images and it is something wrong with scripts - something causes "Script Error: Line 160 Char 2 - object expected". I'm tryin to deal with it.
Offline
#4 15.06.2004 20:20
- Radek Hulán
- Site Admin

- From: Prague, Czech Republic
- Registered: 17.03.2004
- Posts: 2508
- Website
Re: Fancy URLs and icons in Comments
Ya, thank You - it works. Er.. Partially works. I've also add "border=0" to all images and it is something wrong with scripts - something causes "Script Error: Line 160 Char 2 - object expected". I'm tryin to deal with it.
You should not really change the script. Just paths..
Offline
#5 15.06.2004 20:26
- Alex Krylov
- BLOG:CMS Junior
- Registered: 14.06.2004
- Posts: 10
- Website
Re: Fancy URLs and icons in Comments
I didn't change the script - just templates.
Offline
#6 13.08.2004 13:48
Re: Fancy URLs and icons in Comments
http://forum.blogcms.com/viewtopic.php?t=177
does not exist. ![]()
Can someone tell me how to get the images with absolute URIs?
Code:
<img alt='clock' src='<%skinfile(clock.gif)%>' />
this seems to be one of the examples.
Last edited by Sushubh (13.08.2004 13:53)
Offline
#7 13.08.2004 14:00
- Radek Hulán
- Site Admin

- From: Prague, Czech Republic
- Registered: 17.03.2004
- Posts: 2508
- Website
Re: Fancy URLs and icons in Comments
as you are using FancyURLs, you need to edit some paths to absolute ones, line in NP_CSS plugin
old:
Code:
skins/base/applyskin.png
new:
Code:
/skins/base/applyskin.png
NP_RSSItem.php plugin OPTIONS - change image URL...
You're done.
Offline
#8 13.08.2004 14:07
- Radek Hulán
- Site Admin

- From: Prague, Czech Republic
- Registered: 17.03.2004
- Posts: 2508
- Website
Re: Fancy URLs and icons in Comments
I've updated CVS with the fix as well (the 3.3.3 release is only 3 days old, so, there might be some minor visual bugs, but they get fixed IMMEDIATELY..)
Offline
#9 13.08.2004 21:41
Re: Fancy URLs and icons in Comments
damn i downloaded a release thats only 3 day old ![]()
Took me 20 minutes to find out the correct place...
This no where as intuitive as wordpress. But well for the personal blog, i will give it a go... ![]()
Why not... literary moose and no troppo recommended me ![]()
Last edited by Sushubh (13.08.2004 21:55)
Offline
#10 13.08.2004 21:53
- Radek Hulán
- Site Admin

- From: Prague, Czech Republic
- Registered: 17.03.2004
- Posts: 2508
- Website
Re: Fancy URLs and icons in Comments
Sushubh wrote:
damn i downloaded a release thats only 3 day old
if you get 3.3.4, all reported bugs by all users are fixed in it
not only that, there is also a new DOM script, comment toolbar, etc. blazing fast, isn't it? ![]()
Offline
