-
Posts
381 -
Joined
-
Last visited
-
Days Won
6
Community Answers
-
Andreeas Z.'s post in Modificare Redirectionare Link. was marked as the answer
da-mi pm cu un cont care are accese la tema si iti modific eu
-
Andreeas Z.'s post in Statistici Ca Pe Aznet was marked as the answer
.buton { background: #2C2B2B; box-shadow: 0px 0px 0px 1px #181818; color: #6B6666; display: block; padding: 0 10px; color: #737373; line-height: 30px; border: 1px solid #454545; border-radius: 8px; } -
Andreeas Z.'s post in Forum Icon Problem was marked as the answer
Board Index > boardIndexTemplate
<if test="$this->settings['customForumIcons']='no'"></if> seteaza 'no' pe 'yes'
Forum View > forumIndexTemplate
<if test="$this->settings['customForumIcons']='no'"></if> seteaza 'no' pe 'yes'
Acum trebuie sa uploadezi in /public/style_images/skin_name/forum_images/
imaginile pentru fiecare categorie , de exemplu , in cazul nostru : http://pctroubleshooting.ro/forum/42-web-design-website-review/
42 fiind numarul categoriei , trebuie sa urci imaginea '42.png' in folderul de mai sus pentru a aparea la categoria aleasa.
-
Andreeas Z.'s post in [Help] Maintitle was marked as the answer
Ai px-ul setat prea mare . cauta la .maintitle{
padding: px; si modifica valoarea mai mica.
-
Andreeas Z.'s post in Ascundere Last Post Info was marked as the answer
Aici gasiti tutorialul :
http://webflake.sx/topic/4182-remove-nr-of-topics-and-replies/
Numai bine.
-
Andreeas Z.'s post in Cum Pot Schimba Culoarea Butoanelor : Edit / Delete Etc.. was marked as the answer
ul.post_controls a {
ipb_styles.css , bafta
-
Andreeas Z.'s post in Problemă Reply, Again! was marked as the answer
Nu este inchis codul
#branding { background:#212121 url("http://i.imgur.com/kvfIEZ1.png") repeat; border-bottom:1px solid #383838; height:150px; } -
Andreeas Z.'s post in Schimbare Nume Tema Deflection was marked as the answer
Numele temei il poti schimba doar din acp !
ACP > LOOK & FEEL > TEMA TA > SETTINGS -
Andreeas Z.'s post in Cum Fac Unele Categorii In Stilul "categories"? was marked as the answer
<b>Categories:</b> <a href="LINK SPRE TAG" data-tooltip="AICI E HOVER" id="anonymous_element_139">NUMELE CATEGORIEI</a> • <a href="LINK SPRE TAG" data-tooltip="AICI E HOVER" id="anonymous_element_140">NUMELE CATEGORIEI</a> si poti pune cate categorii doresti . Adaugand :
• <a href="LINK SPRE TAG" data-tooltip="AICI E HOVER" id="anonymous_element_140">NUMELE CATEGORIEI</a> Dupa fiecare punct . Bafta !