Removing "Topics" and "Posts"
5 posters
Page 1 of 1
Removing "Topics" and "Posts"
So, I was browsing the tips and tricks section again, and came across this,
https://help.forumotion.com/t81777-deleting-columns-topics-and-messages
Has any way to do this been found on phpbb3 yet? O:
https://help.forumotion.com/t81777-deleting-columns-topics-and-messages
Has any way to do this been found on phpbb3 yet? O:
Last edited by Calιbuяn on February 2nd 2013, 9:31 pm; edited 1 time in total
Re: Removing "Topics" and "Posts"
Hello No it will only work for phpbb2.It isn't meant for phpbb3, usually tips and tricks don't end up being for other versions
Re: Removing "Topics" and "Posts"
- Code:
$(function(){$('dd.lastpost span strong').prev('br').css('display','none');$('dd.lastpost span strong').css('margin-right','5px')});$(function(){if($('.forabg ul.forums')[0]){$('.hierarchy').next().remove();x=$('.forabg ul.forums dl.icon').get();for(i=0;i<x.length;i++){var topics=x[i].childNodes[1].childNodes[0].nodeValue;var posts=x[i].childNodes[2].childNodes[0].nodeValue;$(x[i]).find('.hierarchy').after('<div class="topicsposts" style="margin-bottom:3px;font-size:1.1em;"><b>'+topics+'</b> Subjects, <b>'+posts+'</b> Posts</div>')}$('.forabg').addClass('index-box');$('.forabg dd.topics').remove();$('.forabg dd.posts').remove()}})
Make a new javascript and placament: hit index(default)
Re: Removing "Topics" and "Posts"
Hello Calιbuяn,
Posted you link forum here.
Posted you link forum here.
Razvy.- Forumember
- Posts : 25
Reputation : 1
Language : Romanian|English
Location : Focsani
Re: Removing "Topics" and "Posts"
- Code:
ul.topiclist dd {
border-left: 1px solid #000;
display: block;
float: right;
padding: 4px 0;
}
Try that
Re: Removing "Topics" and "Posts"
Hasn't been needed yet, but http://eternalchaos.forumotion.com/Emanuel Pascu wrote:Hello Calιbuяn,
Posted you link forum here.
You're being amazing so far, but now the actual forums still look like they're cut off where the old one was. Anyway to stretch the forum over?RicYiu wrote:Try that
Re: Removing "Topics" and "Posts"
Try this (CSS):
- Code:
ul.topiclist dd.dterm, ul.topiclist dt {
width: 75%;
}
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: Removing "Topics" and "Posts"
Woo!
Last request: Can we find a way to place the "276 Subjects, 677 Posts" on the right side, instead of the left? and, if you can, on the same line as the Forum's name?
Edit; this ended up screwing with the topics in each forum directly, so I scrapped it. The initial part of getting rid of the subjects/posts worked perfectly though. Thanks!
You can close this now.
Last request: Can we find a way to place the "276 Subjects, 677 Posts" on the right side, instead of the left? and, if you can, on the same line as the Forum's name?
Edit; this ended up screwing with the topics in each forum directly, so I scrapped it. The initial part of getting rid of the subjects/posts worked perfectly though. Thanks!
You can close this now.
Re: Removing "Topics" and "Posts"
You're welcome.
Topic Solved & Locked |
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.
Similar topics
» Adding or Removing Posts From The Latest Topics Widget
» Removing share link in posts
» Make (Topics, Posts, and last posts bolder)
» Removing Last posts and more
» Removing post count rank Text in posts
» Removing share link in posts
» Make (Topics, Posts, and last posts bolder)
» Removing Last posts and more
» Removing post count rank Text in posts
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum