-
Postów
297 -
Dołączył
-
Ostatnia wizyta
Typ zawartości
Profile
Forum
Pliki
Galeria
Blogi
Sklep
Wydarzenia
Treść opublikowana przez dawid18
-
To jakbyś mógł to mi podaj kod html Co mi nie pasuje w tym modzie?Może to że nie umiem się nim obsługiwać Podaj mi ten kod html
-
A jeszcze oprócz tego modu jest jeszcze inny?
-
Witam, poszukuje modu takiego aby można było dodać mu linki do utworów mp3 coś podobnego do radia?
-
OK dzięki
-
Witam, mam zainstalowany ten mod wszystko działa tylko wkurza mnie kilka rzeczy. 1.W tematach powinno pisać Pomógł,a pisze Thanks w pliku lang_thanks jest wszystko po polsku. 2.Gdy jakiś user podziękuje to pisze tak "The Following Members Thank the Author for his Post:" a powinno być po polsku. To gdzie mam to edytować bo w tym pliku "lang_thanks" jest 100% polski
-
Ok temat do zamknięcia
-
Dobra działa i sorki
-
A ja mam inne pytanie mam go włączonego i jest ustawiony że pod 1 postem ma się wyświetlać,ale on sie nie wyświetla gdy jest temat bez odpowiedzi?
-
Najlepszego DawPi
-
Ok teraz działa przedtem nie działało.dzięki
-
Masz http://rafb.net/p/Fp3kec30.html
-
Przepraszam Cię najmocniej,ale pomyliłem pliki i podałem ci ten kod który nie był zmodyfikowany Edit: ale tematy się nie zmieniły jest takie coś np. http://webcityfile.pl/index.php?showtopic=225&pid=246&st=0entry246 a np. jak mam fora to jest: http://webcityfile.pl/Szkola-f13.html To ma tak być czy coś jeszcze jest źle?
-
Masz //edytowano..
-
Masz CODE-BOX ## mod_rewrite in use # RewriteEngine On # Uncomment following line if your webserver's URL # is not directly related to physival file paths. # This is usually not needed. # RewriteBase /YourForumDirectory # # Rules # #FORUMS RewriteRule ^forums\.html(.*)$ index.php?act=idx$1 # DO THE TOPIC URLS RewriteRule ^(.*)-t([0-9][0-9]*)-s([0-9][0-9]*)\.html(.*)$ index.php?showtopic=$2&st=$3 RewriteRule ^(.*)-t([0-9][0-9]*)\.html(.*)$ index.php?showtopic=$2$3 # MEMBERS RewriteRule ^member-list\.html(.*) index.php?act=members # Blogs RewriteRule ^blogs\.html(.*)$ index.php?automodule=blog$1 # Gallery RewriteRule ^gallery\.html(.*)$ index.php?act=module&module=gallery$1 # DO THE TOPIC URLS RewriteRule ^(.*)-t([0-9][0-9]*)-s([0-9][0-9]*)\.html(.*)$ index.php?showtopic=$2&st=$3 RewriteRule ^(.*)-t([0-9][0-9]*)\.html(.*)$ index.php?showtopic=$2$3 # DO THE FORUM URLS RewriteRule ^(.*)-new-topic-f([0-9]*)\.html(.*)$ index.php?act=Post&CODE=00&f=$2$3 RewriteRule ^(.*)-new-poll-f([0-9]*)\.html(.*)$ index.php?act=Post&CODE=10&f=$2$3 RewriteRule ^(.*)-f([0-9][0-9]*)\.html(.*)$ index.php?showforum=$2$3 # DO EMAIL AND PM URLS RewriteRule ^(.*)-a-private-message-m([0-9]*)\.html(.*)$ index.php?act=Msg&CODE=4&MID=$2$3 RewriteRule ^(.*)-an-email-m([0-9]*)\.html(.*)$ index.php?act=Mail&CODE=00&MID=$2$3 # DO THE PROFILE URLS RewriteRule ^(.*)-m([0-9]*)\.html(.*)$ index.php?showuser=$2$3 # Login/Logout RewriteRule ^logout\.html(.*)$ index.php?act=Login&CODE=03$1 RewriteRule ^login\.html(.*)$ index.php?act=Login&CODE=00$1 RewriteRule ^register\.html(.*)$ index.php?act=Reg&CODE=00$1 # STATS AND LEGENDS RewriteRule ^the-moderating-team\.html(.*)$ index.php?act=Stats&CODE=leaders$1 RewriteRule ^todays-top-10-posters\.html(.*)$ index.php?act=Stats$1 RewriteRule ^overall-top-10-posters\.html(.*)$ index.php?act=Members&max_results=10&sort_key=posts&sort_order=desc$1 RewriteRule ^todays-active-topics\.html(.*)$ index.php?act=Search&nav=lv&CODE=show&searchid=$2&search_in=topics&result_type=topics&lastdate=$3 # MEMBERS LIST RewriteRule ^member-list\.html(.*)$ index.php?act=Members$1 # ONLINE LIST RewriteRule ^online-list\.html(.*)$ index.php?act=Online$1 RewriteRule ^online-list-last-click\.html(.*)$ index.php?act=Online&CODE=listall&sort_key=click$1 RewriteRule ^online-list-member-name\.html(.*)$ index.php?act=Online&CODE=listall&sort_key=name&sort_order=asc&show_mem=reg$1 # HELP RewriteRule ^h\.html(.*)$ index.php?act=help&CODE=01&HID=$2$3 RewriteRule ^(.*)help\.html(.*)$ index.php?act=Help$2 # USER CP RewriteRule ^my-controls\.html(.*)$ index.php?act=UserCP&CODE=00$1 # MESSENGER RewriteRule ^compose-new-message\.html(.*)$ index.php?act=Msg&CODE=04$1 RewriteRule ^inbox\.html(.*)$ index.php?act=Msg&CODE=01&VID=in$1 RewriteRule ^sent-items\.html(.*)$ index.php?act=Msg&CODE=01&VID=sent$1 RewriteRule ^saved-pms\.html(.*)$ index.php?act=Msg&CODE=20$1 RewriteRule ^empty-pm-folders\.html(.*)$ index.php?act=Msg&CODE=delete$1 RewriteRule ^edit-storage-folders\.html(.*)$ index.php?act=Msg&CODE=07$1 RewriteRule ^pm-buddies\.html(.*)$ index.php?act=Msg&CODE=02$1 RewriteRule ^archive-messages\.html(.*)$ index.php?act=Msg&CODE=14$1 RewriteRule ^message-tracker\.html(.*)$ index.php?act=Msg&CODE=30$1 RewriteRule ^new-messages\.html(.*)$ index.php?act=Msg&CODE=01$1 # SUBSCRIPTIONS RewriteRule ^view-topic-subscriptions\.html(.*)$ index.php?act=UserCP&CODE=26$1 RewriteRule ^view-forum-subscriptions\.html(.*)$ index.php?act=UserCP&CODE=50$1 # PERSONAL PROFILE RewriteRule ^edit-profile-info\.html(.*)$ index.php?act=UserCP&CODE=01$1 RewriteRule ^edit-signature\.html(.*)$ index.php?act=UserCP&CODE=22$1 RewriteRule ^edit-avatar-settings\.html(.*)$ index.php?act=UserCP&CODE=24$1 RewriteRule ^change-personal-photo\.html(.*)$ index.php?act=UserCP&CODE=photo$1 # OPTIONS RewriteRule ^manage-your-attachments\.html(.*)$ index.php?act=UserCP&CODE=attach$1 RewriteRule ^manage-ignored-users\.html(.*)$ index.php?act=UserCP&CODE=ignore$1 RewriteRule ^email-settings\.html(.*)$ index.php?act=UserCP&CODE=02$1 RewriteRule ^board-settings\.html(.*)$ index.php?act=UserCP&CODE=04$1 RewriteRule ^change-email-address\.html(.*)$ index.php?act=UserCP&CODE=08$1 RewriteRule ^change-password\.html(.*)$ index.php?act=UserCP&CODE=28$1 # MODERATOR TOOLS RewriteRule ^ip-tool\.html(.*)$ index.php?act=UserCP&CODE=iptool$1 RewriteRule ^member-tool\.html(.*)$ index.php?act=UserCP&CODE=memtool$1 RewriteRule ^manage-anoucements\.html(.*)$ index.php?act=UserCP&CODE=announce_start$1 # GET NEW POSTS RewriteRule ^get-new-posts\.html(.*)$ index.php?act=Search&CODE=getnew$1 # DO THE FORUM INDEX RewriteRule ^forums\.html(.*)$ index.php?act=idx$3 # EXTRA RewriteRule ^mark-all-read\.html(.*)$ index.php?act=Login&CODE=05$1 RewriteRule ^delete-cookies\.html(.*)$ index.php?act=Login&CODE=06$1 # SEARCH RewriteRule ^search\.html(.*)$ index.php?act=Search$1 RewriteRule ^search\.html(.*)$ index.php?act=Search&f=$2$3 # CALENDAR RewriteRule ^calendar\.html(.*)$ index.php?act=calendar$1 # TPP RewriteRule ^points-acp\.html(.*)$ index.php?act=PointsACP$1 RewriteRule ^points-transfer\.html(.*)$ index.php?act=Transfer_TPP$1 # MODS # ineo RewriteRule ^ineo\.html(.*)$ index.php?autocom=ineo$1 # links RewriteRule ^links\.html(.*)$ index.php?autocom=links$1 # arcade RewriteRule ^downloads\.html(.*)$ index.php?automodule=downloads$1 # idm RewriteRule ^arcade\.html(.*)$ index.php?autocom=arcade$1 Plik class_display.php edytowany był zgodnie z instrukcją Plik furl.php też wrzucony
-
Wszystko mam dobrze z edytowane.A może to coś z plikiem .htaccess? Chyba dlatego że masz większą głowę do tego
-
tak obsługuje mod rewrite.to co jest nie tak?
-
A jak to sprawdzić?Ja mam serwer na boo.pl
-
Witam, mam problem z tym modem ponieważ wgrałem wszystko i nic nie działa jak było tak jest.Co może być przyczyną? http://webcityfile.pl/index.php?showforum=109
-
Witam, chciałem się zapytać czy istnieje jakiś mod,albo znacie jakiś kod html żeby co odświeżenie strony zmieniał się banner? Wstawiałem ten kod,ale on nie działa. <script language="JavaScript"> <!-- baner = new Array(4); baner[0] = '<a href="a.html" target=_blank><img src="bannner.jpg" width="468" HEIGHT="60" BORDER="0" alt=" "></a>'; baner[1] = '<a href="b.html" target=_blank><img src="baner.gif" width="468" HEIGHT="60" BORDER="0" alt=" "></a>'; baner[2] = '<a href="c.html" target=_blank><img src="banner.jpg" widtth="468" height="60" BORDER="0" alt=" "></a>'; baner[3] = '<a href="d.html" target="_blank"><img border="0" src="bannner.jpg" alt=" " width="468" height="60"></a>'; //losowe wyświetlenie index = Math.floor(Math.random() * baner.length); //wyświetlanie banerów document.write("<center>"); document.write(baner[index]); document.write("</center>"); //--> </script>
-
OK dzięki działa Można zamknąć
-
Witam, http://img78.imageshack.us/img78/4371/beztytuuea9.gif Jak jest po prawej stronie shoutbox,kalendarz,użytkownicy,szukaj,Pomoc to jak się dodaje np. Regulamin albo coś innego?
-
OK dzięki pomogło.Closed
-
Witam, mam pytanie dotyczące tego moda bo jest zainstalowany i jak jest 5 postów w jednym temacie to podziękować da się tylko autorowi tego tematu czyli postu numer 1 a np.userwoi który napisał post 2 to się nie da?
-
Ok dzięki temat można zamknąć.
-
DawPi powiększa się gdy wejdę: ACP>Look&Feel>skin>Edit Stylesheet (CSS Advanced Mode). Tylko poszerza się wszystko.A ja chce tylko forum nie chce np.poszerzać tego miejsca co jest na logo.
