Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Cześć ;). Dziś wpadłem na kolejną propozycję!
  2. Może by tak zamiast tak:
  3. [spoiler][img]http://www.mpcforum.pl/uploads/images/2291214587531191140352.png[/img][/spoiler]
  4. Zrobić tak: [spoiler][img]http://www.mpcforum.pl/uploads/images/4318314587531191140352.png[/img][/spoiler]?
  5.  
  6.  
  7. Jak to zrobić? To proste!
  8.  
  9. Znajdź w szablonach
  10. Strona główna / boardIndexTemplate (otwórz)
  11. znajdź i zamień z:
  12. [spoiler][code=auto:0]
  13. <ol class='subforums'>
  14. <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
  15. <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if>
  16. <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li>
  17. </foreach>
  18. </ol>[/code]
  19. Zamień na;[code=auto:0]
  20. <ol class='subforums1'>
  21. <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
  22. </ol>
  23.  
  24. <ol class='subforums2'>
  25. <if test="showSubForumsLit:|:$__data[3]">
  26. </foreach>
  27. </ol>
  28.  
  29.  
  30. <ol class='subforums3'>
  31. <foreach loop="subforums:$forum_data['subforums'] as $__id => $__data">
  32. </ol>
  33.  
  34. <ol class='subforums'>
  35. <if test="showSubForumsLit:|:$__data[3]"><li class='newposts'><else /><li></if>
  36. <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public"}" title='{$this->lang->words['go_to_forum']}'>{$__data[1]}</a></li>
  37. </foreach>
  38. </ol>[/code]
  39. [/spoiler]
  40.  
  41. Dobra to mamy 50% pracy.
  42. Teraz drugie 50%.
  43.  
  44. Kliknij zakladke [b]CSS[/b] i wybierz [b]ipb_styles.css.[/b]
  45.  
  46. [b]znajdź:[/b]
  47. [b][spoiler][/b][code=auto:0]
  48. table.ipb_table ol.subforums {
  49. margin-top: 3px;
  50. float: left;
  51. width: 50%;
  52. }[/spoiler][/code]
  53. [b]zamień na:[/b]
  54.  
  55. [b][spoiler][/b][code=auto:0]
  56. table.ipb_table ol.subforums {
  57. margin-top: 3px;
  58. float: left;
  59. width: 33%;
  60. }
  61.  
  62. table.ipb_table ol.subforums1 {
  63. width: 33%;
  64. }
  65.  
  66. table.ipb_table ol.subforums2 {
  67. width: 33%;
  68. }[/code]
  69. [b][/spoiler][/b]
  70.  
  71.  
  72. [b]Pozdrawiam :)[/b]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement