Guida Come modificare e aggiungere cose a un CMS

Ziip

Utente Assiduo
Autore del topic
17 Febbraio 2013
607
57
Miglior risposta
0
salve a tutti sciaxini, oggi voglio fare una guida su come modificare un cms spero di essere d'aiuto ^^


ALCUNI CMS POSSO ESSERE I SEGUENTI : http://www.sciax2.it/forum/cms-loader/fix-jaddo-pack-lavvos-614823.html , http://www.sciax2.it/forum/cms-loader/f0v-cms-v2-beta-veloce-leggero-new-crypto-612514.html , http://www.sciax2.it/forum/cms-loader/lobbo-cms-v2-new-623986.html

1) come modificare un logo

Per modificare il logo bisogna andare in:htdocs->web-gallery->v2->images e dovete trovare un immagine (il logo) chiamata habbo.png IL LOGO DEVE ESSERE PNG
SCREEN:
Perfavore, Entra oppure Registrati per vedere i Link!


2) come cambiare un topbg+bg
PER MODIFICARE IL TOPBG+BG bisogna sempre andare in:htdocs->web-gallery->v2->images e trovare l'immagine topbg e bg (sempre .png)
SCREEN:
Perfavore, Entra oppure Registrati per vedere i Link!


3)COME CAMBIARE DIRITTI
PER CAMBIARE I DIRITTI BISOGNA ANDARE IN:HTDOCS->TEMPLATES->(in alcuni)->community->footer e lì troverete tutti i diritti tipo me.php e index.php
SCREEN:
Perfavore, Entra oppure Registrati per vedere i Link!


4)COME AGGIUNGERE UN ADDONS
COS'è UN ADDONS? ADDON è una piccola modifica alla pagina di un retro, può essere di varie dimensione SCREEN:
Perfavore, Entra oppure Registrati per vedere i Link!

ECCO IL CODICE
Codice HTML:
<div class="habblet-container ">
<div class="cbb clearfix red ">

<h2 class="title">
Titolo
</h2>

<div class="box-content">
Contenuto
</div>

</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init();
MODIFICATE TITOLO E CONTENUTO ED ECCO IL VOSTRO ADDON, PERO ESISTONO ALTRI COLORI E SONO I SEGUENTI
Perfavore, Entra oppure Registrati per vedere i Link!


PER INSERIRE L'IMMAGINE è ANCORA + SEMPLICE !! ECCO IL CODICE
<div class="habblet-container ">
<div class="cbb clearfix yellow ">
<h2 class="title">Addon
</h2>
<div class="box-content">
<img src="INSERISCI IMMAGINE" align="left">
<p ALIGN="center">Mio Primo addon
</p>
</div>
</div>
</div>
<script type="text/javascript">if (!$(document.body).hasClassName('process-template')) { Rounder.init();

dato che stiamo parlando di addon, ora vi do il codice dell'addon dei personaggi che sarebbe questo
Perfavore, Entra oppure Registrati per vedere i Link!

<script type="text/javascript">if (!$(document.body).hasClassName('process-template)) { Rounder.init(); }</script>
<div class="habblet-container ">
<div class="cbb clearfix green ">
<h2 class="title">I miei personaggi | <a href="/avatar/add_avatar.php">Aggiungi altri</a></h2>
<div id="hotcampaigns-habblet-list-container">
<ul id="hotcampaigns-habblet-list">
<?php
$myrowq = mysql_query("SELECT * FROM users WHERE mail = '".$myrow['mail']."' ORDER BY lastvisit DESC LIMIT 100");
$result = mysql_query("SELECT id,username,last_online,look,password FROM users WHERE mail = '".$myrow['mail']."' ORDER BY id DESC");
while($myrow = mysql_fetch_array($myrowq))
{
$i++;
if(IsEven($i)) {
$oddeven = "even";
} else {
$oddeven = "odd";
}
echo "
<li class=".$oddeven.">

<div class=\"hotcampaign-container\">

<img src=\"http://www.habbo.it/habbo-imaging/avatarimage?figure=".$myrow['look']."&size=s\" figure=\"".$myrow['look']."\" alt=\"".$myrow['username']."\" class=\"avatar\" /><font size=\"2\"><span style=\"font-weight: bold;\">".$myrow['username']."</span></font><br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;Ultimo accesso: ".$myrow['lastvisit']."<br>
<CENTER>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <a href=\"habblet/check_avatar.php?name=".$myrow['username']."\"><b>Gioca</b></a><br></CENTER>
</div>
</li>";
}
?>
</ul>
</div>


</div>

</div></div>



5)PER MODIFICARE I BOTTONI CIOè I "TABS" BASTA ANDARE IN HTDOCS->WEB-GALLERY->V2->IMAGES->TABS. E MODIFICHIAMO I TABS
Perfavore, Entra oppure Registrati per vedere i Link!


LA GUIDA è FINITA (MI SCUSO SE LE IMMAGINI SONO CON GYAZO MA NON AVEVO TANTO TEMPO) SPERO DI ESSERE STATO D'AIUTO ACCETTO ANCHE VOTI NEGATIVI DATO CHE ESISTONO VARI TIPI DI GUIDE COME QUESTE ^^

FONTE:MIA!!
 
  • Like
Reactions: 1 person
Guida ottima per i meno esperti... comunque ti do un consiglio, non scrivere così grande che fai cecare le persone. :emoji_relieved:
 
La guida secondo me e inutile, ci sono moltissime guide su come modificare Cms base holo oppure uber, questa non è una delle migliori ma potrà essere utile.

Inviato dal mio Samsung Galaxy S4 con Tapatalk 2