211
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted about 13 years ago by [email protected] (Taggic)
Wenn du nun aus der Konfiguration den Haken bei Index heraus nimmst ? Das hast Du in jeder Sidebar eingeschaltet. Dies sollte die Sidebar dann ohne "Ordenerstruktur" erscheinen lassen.
Posted about 13 years ago by [email protected] (mestar)
Sorry, just one more question about tables in one page. I suppose that I used wrong word, I'm interested to have more than one data entry boxes on the same page. Of course, I'm going to test that, but this thread will be read by many people so your ... [More] answers will be really usefull for many users that are looking for similar solution. For example is it ok to insert data about few examps in this way: ---- dataentry student ---- name            : John surname        : Wayne birth              : 1980-06-26 ---- dataentry exams ---- course            : english level               : A1 date               : 2012-06-26 exam_no        : 1 procent          : 80 grade             : 4 ---- dataentry exams ---- course            : german level               : A2 date               : 2012-06-26 exam_no        : 3 procent          : 70 grade             : 3 If I undestand well the plugin instructions, this is not allowed. So you confused me when you said that tables are fixed. [Less]
Posted about 13 years ago by [email protected] (schranzi85)
Hallo, wie kann ich das AUTHORSTATS Plg auf Null setzen???? Lg
Posted about 13 years ago by [email protected] (mestar)
Thank you dominik, your answers were helpful a lot.
Posted about 13 years ago by [email protected] (crazyburn)
Hallo zusammen. Ich steh gerade irgendwie auf dem Schlauch... Ich wollte wenn ich zum Beispiel auf eine xlsx oder eine docx verlinke, das auch dort dann das Symbol von dem Dateityp erscheint wie es bei doc/pdf Dateien schon der Fall ist. kann mir das jemand erklären wie ich da neue Symbole den Dateiendungen zuordnen kann? Gruß crazy
Posted about 13 years ago by [email protected] (keuco)
Danke für den Hinweis. Ja, ich verwende die default sidebar vom artic. Ok, ich habe jetzt in die right_sidebar.html und left_sidebar.html jeweils folgendes Beispielmenü eingetragen.     **[[::start|Start]]**     ... [More] [[benutzerordnung|Benutzerordnung]]\\     [[impressum|Impressum]] Dennoch wird die Ordnerstruktur vom Server angzeigt, ein Plugin hierfür wird nicht verwendet. Die Konfig des arctic templates schaut folgendermaßen aus. http://s7.directupload.net/file/d/2933/mjwprknz_png.htm [Less]
Posted about 13 years ago by [email protected] (schranzi85)
Hey dominik, da ich in Sidebar Types nicht fündig geworden bin, werde ich mir gerne das Plg mal ansehen und testen. Werde später eine Rückmeldung geben was es gegeben hat DANKE! EDIT: Sooooo........ es klappt bestens genau so habe ich mir  das vorgestellt  Vielen Dank!!!!
Posted about 13 years ago by [email protected] (dominik)
wenn du die default sidebar vom arctic verwendest solltest du die reihenfolge selbst festlegen können. für die "main" sidebar sollte das zb. auf der seite "sidebar" möglich sein. da du schreibst das die anordnung analog zu den ordnern auf der festplatte sind, vermute ich das dort ein plugin zum einsatz kommt - wenn ja welches?
Posted about 13 years ago by [email protected] (dominik)
wenn garnichts hilft könnte das ifauth plugin eine alternative darstellen. habe es selbst aber noch nicht eingesetzt und kann daher auch nicht sagen ob es gut funktioniert oder nicht.
Posted about 13 years ago by [email protected] (dominik)
- this plugin is based on sqlite and in description of project I found this sentence from author: "However there might be some bugs making this (refresh of data from txt page) not always 100% reliable."   Not very nice to read that! Problem is, that ... [More] external edits not via the browser are not recognized by the plugin. a "normal" setup should do the job - there is no automatic way to delete and rebuild whole database from pages Thats true. To rebuild the data manual you have to delete the database and visit all pages with data in the browser. Workaround is something like to crawl the hole page with wget or lynx. May dokuwikis own cli indexer in the bin folder do the job. beside that - to rebuild the hole database is not the normal use case with that plugin. - only one table can be used for one page i'm not sure about it, but maybe we fixed that. you can simply try that and look at the result. maybe its just working Basically, I like this plugin, but I'm afraid to use it. And it seems to me that basic idea to have all data in simple txt files is the most powerfull advantage of dokuwiki, and this plugin do not follow that idea. That really akward on the data plugin. it basically duplicates the data of the wiki syntax. The data will be ever in the page source. The SQLite database is only used as a "cache" to render the aggregated views. But at least the sqlite database is stored in one file. When using only the wiki pages you will have big performance issues. In one of the latest releases DokuWiki has introduced to search the metadata of pages with the fulltext search engine. Its a quite new feature and quite unknown to developers. sadly the data plugin was developed before that feature. that would be a quite nice alternative. [Less]