Feedback - Updates (Archived)

  • Thread starter Thread starter Sushubh
  • Start date Start date
  • Replies Replies 8,082
  • Views Views 786,689

How is the forum performing for you wrt speed?


  • Total voters
    42
Status
Not open for further replies.
Not in my hands.

Ok in one CSS file on server, there should be these lines: (Search for file containing word itemPageNav)

Code:
.discussionListItem
.itemPageNav{
   visibility:hidden
}

Change "hidden" to "visible" and it will solve the issue.

In case you do not like it, change it back to hidden.
 
Great idea! Already made one! Actual code is just one line!

Here it is, in case anyone wants:
Code:
// ==UserScript==
// @name  Permanent page numbers
// @include  http*://broadbandforum.co/*
// @grant  GM_addStyle
// ==/UserScript==

GM_addStyle (".discussionListItem .itemPageNav { visibility:visible !important; }");

Please try and let me know if any issue!

Copy the content of above box is a file. Save that file as ibfpageno.user.js.

Import it in greasemonkey!
 
Exactly. You can pretty much change every single style on the website at your end. You do not need me to do it for you! Editing themes is always a headache. If I change the base code, it would be overwritten on a theme update. If I use the EXTRA.css feature, I would end up with so much code that could become a headache to manage in future when things could start conflicting with one another.
 
Can we have the updated posts like they way they use to show on IP/VB? because on mobile the way every reply to a thread keeps showing on the the homepage lags badly on my cell...

would really like the way it was on IP or VB the updated posts on homepage..
Why are you not using Tapatalk? The forum theme is responsive but it is going to be painful to use regularly because well, it is the exact same code you get on a desktop browser.
 
Window page title now also showing "Forum names". This causes "Thread title" to hide.

Example:
Earlier when I open PayTM User Experience | Discuss (Online Shopping) | India Broadband Forum

The window/tab title would be - Paytm User Experience

Now it shows - Discuss (Online Shopping) - PayTM User Experience

Which means when multiple tabs are open you just see "Discuss (Online Shop..."

Real thread name gets hidden.
 
Yes but it hides real title of the thread when multiple tabs are open.
 
LOL I am now confused.

1st you said you got it done that way (i.e. Forum name-Thread title)

Now you are saying you have same problem as mine.

So I can not figure out if you want it that way OR you dont want it that way!
 
Status
Not open for further replies.
Back