- Joined
- Mar 6, 2011
- Messages
- 8,649
I am one procrastinating son of a bitch.
So I am working on the "Who has read a thread" plugin for the new forum that is launching in oh 24 hours from now. Having a major styling issue that I have been putting off saying "oh should only take an hour to figure out".
Basically we like our username links to be colored and for some reason even though a helper exists (both vB and Xenforo) to do such a thing it either requires a plugin, or the plugin generating the link to do the job. I mean why would we ever make this simple? Well since this link is being generated by a plugin it turns out all I had to do was pass "user.display_style_group_id" with the user variable and the xenforo helper works.
Sadly this doesn't fix some of the stock locations that I am sure fasty will want done. But I did grab a couple of those so far, get the rest later I suppose. A plugin already handles a couple locations for us like the vB plugin we run.
/rant
So I am working on the "Who has read a thread" plugin for the new forum that is launching in oh 24 hours from now. Having a major styling issue that I have been putting off saying "oh should only take an hour to figure out".
Basically we like our username links to be colored and for some reason even though a helper exists (both vB and Xenforo) to do such a thing it either requires a plugin, or the plugin generating the link to do the job. I mean why would we ever make this simple? Well since this link is being generated by a plugin it turns out all I had to do was pass "user.display_style_group_id" with the user variable and the xenforo helper works.
Sadly this doesn't fix some of the stock locations that I am sure fasty will want done. But I did grab a couple of those so far, get the rest later I suppose. A plugin already handles a couple locations for us like the vB plugin we run.
/rant