Quantcast
Channel: Best way to search thread metadata?
Browsing latest articles
Browse All 13 View Live

Best way to search thread metadata?

Hello, I'm writing a tagging module to allow users to tag threads with a simple array of strings. I'm using v5.2 The way I've done this in other modules is to store the array in the first post's...

View Article



Re: Best way to search thread metadata?

I guess in the end, there is no good way to search the meta column so it's a non starter. The performance would be terrible and error prone [stackoverflow.com] So, I should just normalize the db and...

View Article

Re: Best way to search thread metadata?

QuoteSkye N. I guess in the end, there is no good way to search the meta column so it's a non starter. The performance would be terrible and error prone [stackoverflow.com] So, I should just normalize...

View Article

Re: Best way to search thread metadata?

OK, the module is done! I ended up adding a new hook "list_action" in list.php, but that's the only modification I needed to the base code. You can check it out here, with the new topic list filter...

View Article

Re: Best way to search thread metadata?

It's too bad all the paging URL generation in list.php doesn't include all the passed $PHORUM["args"], I had to redo all the paging in my hook because there was no way to extend or override the...

View Article


Re: Best way to search thread metadata?

I have been trying to decide how to record metadata for a project I am working on.I had already decided to use a structure to keep my data together. I think the structure will work well for storing...

View Article

Re: Best way to search thread metadata?

This looks like exactly what I need. Are you still open to sharing your code for tagging? I'm okay with it requiring some hacks to build it in. I'd like to implement it on a buy/sell forum very...

View Article
Browsing latest articles
Browse All 13 View Live




Latest Images