Usunięcie "Zmień styl na nowy" z fusionboard
|
nourin |
Dodany dnia 02.05.2008 12:00:01
|
Przedszkolak
Postów: 38 Ostrzeżeń: 2
Data rejestracji: 27.03.2008 14:13
|
Jak w temacie. Wiecie jak to zrobić?
PW od moderatora:
- Przeniesienie tematu - bartek124 02.05 - 12:14
|
|
|
|
Wścibski Gość |
Dodany dnia 25.11.2024 19:39:17
|
Pan Kontekstualny
Postów: n^x
Data rejestracji: Zawsze
|
|
IP: localhost |
|
|
MeTeo |
Dodany dnia 02.05.2008 12:05:26
|
Bywalec
Postów: 880 Pomógł: 23 Ostrzeżeń: 2
Data rejestracji: 14.12.2005 19:38
|
Usunąć link do tego Można też pokusić się o wycięcie kodu z viewthread.php oznaczony jako "vbulletin style", tylko zastanawiam się - po co? Właśnie plus fusion_boarda jest zmiana stylu na ciekawszy, oraz możliwość powrotu... |
|
|
|
nourin |
Dodany dnia 02.05.2008 12:09:09
|
Przedszkolak
Postów: 38 Ostrzeżeń: 2
Data rejestracji: 27.03.2008 14:13
|
A mógłbyś mi powiedzieć tak konkretniej co usunąć z viewthread? |
|
|
|
MeTeo |
Dodany dnia 02.05.2008 12:23:35
|
Bywalec
Postów: 880 Pomógł: 23 Ostrzeżeń: 2
Data rejestracji: 14.12.2005 19:38
|
Pytanie - po co? Zainstaluj stare forum z wtyczką rank i będziesz mieć to samo. Ale jak nalegasz...
usuń
if(isset($_GET['style']) && is_numeric($_GET['style'])){ $style=$_GET['style']; }else{ $style = $fboardControl['fbc_view']; }
to zamień:
<td class='tbl1'><b>".($style == "1" || !$style ? "<a href='".FUSION_SELF."?forum_id=".$forum_id."&thread_id=".$thread_id."&style=2'>".$locale['fb_j102']."</a>" : "<a href='".FUSION_SELF."?forum_id=".$forum_id."&thread_id=".$thread_id."&style=1'>".$locale['fb_j103']."</a>")."</b></td>
na
<td class='tbl1'></td>
|
|
|
|
nourin |
Dodany dnia 02.05.2008 12:42:09
|
Przedszkolak
Postów: 38 Ostrzeżeń: 2
Data rejestracji: 27.03.2008 14:13
|
Usunęło, ale automatycznie zmieniło mi styl na nowy. Wiesz może co zrobić, żeby był normalny styl, ale żeby nie było linku do zmienienia go?
Edytowane przez Pieka dnia 02.05.2008 13:01:02
|
|
|
|
MeTeo |
Dodany dnia 02.05.2008 12:54:32
|
Bywalec
Postów: 880 Pomógł: 23 Ostrzeżeń: 2
Data rejestracji: 14.12.2005 19:38
|
Przecież masz zarządzanie forum to zmień tam! Jeśli to nie zadziała to dodaj tą linię, którą kazałem Ci usunąć i spróbuj jeszcze raz. |
|
|
|
nourin |
Dodany dnia 02.05.2008 13:02:01
|
Przedszkolak
Postów: 38 Ostrzeżeń: 2
Data rejestracji: 27.03.2008 14:13
|
Oki dzięki, pomogło
Teraz mam jeszcze 2 pytanie... Trochę Cię nim zdenerwuje, ale... Jak usunąć "Drukuj temat"?
Edytowane przez Pieka dnia 02.05.2008 13:02:39
|
|
|
|
MeTeo |
Dodany dnia 02.05.2008 13:05:12
|
Bywalec
Postów: 880 Pomógł: 23 Ostrzeżeń: 2
Data rejestracji: 14.12.2005 19:38
|
Tak samo jak usunąłeś zmianę stylu... Masz to linijkę wyżej od tego... zostaw znowu samo
<td class='tbl1'></td>
|
|
|
|
nourin |
Dodany dnia 02.05.2008 13:12:21
|
Przedszkolak
Postów: 38 Ostrzeżeń: 2
Data rejestracji: 27.03.2008 14:13
|
Dzięki, pomogło, mam jeszcze 2 pytanka:
1. Jak zlikwidować taki mały kwadracik, który pozostał po usunięciu "Drukuj temat", "Oceń temat" i "Zmień styl na nowy"?
2. Jak dodać tabelkę, która by oddzielała tytuł itp. w pliku viewforum.php?, bo mam theme Aero i brzydko to wygląda. Z viewthread.php zrobiłem, tak jak Pieka radził w jakimś temacie, a jak z viewforum próbowałem robić tak samo to nie wychodziło coś. Wiesz może jak to zrobić?
Edytowane przez Milka dnia 02.05.2008 19:08:49
|
|
|
|
MeTeo |
Dodany dnia 02.05.2008 13:35:05
|
Bywalec
Postów: 880 Pomógł: 23 Ostrzeżeń: 2
Data rejestracji: 14.12.2005 19:38
|
#1. Pousuwaj class='tbl1'
Co do drugiego, to nie rozumiem problemu... |
|
|
|
nourin |
Dodany dnia 02.05.2008 13:50:02
|
Przedszkolak
Postów: 38 Ostrzeżeń: 2
Data rejestracji: 27.03.2008 14:13
|
1. - pomogło
2. - mam takie coś:
Chciałbym, żeby były tabelki w tym, które oddzielają Tytuł, Autora itp |
|
|
|
bartek124 |
Dodany dnia 02.05.2008 18:20:13
|
Weteran
Postów: 3264 Pomógł: 236
v7.02.06 Data rejestracji: 26.05.2007 12:25
|
Do <table> dodaj class='tbl-border' oraz do każdej komórki tabeli dodaj na zmianę tbl1 i tbl2.
Nie pomagam na komunikatorach oraz PW!
|
|
|
|
nourin |
Dodany dnia 02.05.2008 19:27:58
|
Przedszkolak
Postów: 38 Ostrzeżeń: 2
Data rejestracji: 27.03.2008 14:13
|
Dodałem class i mam takie linijki dwie:
<table border='0' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>
echo "<table cellpadding='0' cellspacing='0' width='100%' class='tbl-border'>
Teraz druga część zadania... nic z niej nie rozumiem. Mógłbyś wytłumaczyć mi co gdzie wkleić?
Edytowane przez Milka dnia 02.05.2008 22:53:51
|
|
|
|
MeTeo |
Dodany dnia 02.05.2008 22:12:46
|
Bywalec
Postów: 880 Pomógł: 23 Ostrzeżeń: 2
Data rejestracji: 14.12.2005 19:38
|
No na zmianę... raz dajesz
class='tbl1'
a za drugim razem dajesz
class='tbl2'
w
<td>
Trochę logiki w tym co robisz, a nie "spisywanie" z forum i zero konsekwencji w tym co robisz... To są podstawy html'a! |
|
|
|
nourin |
Dodany dnia 03.05.2008 09:05:20
|
Przedszkolak
Postów: 38 Ostrzeżeń: 2
Data rejestracji: 27.03.2008 14:13
|
Dodałem, wydaje mi się dobrze (tak jak kazaliście), ale w dalszym ciągu nic.
To mój kod:
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "../maincore.php";
require_once BASEDIR."subheader.php";
require_once BASEDIR."side_left.php";
include LOCALE.LOCALESET."forum/main.php";
include LOCALE.LOCALESET."fusionboard.php";
if (!isset($lastvisited) || !isNum($lastvisited)) $lastvisited = time();
$threads_per_page = 20;
if (!FUSION_QUERY || !$forum_id || !isNum($forum_id)) fallback("index.php");
$result = dbquery(
"SELECT f.*, f2.forum_name AS forum_cat_name
FROM ".$db_prefix."forums f
LEFT JOIN ".$db_prefix."forums f2 ON f.forum_cat=f2.forum_id
WHERE f.forum_id='".$forum_id."'"
);
if (dbrows($result)) {
$data = dbarray($result);
if (!checkgroup($data['forum_access']) || !$data['forum_cat']) fallback("index.php");
} else {
fallback("index.php");
}
$can_post = checkgroup($data['forum_posting']);
$caption = $data['forum_cat_name']." | ".$data['forum_name'];
$subForums = dbquery("SELECT * FROM ".$db_prefix."forums WHERE forum_sub='$forum_id'");
if(dbrows($subForums)){
opentable($locale['fb_j104']);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='tbl-border'>
<tr>
<td>
<table border='0' cellpadding='0' cellspacing='1' width='100%' class='tbl-border'>
<tr>
<td colspan='3' class='tbl2'>".$locale['401']."</td>
<td align='center' width='50' class='tbl1'>".$locale['402']."</td>
<td align='center' width='50' class='tbl2'>".$locale['403']."</td>
<td width='120' class='tbl2'>".$locale['404']."</td>
</tr>\n";
$forum_list = ""; $current_cat = "";
$result = dbquery(
"SELECT f.*, COUNT(t.thread_id) AS thread_count, MAX(t.thread_lastpost) AS last_post, f2.forum_name AS forum_cat_name, u.user_id, u.user_name FROM ".$db_prefix."forums f
LEFT JOIN ".$db_prefix."threads t USING(forum_id)
LEFT JOIN ".$db_prefix."forums f2 ON f.forum_cat = f2.forum_id
LEFT JOIN ".$db_prefix."users u ON f.forum_lastuser = u.user_id
WHERE ".groupaccess('f.forum_access')." AND f.forum_cat!='0' AND f.forum_sub='$forum_id' GROUP BY forum_id ORDER BY f2.forum_order ASC, f.forum_order ASC"
);
while ($data = dbarray($result)) {
$moderators = "";
if ($data['forum_moderators']) {
$res = "user_id='".str_replace(".", "' OR user_id='", $data['forum_moderators'])."'";
$result2 = dbquery("SELECT user_id,user_name FROM ".$db_prefix."users WHERE (".$res.")");
while ($data2 = dbarray($result2)) {
if ($moderators) $moderators .= ", ";
$moderators .= "<a href='".BASEDIR."profile.php?lookup=".$data2['user_id']."'>".$data2['user_name']."</a>";
}
}
if ($data['last_post'] > $lastvisited) {
$fim = "<img src='".THEME."forum/foldernew.gif' alt='".$locale['560']."'>";
} else {
$fim = "<img src='".THEME."forum/folder.gif' alt='".$locale['561']."'>";
}
echo "<tr>
<td align='center' class='tbl1'>
".($data['forum_icon'] == "" ? "<img src='".IMAGES."icons/folder.png' alt=''>" : "<img src='".IMAGES."icons/".$data['forum_icon']."' alt=''>")."
</td><td align='center' class='tbl2'>$fim</td>
<td class='tbl1'><a href='viewforum.php?forum_id=".$data['forum_id']."'>".$data['forum_name']."</a><br>
<span class='small'>".$data['forum_description'].($moderators ? "<br>\n".$locale['411'].$moderators."</span></td>\n" : "</span></td>\n")."
<td align='center' class='tbl2'>".$data['thread_count']."</td>
<td align='center' class='tbl1'>".dbcount("(post_id)", "posts", "forum_id='".$data['forum_id']."'")."</td>
<td class='tbl2'>";
if ($data['forum_lastpost'] == 0) {
echo $locale['405']."</td>\n</tr>\n";
} else {
echo showdate("forumdate", $data['forum_lastpost'])."<br>
<span class='small'>".$locale['406']."<a href='".BASEDIR."profile.php?lookup=".$data['forum_lastuser']."'>".$data['user_name']."</a></span></td>
</tr>\n";
}
}
echo "</table>
</td>
</tr>
</table>";
closetable();
tablebreak();
}
opentable($locale['450']);
echo "<table cellspacing='0' cellpadding='0' width='100%'>
<tr>
<td class='smallalt'>
<a href='index.php'>".$settings['sitename']."</a> | $caption</td>\n";
if (iMEMBER && $can_post) {
echo "<td align='right'>
<a href='post.php?action=newthread&forum_id=$forum_id'><img src='".THEME."forum/newthread.gif' alt='".$locale['566']."' style='border:0px;'></a>
</td>\n";
}
echo "</tr>
</table>\n";
$rows = dbrows(dbquery("SELECT * FROM ".$db_prefix."threads WHERE forum_id='$forum_id' AND thread_sticky='0'"));
if (!isset($rowstart) || !isNum($rowstart)) $rowstart = 0;
if ($rows > $threads_per_page) {
echo "<div align='center' style='margin-top:5px;margin-bottom:5px;'>
".makePageNav($rowstart,20,$rows,3,FUSION_SELF."?forum_id=$forum_id&")."
</div>\n";
}
echo "<table cellpadding='0' cellspacing='0' width='100%' class='tbl-border'>
<tr>
<td>
<table cellspacing='1' cellpadding='0' width='100%'>
<tr>
<td width='20' class='tbl2'> </td>
<td class='tbl2'>".$locale['451']."</td>
<td width='100' class='tbl2'>".$locale['452']."</td>
<td align='center' width='50' class='tbl1'>".$locale['453']."</td>
<td align='center' width='50' class='tbl2'>".$locale['454']."</td>
<td width='120' class='tbl2'>".$locale['404']."</td>
</tr>\n";
if ($rowstart == 0) {
$result = dbquery(
"SELECT t.*, COUNT(p.post_id) AS thread_replies, tu1.user_name AS user_author, tu2.user_name AS user_lastuser FROM ".$db_prefix."threads t
LEFT JOIN ".$db_prefix."posts p USING(thread_id)
LEFT JOIN ".$db_prefix."users tu1 ON t.thread_author = tu1.user_id
LEFT JOIN ".$db_prefix."users tu2 ON t.thread_lastuser = tu2.user_id
WHERE t.forum_id='$forum_id' AND thread_sticky='1' GROUP BY thread_id ORDER BY thread_lastpost DESC"
);
if (dbrows($result) != 0) {
while ($data = dbarray($result)) {
if ($data['thread_locked']) {
echo "<tr>\n<td align='center' width='25' class='tbl1'><img src='".THEME."forum/folderlock.gif' alt='".$locale['564']."'></td>";
} else {
if ($data['thread_lastpost'] > $lastvisited) {
$folder = "<img src='".THEME."forum/foldernew.gif' alt='".$locale['560']."'>";
} else {
$folder = "<img src='".THEME."forum/folder.gif' alt='".$locale['561']."'>";
}
echo "<tr>\n<td align='center' width='25' class='tbl2'>$folder</td>";
}
$reps = ceil($data['thread_replies'] / $threads_per_page);
$threadsubject = "<a href='viewthread.php?forum_id=$forum_id&thread_id=".$data['thread_id']."'>".$data['thread_subject']."</a>";
if ($reps > 1) {
$ctr = 0; $ctr2 = 1; $pages = "";
while ($ctr2 <= $reps) {
$pnum = "<a href='viewthread.php?forum_id=$forum_id&thread_id=".$data['thread_id']."&rowstart=$ctr'>$ctr2</a> ";
$pages = $pages.$pnum; $ctr = $ctr + $threads_per_page; $ctr2++;
}
$threadsubject .= " - (".$locale['412'].trim($pages).")";
}
echo "<td class='tbl1'><img src='".THEME."forum/stickythread.gif' alt='".$locale['560']."' style='vertical-align:middle;'>
$threadsubject</td>
<td class='tbl2'><a href='../profile.php?lookup=".$data['thread_author']."'>".$data['user_author']."</a></td>
<td align='center' class='tbl1'>".$data['thread_views']."</td>
<td align='center' class='tbl2'>".($data['thread_replies']-1)."</td>
<td class='tbl1'>".showdate("forumdate", $data['thread_lastpost'])."<br>
<span class='small'>".$locale['406']."<a href='../profile.php?lookup=".$data['thread_lastuser']."'>".$data['user_lastuser']."</a></span></td>
</tr>\n";
}
$threadcount = dbrows($result);
} else {
$threadcount = 0;
}
}
if ($rows != 0) {
$result = dbquery(
"SELECT t.*, COUNT(p.post_id) AS thread_replies, tu1.user_name AS user_author, tu2.user_name AS user_lastuser FROM ".$db_prefix."threads t
LEFT JOIN ".$db_prefix."posts p USING(thread_id)
LEFT JOIN ".$db_prefix."users tu1 ON t.thread_author = tu1.user_id
LEFT JOIN ".$db_prefix."users tu2 ON t.thread_lastuser = tu2.user_id
WHERE t.forum_id='$forum_id' AND thread_sticky='0' GROUP BY thread_id ORDER BY thread_lastpost DESC LIMIT $rowstart,20"
);
$numrows = dbrows($result);
while ($data = dbarray($result)) {
if ($data['thread_locked']) {
echo "<tr>\n<td align='center' width='25' class='tbl2'><img src='".THEME."forum/folderlock.gif' alt='".$locale['564']."'></td>";
} else {
if ($data['thread_lastpost'] > $lastvisited) {
$folder = "<img src='".THEME."forum/foldernew.gif' alt='".$locale['560']."'>";
} else {
$folder = "<img src='".THEME."forum/folder.gif' alt='".$locale['561']."'>";
}
echo "<tr>\n<td align='center' width='25' class='tbl1'>$folder</td>";
}
$reps = ceil($data['thread_replies'] / $threads_per_page);
$threadsubject = "<a href='viewthread.php?forum_id=$forum_id&thread_id=".$data['thread_id']."'>".$data['thread_subject']."</a>";
if ($reps > 1) {
$ctr = 0; $ctr2 = 1; $pages = "";
while ($ctr2 <= $reps) {
$pnum = "<a href='viewthread.php?forum_id=$forum_id&thread_id=".$data['thread_id']."&rowstart=$ctr'>$ctr2</a> ";
$pages = $pages.$pnum; $ctr = $ctr + $threads_per_page; $ctr2++;
}
$threadsubject .= " - (".$locale['412'].trim($pages).")";
}
echo "<td class='tbl2'>$threadsubject</td>
<td class='tbl1'><a href='../profile.php?lookup=".$data['thread_author']."'>".$data['user_author']."</a></td>
<td align='center' class='tbl2'>".$data['thread_views']."</td>
<td align='center' class='tbl1'>".($data['thread_replies']-1)."</td>
<td class='tbl2'>".showdate("forumdate", $data['thread_lastpost'])."<br>
<span class='small'>".$locale['406']."<a href='../profile.php?lookup=".$data['thread_lastuser']."'>".$data['user_lastuser']."</a></span></td>
</tr>\n";
}
} else {
if ($threadcount == 0) {
echo "<tr>\n<td colspan='6' class='tbl1'>".$locale['455']."</td>\n</tr>\n";
}
}
echo "</table>
</td>
</tr>
</table>\n";
if ($rows > $threads_per_page) {
echo "<div align='center' style='margin-top:5px;'>
".makePageNav($rowstart,20,$rows,3,FUSION_SELF."?forum_id=$forum_id&")."
</div>\n";
}
$forum_list = ""; $current_cat = "";
$result = dbquery(
"SELECT f.forum_id, f.forum_name, f2.forum_name AS forum_cat_name
FROM ".$db_prefix."forums f
INNER JOIN ".$db_prefix."forums f2 ON f.forum_cat=f2.forum_id
WHERE ".groupaccess('f.forum_access')." AND f.forum_cat!='0' ORDER BY f2.forum_order ASC, f.forum_order ASC"
);
while ($data2 = dbarray($result)) {
if ($data2['forum_cat_name'] != $current_cat) {
if ($current_cat != "") $forum_list .= "</optgroup>\n";
$current_cat = $data2['forum_cat_name'];
$forum_list .= "<optgroup label='".$data2['forum_cat_name']."'>\n";
}
$sel = ($data2['forum_id'] == $data['forum_id'] ? " selected" : "");
$forum_list .= "<option value='".$data2['forum_id']."'$sel>".$data2['forum_name']."</option>\n";
}
$forum_list .= "</optgroup>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0' style='margin-top:5px;'>
<tr>
<td align='left' class='tbl'>".$locale['540']."<br>
<select name='jump_id' class='textbox' onChange=\"jumpForum(this.options[this.selectedIndex].value);\">
$forum_list</select></td>\n";
if (iMEMBER && $can_post) {
echo "<td align='right'>
<a href='post.php?action=newthread&forum_id=$forum_id'><img src='".THEME."forum/newthread.gif' alt='".$locale['566']."' style='border:0px;'></a>
</td>\n";
}
echo "</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='tbl1'>
<img src='".THEME."forum/foldernew.gif' alt='".$locale['560']."' style='vertical-align:middle;'> - ".$locale['456']."(
<img src='".THEME."forum/folderhot.gif' alt='".$locale['562']."' style='vertical-align:middle;'> - ".$locale['457']." )<br>
<img src='".THEME."forum/folder.gif' alt='".$locale['561']."' style='vertical-align:middle;'> - ".$locale['458']."<br>
<img src='".THEME."forum/folderlock.gif' alt='".$locale['564']."' style='vertical-align:middle;'> - ".$locale['459']."<br>
<img src='".THEME."forum/stickythread.gif' alt='".$locale['563']."' style='vertical-align:middle;'> - ".$locale['460']."</td>
</tr>
</table>\n";
closetable();
echo "<script type='text/javascript'>
function DeleteItem() {
return confirm('Delete this thread?');
}
function jumpForum(forumid) {
document.location.href='".FORUM."viewforum.php?forum_id='+forumid;
}
</script>\n";
require_once BASEDIR."side_right.php";
require_once BASEDIR."footer.php";
?>
Co w nim jest złe? |
|
|