Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Redaguoju Themą!

Parašė iSty· 2009 Bir. 21 12:06:35
#1

Sveiki.
Nusprendžiau redaguoti themą.
Ir šioje temoje yra kažkokia klaida, gal net neklaida, o norėta taip padaryti, tačiau man labai jau negražu tai atrodo tai kaip reikėtu štai šitokią bėdą ištaisyti?
Atrodo štai šitaip:





Noriu, kad viršutinė navigacija, būtu centre, na kaip centre, būtu lygi su naujienomis, ir panelėmis.

Theme.php:

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#555555";
$body_bg = "#FFFFFF";
$theme_width = "100%";
$theme_width_l = "232";
$theme_width_r = "232";

function render_header($header_content) {
global $theme_width,$locale,$data,$aidlink,$db_prefix;

echo "<table align='center' cellspacing='0' cellpadding='0' width='860' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='860'>
<tr>
<td class='full-header'>";
include THEME."header.php";
echo "</td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";

}
function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%' class='footer'>
<tr>
<td width='73' align='left' style='padding-left: 6px;padding-top: 13px;'>  <a href='http://www.42studio.net/' target='_blank'><img src='".THEME."images/42.png' border='0'></a></td>
<td width='446'></td>
<td width='247' align='right' class='f_text'>TVS: <a href='http://www.php-fusion.co.uk' target='_blank' style='color:#000;'>PHP-Fusion</a></td>
</tr>
</table>
</td>
</tr>
</table>\n";

}

function render_news($subject, $news, $info) {

echo "<table cellpadding='0' cellspacing='0' width='601'>
<tr>
<td align='center' class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," &middot;").newsopts($info,"&middot;").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";

}

function render_article($subject, $article, $info) {
   
echo "<table width='601' cellpadding='0' cellspacing='0'>
<tr>
<td align='center' class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," &middot;").articleopts($info,"&middot;").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";

}

function opentable($title) {

echo "<table cellpadding='0' cellspacing='0' width='601'>
<tr>
<td align='center' class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable() {

echo "</td>
</tr>
<tr><td><img src='".THEME."images/news_foot.gif'></td></tr>
</table>\n";

}

function openside($title) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td align='right' class='scapmain'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";

}

function closeside() {

echo "</td>
</tr>
<tr><td><img src='".THEME."images/panel_foot.gif'></td></tr>
</table>\n";
tablebreak();

}

function opensidex($title,$state="on") {

$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";

}

function closesidex() {

echo "</div>
</td>
</tr>
</table>\n";
tablebreak();

}

function tablebreak() {

echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";

}
?>




Header.php:

<?php
echo "<table align='center' cellspacing='0' cellpadding='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='860'>
<tr>
<td class='full-header'>
<td <img src='".THEME."images/logo.jpg'></td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='841'>\n<tr>
<td class='sub-header'>".showsublinks("&middot;","white")."</td>
<td </td>
</tr>
</table>\n";

?>



Parašė samsung123· 2009 Bir. 21 12:06:23
#2

<?php
echo "<table align='center' cellspacing='0' cellpadding='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='860'>
<tr>
<td class='full-header'>
<td <img src='".THEME."images/logo.jpg'></td>
</tr>
</table>\n";


?>




Bandyk

Redagavo samsung123· 2009 Bir. 21 13:06:02

Parašė iSty· 2009 Bir. 21 13:06:43
#3

Tu jį iš vis išėmiai :]

Parašė samsung123· 2009 Bir. 21 13:06:12
#4

Nedaskaiciau :D

<?php
echo "<table align='center' cellspacing='0' cellpadding='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='860'>
<tr>
<td class='full-header'>
<td <img src='".THEME."images/logo.jpg'></td>
</tr>
</table>\n";

echo "<table cellpadding='0' cellspacing='0' width='841'>\n<tr>
<td align='center' class='sub-header'>".showsublinks("&middot;","white")."</td>
<td </td>
</tr>
</table>\n";

?>




Parašė Jaunelis· 2009 Bir. 21 13:06:40
#5

Tikėkimės footerio nenuimsi o dėl to kad ten klaida ar ne ten yra tokio dydžio img aš tiesiog tuo metu kai kodavau nekarpiau,ir gal nepastebėjau kad taip yra :D

Parašė darKy· 2009 Bir. 21 13:06:44
#6

Jaunelis parašė:
Tikėkimės footerio nenuimsi o dėl to kad ten klaida ar ne ten yra tokio dydžio img aš tiesiog tuo metu kai kodavau nekarpiau,ir gal nepastebėjau kad taip yra :D


kaip galima nepastebėti tokio bugo? :D

Parašė iSty· 2009 Bir. 21 23:06:40
#7






Kaip padaryti, kad nebūtu šoninių panelių, atsidarius forumą?

Parašė iSty· 2009 Bir. 21 23:06:40
#8

UP!
Someone help me :D

Parašė samsung123· 2009 Bir. 21 23:06:59
#9

Medi blem.ba sakau tu cia tik floodini.. straipsniuose yra.

Parašė manex· 2009 Bir. 21 23:06:10
#10

Yra modas, kad forumas butu be paneliu arba tiesiog atsidaryk forumo failus ir išimk left ir right paneles

Parašė Jaunelis· 2009 Bir. 22 01:06:46
#11

sty <- tck killeris jis xD

Parašė iSty· 2009 Bir. 25 10:06:31
#12

UP!
Kaip padaryti forumą be šoninių panelių?
Straipsnius visus perverčiau neradau :)

Parašė Pakartoti slaptažodį· 2009 Bir. 25 10:06:36
#13

Atsidarai forum/index.php, viewthread.php, viewforum.php ir t.t. ir nutrink left ir right includus (kodo priekis ir pabaiga).

Parašė FuturesF1re· 2009 Bir. 25 10:06:54
#14

bl sty tuoj uzpist mane prades

Parašė iSty· 2009 Bir. 25 10:06:58
#15

Na pratryniau, bet man kažkokie errorai pasipylė :]
Tikriausiai nevykusiai nutryniau..

Gal kas turit, jau pasiredagavę tokį forumą?
Jei turit duokit tuos redaguotus failiukus ;)

Redagavo iSty· 2009 Bir. 25 10:06:33

Parašė FuturesF1re· 2009 Bir. 25 10:06:56
#16

tu zinai kas yra includai nx?

Parašė Pakartoti slaptažodį· 2009 Bir. 25 10:06:59
#17

Norm. tarp code tagų įdėk, bugynė čia kažkokia. :[

Parašė iSty· 2009 Bir. 25 10:06:39
#18

Futures F1re parašė:
tu zinai kas yra includai nx?


Žinau, o ką? :)

Parašė pokemonu_karalius· 2009 Bir. 25 10:06:13
#19

Sty, parašyk man į Skype sutvarkysiu...

Parašė FuturesF1re· 2009 Bir. 25 10:06:40
#20

netvarkyk, nes forumas skirtas kad forume padetume, o ne invidualiai, jei sty nezino kaip include......; istrint tai jo bedos, ir jau beto turi jis virs 700 postu ir nieko nesugeba

Parašė iSty· 2009 Bir. 25 10:06:40
#21

Futures F1re parašė:
netvarkyk, nes forumas skirtas kad forume padetume, o ne invidualiai, jei sty nezino kaip include......; istrint tai jo bedos, ir jau beto turi jis virs 700 postu ir nieko nesugeba


Nieko? Valdyk bazarą, pirma kart susidūriau su tokia problema, kurios išsprest pats nesugebu, tai jau reiškiasi nieko nemoku?
Pff.. Ejk tu runkeliu ravėt geriau :)

Parašė FuturesF1re· 2009 Bir. 25 10:06:59
#22

bl as manau kokia 5pamokas rasciau su tavo problema susijusia su forumu, o tu cia bl tingi pirsta pajudint, ir jieskai nx sestu. manau reiktu rakint tema :[

Parašė edis2· 2009 Bir. 25 10:06:31
#23

Kaip maži vaikai :[
Reikėjo straipsniuose paieškoti apie tai: https://webdnd.com/readarticle.p...cle_id=102

Parašė iSty· 2009 Bir. 25 10:06:03
#24

Futures F1re parašė:
bl as manau kokia 5pamokas rasciau su tavo problema susijusia su forumu, o tu cia bl tingi pirsta pajudint, ir jieskai nx sestu. manau reiktu rakint tema :[


Kodėl rakint? Čia aš pateikiu savo klausimus, nes redaguoju themą... :)

Parašė edis2· 2009 Bir. 25 10:06:12
#25

sty parašė:
Kodėl rakint? Čia aš pateikiu savo klausimus, nes redaguoju themą... :)


Labai mažai klausimų matau, o daugiausiai tik floodą ir bereikšmius postus. Daryk išvadas. :)