Talk:Extension DPL

From FollowTheScore
Jump to: navigation, search

Question

I am not sure if this is the correct place to ask this, however I just had a quick technical question. When I was trying to upgrade [1] to a newer dpl I could not figure out how to double cross-reference the categories. Is this possible with the new dpl? --Green Dragon 20:48, 16 March 2009 (UTC)

As a side note, after we installed dpl onto D&D Wiki we installed Semantic Mediawiki as well. After I read the Main Page summary it seems like all the features Semantic MediaWiki has to offer may also be doable with dpl. I would prefer to use dpl instead of SMW since SMW tacks an entire extraneous system onto MediaWiki whereas dpl does not. Do you know: can one do everything with dpl that one can with SMW? --Green Dragon 22:51, 16 March 2009 (UTC)


titlemaxlength no use in chinese

Dear author .

titlemaxlength in the Chinese language, useless. Could not handle multi-byte languages? How do I solve it?

<dpl>
  category=Apache
  columns=4
  titlemaxlength = 20
</dpl>

Kakakuer 04:05, 9 January 2010 (UTC)

There is a multibyte strlen function in php (called mb_strlen). Maybe you can change the source code and use that function. Let me know if it works for you. --Gero 20:04, 9 January 2010 (UTC)
thanks Gero ,but i don't understand php .:( Can you help me  ? thanks a lot Kakakuer 02:10, 10 January 2010 (UTC)
 <dpl>
  category=Apachetest

</dpl>
<dpl>
  category=Apachetest
  titlemaxlength = 20
</dpl>

please add note