Unterforen problem - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html) +--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html) +--- Thema: Unterforen problem (/thread-14388.html) |
Unterforen problem - CensoredFly - 05.09.2009 hallo Zusammen, Ich habe mir vor 3Tagen ein neues forum gemacht. Da habe ich gemerkt das man auch unterforen machen kann da habe ich es gemacht und da kommt auch mein problem wenn ich mehrere foren machen ist es so Unterforen: unterforum1 unterforum2 unterforum3 aber ich möchte es so haben Unterforen: unterforum1 unterforum2 unterforum3 danke! hat sich erledigt kann gelöscht werde! RE: Unterforen problem - bigfatpapa - 05.09.2009 hast du das problem noch oder nicht wenn nein wie hast du es gelöst ? RE: Unterforen problem - CensoredFly - 05.09.2009 Ich habe einfach noch was hinzugefügt so war es vorher: // Fetch the template and append it to the list eval("\$forum_list .= \"".$templates->get("forumbit_depth3", 1, 0)."\";"); $comma = ""; Und so habe ich es gelöst: // Fetch the template and append it to the list eval("\$forum_list .= \"<br>".$templates->get("forumbit_depth3", 1, 0)."\";"); $comma = ""; RE: Unterforen problem - bigfatpapa - 05.09.2009 dumme frage wo hast du es eingefügt ? RE: Unterforen problem - Michael - 06.09.2009 Siehe auch: https://www.mybb.de/forum/thread-3835-post-26518.html#pid26518 RE: Unterforen problem - bigfatpapa - 06.09.2009 Da der andere Thread closed ist habe ich immer noch das kleine Problem: http://srv2.s4lmedia.de/09/0906/30k7tc2007.PNG Kann man die ganz untereinander machen oder steht da immer 1 Unterforum hinter Unterforen ? RE: Unterforen problem - Michael - 06.09.2009 Versuchs mit der genannten Änderung in Beitrag #3 dieses Themas. RE: Unterforen problem - StefanT - 06.09.2009 Und ersetzt dort <br> durch <br />. |