• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

ragtek Show Only Own Threads

R

ragtek

Guest
This add-on allows your users to filter only there threads on the forum display.

There's 1 small design issue, i don't know why the checkbox is placed so strange.

Changehistory:
1.0.1 => fixes pagination bug
-----------------------------
1.0.2 => bugfix release
-----------------------------
1.0.3 => fixes a small design issue

(Add-on sponsored by http://ragtek.org/xenforo :D )
 

Attachments

  • showownthreads.PNG
    showownthreads.PNG
    377.6 KB · Views: 103
  • ragtek Show My Threads_1.0.3_b_5_en-US.zip
    4.3 KB · Views: 24
R

ragtek

Guest
Nice idea. :D Page navigation doesn't work, if you have more than 1 page of own threads. :(
hm, that's true:(
thx for reporting, let's see if i can find a way to include this into the pagenav url
(or, maybe i could use a cookie for this (note for myself^^)
 

A.E.

Member
ok, now i can navigate (paginate) through the own threads.
...but deactivating the checkbox doesn't work. :( nowhere:eek:
 
R

ragtek

Guest
ok, now i can navigate (paginate) through the own threads.
...but deactivating the checkbox doesn't works. :( nowhere:eek:
Sorry, it seems that i was a little bit too impatient yesterday.

It's working on my localhost devboard, but i can confirm the problem on an live board.

Edit: 1.0.2 released:)
 

A.E.

Member
There's 1 small design issue, i don't know why the checkbox is placed so strange.
I'm too stupid (oder wie Du sagen würdest: deppert) to verticle-align: middle the checkbox, but i maked it with the text that way in my style:
Code:
.DiscussionListOptions .controlGroup, .DiscussionListOptions .buttonGroup
{
line-height: 28px;
}
Now your text is in the same line as the other. ;)
And in the translation i gave your phrase a blank in the end. Now it looks ok (for me).
 
R

ragtek

Guest
I think that this is the standard xf style.

here it's also not on the same line
foobar1.PNG
 

CyberAP

Well-known member
Small note: class "textCtrl" is not needed on the input element (checkbox). It is only used on text input elements.
 
R

ragtek

Guest
Small note: class "textCtrl" is not needed on the input element (checkbox). It is only used on text input elements.
I tried it out, because i thought that the checkbox would be centred with this^^
 

Veer

Well-known member
Ragtek, is it possible to have option "show only own threads plus do not show user's threads to all other users?" I mean hide from all but show to self.
 
Top