Image next to description + Double category titles + rename titles + hide "view posts"
2 posters
Page 1 of 1
Image next to description + Double category titles + rename titles + hide "view posts"
Hello!
Can somebody help me?
1.) How can I remove the second category title? I need only the first one, the second is unnecessary. --> solved, thx for Duke3
2.) How can I put the description next to the image?
3.) Is there any way to rename those titles?
4.) There is the numbers of topics and posts, can I hide them? Or move to under the last posts?
5.) Is it possible to hide the "View posts since last visit", "View your posts" and "View unanswered posts"?
Like this:
https://i.servimg.com/u/f38/19/10/89/75/save0111.jpg
https://i.servimg.com/u/f38/19/10/89/75/save0210.jpg
This is my forum: http://probaoldal22.hungarianforum.com/
It's phpbb3
Thx!
(p.s.: sorry for my english and if it's not the right category ^^')
Can somebody help me?
2.) How can I put the description next to the image?
3.) Is there any way to rename those titles?
4.) There is the numbers of topics and posts, can I hide them? Or move to under the last posts?
5.) Is it possible to hide the "View posts since last visit", "View your posts" and "View unanswered posts"?
Like this:
https://i.servimg.com/u/f38/19/10/89/75/save0111.jpg
https://i.servimg.com/u/f38/19/10/89/75/save0210.jpg
This is my forum: http://probaoldal22.hungarianforum.com/
It's phpbb3
Thx!
(p.s.: sorry for my english and if it's not the right category ^^')
Last edited by Netty 88 on January 17th 2015, 4:58 pm; edited 1 time in total
Re: Image next to description + Double category titles + rename titles + hide "view posts"
hello 2nd is not category this is forum section name u can change it
Admin CP >> Click On( Genral Tab ) >> Forum >> Categories and forums >> See There And Change Forum Name
Admin CP >> Click On( Genral Tab ) >> Forum >> Categories and forums >> See There And Change Forum Name
Guest- Guest
Re: Image next to description + Double category titles + rename titles + hide "view posts"
Hello Duke3!
1.) You're right! Thank you very much!
1.) You're right! Thank you very much!
Re: Image next to description + Double category titles + rename titles + hide "view posts"
Hello,
For 2. Add this in your CSS:
For 3. To rename the widget titles you need to go to : Admin Panel > Display > Templates > Portal
and edti ( ) the widgets you want to change their title. As soon as you edit them you will see in the templates somewhere the below:
For 4. This is done with the code you added to number 2 solution i gave you above.
For 5. Add this in your CSS:
Luffy
For 2. Add this in your CSS:
- Code:
.centered {
width: 50px!important;
text-align: center;opacity:0;
}
table.ipbtable td.icon {
height: 38px;
vertical-align: top;
width: 60%!important;
}
.forumdesc img{float:left;padding-right:5px;}
For 3. To rename the widget titles you need to go to : Admin Panel > Display > Templates > Portal
and edti ( ) the widgets you want to change their title. As soon as you edit them you will see in the templates somewhere the below:
- Code:
<div class="h3">{.......}</div>
- Code:
<div class="h3">How many members are online</div>
For 4. This is done with the code you added to number 2 solution i gave you above.
For 5. Add this in your CSS:
- Code:
ul.linklist{display:none;}
Luffy
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Image next to description + Double category titles + rename titles + hide "view posts"
Hello Luffy!
2.) + 3.) Thank you very much
4.) Now I have an empty space there. Is itt possible to hide it?
See: https://i.servimg.com/u/f38/19/10/89/75/save0311.jpg
5.) I added that code, but it doesn't work
2.) + 3.) Thank you very much
4.) Now I have an empty space there. Is itt possible to hide it?
See: https://i.servimg.com/u/f38/19/10/89/75/save0311.jpg
5.) I added that code, but it doesn't work
Re: Image next to description + Double category titles + rename titles + hide "view posts"
Hello,
For 4.) Find this in your CSS:
For 5.) Add this insted:
Luffy
For 4.) Find this in your CSS:
- Code:
.centered {
width: 50px!important;
text-align: center;opacity:0;
}
- Code:
.centered {
text-align: center;
width: 50px!important;
font-size: 0px;
}
For 5.) Add this insted:
- Code:
ul.linklist{display:none!important;}
Luffy
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Image next to description + Double category titles + rename titles + hide "view posts"
4.) It works, thank you! ^^
5.) This not
5.) This not
Similar topics
» hide category + hide popup + pictures for posts
» Category titles not correctly aligned to image
» CSS image for double-posts not correctly positioned
» aggregate double-posts double-loads pages hides favicon
» Rename home navigation bar link to forum either hide it and create a custom one
» Category titles not correctly aligned to image
» CSS image for double-posts not correctly positioned
» aggregate double-posts double-loads pages hides favicon
» Rename home navigation bar link to forum either hide it and create a custom one
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum