2010/12/27 Woo <[email protected]>:
> i'm using roller 4.0.1 now.i have a problem: 【Permalink - this read-only
> field is the permalink link to your weblog entry. It is set the first time
> that you save an entry, based on the title at the time you save - and it
> cannot be changed later.】
> in my country China ,our most popular search engine is not google,and the
> engine(baidu.com) does not support url which including Chinese words。So if
> the permalink based on the title my website can only be found by google :-(
> is there any place i can config permalink?

That's an interesting situation, the Chinese search engine cannot
handle Chinese characters?!?

Unfortunately, there is no way to configure Roller to allow editing of
permalink, or alternative ways of creating a permalink.


> my website has a frontpage blog  ,and i use this method
> :$site.getMostCommentedWeblogEntries($model.weblog.weblogCategories, 7,10)
> in the frontpage blog
> but it does not work at all .is there anything wrong?

I don't think there is anything wrong with that method. Perhaps you
have no weblog entries with comments in the last 10 days?


> in fact i want a method like this:List getHottestWeblogEntries(int
> sinceDays, int max),how can i get the most hottest(Number of hits) entries?

There is no such method in Roller.

You'd have to create your own custom build of Roller with some Java
code changes to add those features above. If you do so, I'd be happy
to help you get your changes into Roller.

Cheers!
- Dave

Reply via email to