![]() |
Thanks Buro9, I appreciate it :)
|
Quote:
|
How is the fix for the character replacement bug progressing?
|
It seems I can add rows to the zoints_tag table and it just works. Which is great.
So... how about we add a userid column to the zoints_tag table? Once we do that, we offer a maintenance tool that sets the historical data so that the userid is the one who started the thread the tag is assigned to. What do we get from creating this column?
What do you think? |
Is it possible to search for thread by more than one tag simmultaneously?
|
Quote:
Quote:
Quote:
|
Quote:
Was that even close? ;) |
Quote:
Very feasible, and easy. The URL would probably have to allow additional folder seperation though so a search for "gigs, london" would result in a URL of "/forum/tags/gigs/london/" for the results. I need to stop giving scope creeping this hack! |
Can I disable guests from clicking tags in threads? coz it might add extra burden to the server when there are lots of ppl clicking them.
|
Have you checked whether it adds load?
I don't think it does. The SQL side of things is pretty lean (though adding an index on the 'tag' column of the zoints_tags table will help fractionally), there are only 17 queries on my tag pages, a standard forum page has 15. And an explain of the page shows that the SQL is taking less time to run than that on a standard forum listing. There is a lot more work in the PHP though, possibly room for optimisation there. But it's fractional and you'd gain very little for a lot of effort. For an idea of this: A standard forum display page: Page generated in 0.25203 seconds with 15 queries A zoints tag page: Page generated in 0.21700 seconds with 17 queries Ignore the minor difference... the point is that the load is almost identical in terms of processing time, and the SQL doesn't tax the server at all. You certainly could exclude guests from viewing tags, but I cannot think of a benefit from doing so. You'd also be preventing Google spiders from seeing the tags, and frankly the potential for tagging to improve your Page Rank is pretty good, because they provide more context to the threads and a URL in which the context is present. Yes it's possible, but seriously think about why you would want to do it when performance isn't a strong argument to use. |
All times are GMT. The time now is 04:01 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|