By erik_osaka on
I would like to edit the "latest posts" block in UIEforum. It works great but it displays too much information for my needs!
Right now the block displays this information
- forum name
- post title
- 'poster' user name
- date posted (long date)
I only need it to display
- post title
- date
Which file do I need to edit??
Thanks!
Comments
in uieforum.module find
in uieforum.module find these lines:
you'll have to hack these , as I don't believe they provide the ability to over ride them in the theme.
specifically: this part of above code:
Wow, thanks for the quick
Wow, thanks for the quick reply! I'll try it out ASAP.
took out a couple of lines
took out a couple of lines and worked like a charm, thanks!
VeryMisunderstood: Very nice
VeryMisunderstood: Very nice replying :)
The 5.0 port for this module is almost comlete (I'm delegating ;) ) - I'll look into theming for the various parts of the forum in future, it would make the module much more customisable indeed.
Nice one
Daniel
Delegating are you...?
Delegating are you...? :-)
In that case I want a corner office and a large tub of Rocky Road ;-)
Uh oh... *runs out of the
Uh oh...
*runs out of the room really really fast*
:D
BRUHAHAHAHHAHAHAHAHHAHAHAAH!
BRUHAHAHAHHAHAHAHAHHAHAHAAH!
;-)
slight change? Can anyone help
Hey People
Thought id tag on the end of this thread as am looking at the same piece of code trying to change it!!!
rather than just post the latest post title/user/date etc im actually looking to post the entire first thread of a forum topic, so the end results are like a blog with a full story (first post in a thread only) of each topic.
Im guessing I need to add a few lines in there, something that will print back the entire thing rather than just the thread title. Would anyone have any good ideas?
Thanks for the help in advance.
DK
it would be great if the
it would be great if the author could place the HTML output into a theme function that could be overriden via an external module or template.php. otherwise we're required to "hack" the uieforum code and it will get lost whenever an update is applied.
how about: