Deprecated: Function split() is deprecated in
/var/www/web619/html/components/com_easybook/easybook.php on line
20
Gästebuch
Carole
22 Mai 2012 14:18 | AnazpnsdR
워드프레스는 링크가 포함된 들을 자동적으로 생성하는데 비해서, 버디프레스는 Home, Activity, Members 메뉴의 li 태그에 php 코드를 사용해서 제어하고 있군요. 워드프레스 menus 페이지에서 드래그앤 드롭으로 메뉴를 관리하려면 3.0 메뉴로 바꿔줘야 하는데 li 태그에 사용된 php 코드의 정확한 의미를 잘 모르겠네요. 물론 버디프레스에서 사용되는 home activity mrbemes 메뉴 등을 직접 header.php 에서 수정하면 서브메뉴로 펼쳐지게 할 수는 있습니다.테마가 마음에 들지는 모르겠는데, suffusion 테마가 3.0 메뉴를 지원하고, 다단계 서브메뉴도 지원하고 있습니다. 그리고 플러그인을 설치하면 버디프레스도 같이 사용을 할 수 있게 되어 있습니다., 사용법 :1. Suffusion 테마를 설치하고 활성화2. Suffusion BuddyPress Pack 플러그인을 설치 활성화3. Suffusion BP Pack 메뉴에서, Activity, Member, 등을 선택하고 Rebuild4. Menus 메뉴로 가서 Custom links 항목에 해당 버디프레스 페이지의 URL 들을 직접 입력
Auth
22 Mai 2012 13:41 | hcCmmcCwEqJhG
This justifies my prueoivs assumption about foods in Vienna. When I visited the city back in 2007, I learned that every single food that I ate came with a bigger portion than similar meal in other countries (I remember eating a kebab which was twice larger than the ones that I had in Germany, also I saw someone ordered a bowl of salad all for himself which normally in other countries would make a serving for 2-3 people). Oh I miss Vienna so much.
Auth
22 Mai 2012 13:41 | hcCmmcCwEqJhG
This justifies my prueoivs assumption about foods in Vienna. When I visited the city back in 2007, I learned that every single food that I ate came with a bigger portion than similar meal in other countries (I remember eating a kebab which was twice larger than the ones that I had in Germany, also I saw someone ordered a bowl of salad all for himself which normally in other countries would make a serving for 2-3 people). Oh I miss Vienna so much.
Auth
22 Mai 2012 13:41 | hcCmmcCwEqJhG
This justifies my prueoivs assumption about foods in Vienna. When I visited the city back in 2007, I learned that every single food that I ate came with a bigger portion than similar meal in other countries (I remember eating a kebab which was twice larger than the ones that I had in Germany, also I saw someone ordered a bowl of salad all for himself which normally in other countries would make a serving for 2-3 people). Oh I miss Vienna so much.
Jorge
21 Mai 2012 13:33 | ekYXjNetRHEereh
그 말씀 이셨군요. 아마도 테마 제작자의 의도는 위쪽에 있는 메뉴는 그냥 간단한 페이지 메뉴로 사용하라고 멀티메뉴를 지원하지 않게 해 놓은 것 같네요. 그리고 옆에 서치박스랑 rss 버튼 때문에 공간이 많지 않아서 메뉴를 많이 사용하기엔 그렇네요.위쪽의 메뉴에도 멀티 메뉴를 사용하고 싶다면, hedaer.php를 약간 수정해 줘야 합니다.우선 hedaer.php에서 아래 부분을 찾습니다.window.addEvent( domready', function() {var myMenu = new MenuMatic();});위에서 아래처럼 var menu2 = new MenuMatic({id:'pagemenu'});를 추가해 줘야 합니다.window.addEvent( domready', function() {var myMenu = new MenuMatic();var menu2 = new MenuMatic({id:'pagemenu'});});그리고, hedaer.php에서 아래와 같은 부분에서( depth=1&theme_location=menu_1&menu_id=pagemenu&container=&fallback_cb=menu_
1_default');depth=1& 부분을 삭제하셔서 아래와 같이 되게 하시면 될 겁니다.( theme_location=menu_1&menu_id=pagemenu&container=&fallback_cb=menu_1_defaul
t');위와 같이 하면 하위메뉴는 제한없이 만들 수 있지만 공간관계상 메뉴는 4~5 개 정도만 쓰셔야 보기에 좋겠네요.