Difference between revisions of "Talk:Extension DPL"

From FollowTheScore
Jump to: navigation, search
(Question: Added a reply)
 
(10 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
:As a side note, after we installed dpl onto [http://www.dandwiki.com 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?  --[[User:Green Dragon|Green Dragon]] 22:51, 16 March 2009 (UTC)
 
:As a side note, after we installed dpl onto [http://www.dandwiki.com 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?  --[[User:Green Dragon|Green Dragon]] 22:51, 16 March 2009 (UTC)
  
::Hello Sledged,
+
 
::This is Green Dragon (or Peter Gabert).
+
 
::I just wanted to tell a little bit about me.  I am currently living with my grandma in Isernhagen, Germany.  I am living with her since I wanted to travel around Europe and my Mom and Dad said they would pay for my flight to Germany if I worked their for a bit.  So I am working here for a bit.  My return ticket to SLC is on the 6th of May, so that is when I head back home.
+
== titlemaxlength no use in chinese ==
::I am not sure if you saw my comment on your dplwiki or not.  I do not think I posted it right, but I just mentioned that if it could include things from pages that would be awesome. Also, I looked through the contributors and ended up seeing that their were four contributors. I ammused the programming one was you, and reverted some IP's spam which they did to your userpage their.
+
 
::Hope all is well,
+
Dear author .
::Peter --[[User:Green Dragon|Green Dragon]] 20:58, 20 March 2009 (UTC)
+
 
 +
titlemaxlength in the Chinese language, useless. Could not handle multi-byte languages? How do I solve it?
 +
 
 +
<pre>
 +
<dpl>
 +
  category=Apache
 +
  columns=4
 +
  titlemaxlength = 20
 +
</dpl>
 +
</pre>
 +
[[User:Kakakuer|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. --[[User:Gero|Gero]] 20:04, 9 January 2010 (UTC)
 +
::thanks Gero ,but i don't understand php .:( Can you help me  ?  thanks a lot [[User:Kakakuer|Kakakuer]] 02:10, 10 January 2010 (UTC)
 +
:::::
 +
 
 +
<pre> <dpl>
 +
  category=Apachetest
 +
 
 +
</dpl></pre>
 +
 
 +
<dpl>
 +
  category=Apachetest
 +
</dpl>
 +
 
 +
<pre>
 +
<dpl>
 +
  category=Apachetest
 +
  titlemaxlength = 20
 +
</dpl>
 +
</pre>
 +
 
 +
<dpl>
 +
  category=Apachetest
 +
  titlemaxlength =20
 +
</dpl>
 +
 
 +
==  please add note                ==

Latest revision as of 09:16, 10 January 2010

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