Help with forum icons and forum weight
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Help with forum icons and forum weight
I set it good, for the forum. But they are still mess, when you enter im topics section.
Here is pictures:

http://i55.servimg.com/u/f55/12/44/22/52/1s10.jpg

http://i55.servimg.com/u/f55/12/44/22/52/s210.jpg
Here is pictures:

http://i55.servimg.com/u/f55/12/44/22/52/1s10.jpg

http://i55.servimg.com/u/f55/12/44/22/52/s210.jpg
Last edited by CharlieFSA on December 22nd 2013, 12:47 am; edited 1 time in total
Re: Help with forum icons and forum weight
Please post a link to an area that guests can see that shows the second screenshot.

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Help with forum icons and forum weight
try adding this to your css
- Code:
.topictitle {
margin: 0px 0px 0px 10px !important;
}


|
Re: Help with forum icons and forum weight
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet@CharlieFSA wrote:Tnx, but where exactly?

Re: Help with forum icons and forum weight
I mean that dot is still there on mu icons. And that name of topic starter.
I remove dot but do not know how to move name of the topic starter.
I remove dot but do not know how to move name of the topic starter.
Re: Help with forum icons and forum weight
Second Reminder:
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Help with forum icons and forum weight
Ok you will need to do some more work.. Please remove the code i asked you and do these steps:
1) Go to A.P. > Display > Templates > General > topics_list_box
2) find this code:
and replace it with this:
to save the template)
3) Go to A.P. > Display > Pictures and Colors > Colors > CSS Stylesheet
and add this:
and it should be fixed!
1) Go to A.P. > Display > Templates > General > topics_list_box
2) find this code:
- Code:
{topics_list_box.row.ICON}
{topics_list_box.row.NEWEST_POST_IMG}
{topics_list_box.row.PARTICIPATE_POST_IMG}
{topics_list_box.row.TOPIC_TYPE}
<h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2>
{topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE}
{topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}
<!-- BEGIN switch_description -->
<br />
{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
<!-- END switch_description -->
and replace it with this:
- Code:
<div class="designtopics">{topics_list_box.row.ICON}
{topics_list_box.row.NEWEST_POST_IMG}
{topics_list_box.row.PARTICIPATE_POST_IMG}
{topics_list_box.row.TOPIC_TYPE}
<h2 class="topic-title"><a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a></h2>
{topics_list_box.row.GOTO_OPEN} {topics_list_box.row.GOTO_PAGE_NEW} {topics_list_box.row.GOTO_CLOSE}
{topics_list_box.row.L_BY} {topics_list_box.row.TOPIC_AUTHOR}
<!-- BEGIN switch_description -->
<br />
{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}</div>

3) Go to A.P. > Display > Pictures and Colors > Colors > CSS Stylesheet
and add this:
- Code:
.designtopics {
margin: 5px 0px 0px 0px !important;
}
and it should be fixed!


|
Re: Help with forum icons and forum weight
First of all, tnx for that step by step fine help. But when i come there i got this msg.
Templates administration
Templates administration
In this page, you can modify templates and change your forum look.
Modified templates are written in green.
(unpublished templates are shown red) To use the default template again, delete your template by clicking on delete.
Only templates of phpbb2 or PunBB versions will be affected.
Re: Help with forum icons and forum weight
What is your forum's version - phpBB 2, punBB, Invision, or phpBB 3?

Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.

Re: Help with forum icons and forum weight
Then this is a problem (at least for me) because phpbb3 doesn't allow you to edit templates. You will have to ask from someone else to help you. Sorry.


|
Re: Help with forum icons and forum weight
Hello ,
Add this to your CSS stylesheet :
AP > Display > Colors > CSS stylesheet
Add this to your CSS stylesheet :
AP > Display > Colors > CSS stylesheet
- Code:
a.topictitle { margin-left:40px !important; }
.span-tab { margin-left:44px; }
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum