List Info

Thread: Invisible Category Links




Invisible Category Links
user name
2006-11-01 21:28:17
Nevermind.  I am still learning the software.  The
descriptions work.  Since "Category description"
says "(optional)", I ignored it.  I thought that
if I enter the "Category name", it would be
displayed.  I need to enter both in order to get the
category to display.


----- Original Message ----
From: David Czarnecki <davidblojsom.com>
To: blojsom-users <blojsom-userslists.sourceforge.net>
Sent: Wednesday, November 1, 2006 2:42:08 PM
Subject: Re: [Blojsom-users] Invisible Category Links

It's actually a macro loaded from
org/blojsom/plugin/velocity/page-macros.vm.

So, when you created categories with descriptions, the
descriptions didn't
get saved to the database?


On 11/1/06 3:38 PM, "Adrian Silveanu"
<silveanuyahoo.com> wrote:

> This was a new install of Blojsom 3, not an upgrade.
> 
> Is this macro in asual-column.vm?
> 
> The issue is that the information wasn't added to the
database.
> 
> 
> ----- Original Message ----
> From: David Czarnecki <davidblojsom.com>
> To: blojsom-users <blojsom-userslists.sourceforge.net>
> Sent: Wednesday, November 1, 2006 12:45:24 PM
> Subject: Re: [Blojsom-users] Invisible Category Links
> 
> These templates migrated from blojsom 2?
> 
> I did just fix a small logic bug in the
#CategoryDescription macro.  You
> could use:
> 
> #macro(CategoryDescription $category)#if
(!("" == $category.getDescription()
> && $category.getDescription()) &&
>
$category.getDescription())$category.getDescription()#else$c
ategory.getName(
> ).replaceAll("/", "")#end#end
> 
> 
> On 10/31/06 11:43 PM, "Adrian Silveanu"
<silveanuyahoo.com> wrote:
> 
>> Hi,
>> 
>> I created a few category links, but they weren't
showing up in the blog, in
>> the column to the right.  The space was there and
if I hover around where the
>> beginning of the category link label should be, I
found an invisible link for
>> each of the categories I created.
>> 
>> I checked the database and discovered the
descriptions were missing.  Once I
>> added them, the categories appeared in the column
to the right.
>> 
>> Adrian
>> 
>> 
>> 
>> 
>> 
>>
------------------------------------------------------------
-------------
>> Using Tomcat but need to do more? Need to support
web services, security?
>> Get stuff done quickly with pre-integrated
technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1
based on Apache Geronimo
>> http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Blojsom-users mailing list
>> Blojsom-userslists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers

-- 
David Czarnecki

http://www.blojsom.com/b
log/ | http://blojsom.sf.net



------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Blojsom-users mailing list
Blojsom-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers






------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Blojsom-users mailing list
Blojsom-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
Invisible Category Links
user name
2006-11-01 21:33:08
Even if you leave out the description, blojsom should still
print out the
category name. 

On 11/1/06 4:28 PM, "Adrian Silveanu"
<silveanuyahoo.com> wrote:

> Nevermind.  I am still learning the software.  The
descriptions work.  Since
> "Category description" says
"(optional)", I ignored it.  I thought that if I
> enter the "Category name", it would be
displayed.  I need to enter both in
> order to get the category to display.
> 
> 
> ----- Original Message ----
> From: David Czarnecki <davidblojsom.com>
> To: blojsom-users <blojsom-userslists.sourceforge.net>
> Sent: Wednesday, November 1, 2006 2:42:08 PM
> Subject: Re: [Blojsom-users] Invisible Category Links
> 
> It's actually a macro loaded from
> org/blojsom/plugin/velocity/page-macros.vm.
> 
> So, when you created categories with descriptions, the
descriptions didn't
> get saved to the database?
> 
> 
> On 11/1/06 3:38 PM, "Adrian Silveanu"
<silveanuyahoo.com> wrote:
> 
>> This was a new install of Blojsom 3, not an
upgrade.
>> 
>> Is this macro in asual-column.vm?
>> 
>> The issue is that the information wasn't added to
the database.
>> 
>> 
>> ----- Original Message ----
>> From: David Czarnecki <davidblojsom.com>
>> To: blojsom-users <blojsom-userslists.sourceforge.net>
>> Sent: Wednesday, November 1, 2006 12:45:24 PM
>> Subject: Re: [Blojsom-users] Invisible Category
Links
>> 
>> These templates migrated from blojsom 2?
>> 
>> I did just fix a small logic bug in the
#CategoryDescription macro.  You
>> could use:
>> 
>> #macro(CategoryDescription $category)#if
(!("" == $category.getDescription()
>> && $category.getDescription()) &&
>>
$category.getDescription())$category.getDescription()#else$c
ategory.getName(
>> ).replaceAll("/", "")#end#end
>> 
>> 
>> On 10/31/06 11:43 PM, "Adrian Silveanu"
<silveanuyahoo.com> wrote:
>> 
>>> Hi,
>>> 
>>> I created a few category links, but they
weren't showing up in the blog, in
>>> the column to the right.  The space was there
and if I hover around where
>>> the
>>> beginning of the category link label should be,
I found an invisible link
>>> for
>>> each of the categories I created.
>>> 
>>> I checked the database and discovered the
descriptions were missing.  Once I
>>> added them, the categories appeared in the
column to the right.
>>> 
>>> Adrian
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
------------------------------------------------------------
-------------
>>> Using Tomcat but need to do more? Need to
support web services, security?
>>> Get stuff done quickly with pre-integrated
technology to make your job
>>> easier
>>> Download IBM WebSphere Application Server
v.1.0.1 based on Apache Geronimo
>>> http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>> _______________________________________________
>>> Blojsom-users mailing list
>>> Blojsom-userslists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers

-- 
David Czarnecki

http://www.blojsom.com/b
log/ | http://blojsom.sf.net



------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Blojsom-users mailing list
Blojsom-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-u
sers
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )