The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Removing "Topics" and "Posts"

5 posters

Go down

Solved Removing "Topics" and "Posts"

Post by ANGrey January 31st 2013, 10:42 am

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:


Last edited by Calιbuяn on February 2nd 2013, 9:31 pm; edited 1 time in total
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by ANGrey February 1st 2013, 10:42 am

Bump~
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by Zacbonic/Albinotiger February 1st 2013, 6:50 pm

Hello 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
Zacbonic/Albinotiger
Zacbonic/Albinotiger
Forumember

Male Posts : 92
Reputation : 3
Language : English, Spanish, French,And Dutch
Location : United states

http://redwood.iftopic.com

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by levy February 2nd 2013, 12:46 am

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)
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by ANGrey February 2nd 2013, 2:09 am

Woo!

is there any way to maybe shrink that remaining area?~
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by Razvy. February 2nd 2013, 9:45 am

Hello Calιbuяn,

Posted you link forum here.
Razvy.
Razvy.
Forumember

Male Posts : 25
Reputation : 1
Language : Romanian|English
Location : Focsani

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by levy February 2nd 2013, 11:00 am

Code:
ul.topiclist dd {
border-left: 1px solid #000;
display: block;
float: right;
padding: 4px 0;
}

Try that
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by ANGrey February 2nd 2013, 7:15 pm

Emanuel Pascu wrote:Hello Calιbuяn,

Posted you link forum here.
Hasn't been needed yet, but http://eternalchaos.forumotion.com/

RicYiu wrote:Try that
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?
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by SLGray February 2nd 2013, 7:35 pm

Try this (CSS):
Code:
ul.topiclist dd.dterm, ul.topiclist dt {
    width: 75%;
}
You can change the 75%, but if you pick 80% or more it will mess up the last topic area.


Removing "Topics" and "Posts" Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by ANGrey February 2nd 2013, 8:08 pm

Woo!

Last request: Can we find a way to place the "276 Subjects, 677 Posts" on the right side, instead of the left? Very Happy 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.
ANGrey
ANGrey
Forumember

Female Posts : 400
Reputation : 39
Language : English
Location : OK

http://ninjascrolls.forumotion.com/

Back to top Go down

Solved Re: Removing "Topics" and "Posts"

Post by SLGray February 3rd 2013, 1:09 am

You're welcome.
Topic Solved & Locked


Removing "Topics" and "Posts" Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum