![]() |
Quote:
|
Code:
SELECT t.threadid, t.title, t.firstpostid, t.lastpost, t.replycount, t.forumid, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, p.pagetext |
Quote:
Code:
SELECT t.threadid, t.title, t.firstpostid, t.lastpost, t.replycount, t.forumid, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, p.pagetext |
Yep that did it. That's what I get for trying to adjust your code. Thanks.
Is there any way to get the page name in the Return Query Result I tried adding the $WT_PageName but it didn't show. |
Quote:
If you need this feature, you need to hack view.php, find: PHP Code:
PHP Code:
|
Is it possible to display the current months birthdays
|
Logican,
What would the query be to show the latest 5 SIMILAR THREADS about a page title? Ryan |
Quote:
MATCH (thread.title) AGAINST ('$pg') AS score FROM thread AS thread WHERE MATCH (thread.title) AGAINST ('$pg') AND thread.open =1 AND thread.visible =1 ORDER BY score DESC LIMIT 10 |
Quote:
PHP Code:
SELECT userid, username, birthday FROM user WHERE birthday LIKE '$thismonth_is-%' LIMIT 100 |
Quote:
Get an error with this: Can't find FULLTEXT index matching the column list |
All times are GMT. The time now is 09:15 AM. |
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:
|