![]() |
How can I get the usernames sisplayed in the 'Latest forum threads' section when clicked on to open in a new window?
|
If i want to change the display name to "The latest 20 threads" or similar would i change the phrase after CDATA below?
<phrase name="latest_threads"><![CDATA[Latest Threads]]></phrase> </phrasetype> </phrases> <options> </options> </product> |
Unfortately Onkel_Tom, that made no difference. On 3.6 guests can still see private threads showing up in the 'Latest threads' section of the homepage.
|
does anybody know how to make this hack visible on all pages???
|
<a href="http://www.vbulletin.com/forum/showthread.php?t=198968" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=198968</a>
That´s also possible with this hack. |
could some add a join table function as to also enable to show what forum the threads are in. The get thread function within the mod already sees the forum id just need a join to get the name from the id.
|
Quote:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
hey Tom it didnt work mate or did i do something wrong i added the codes where you wanted me to add them and the latest posts still only visible on forum home how can i set permissions and make it visivle on all pages helpme please and i will come up with a really good design for side column...
|
Hello, I am having problems viewing the latest threads. Sometimes I can see it and sometimes I can't. I've tried clearing my cache and the cookies to no avail. Just when I give up, it will show again briefly, then poof, gone again. I mean, I had resined myself to not being able to see it, and it showed up an hour later after I did nothing. Any ideas what could be causing that? The same thing happens with my users, some can see it, some can't, and we didn't have this problem till I upgraded to 3.6. Thanks.
I have also tried re-importing the product and allowed overwrite. |
i am too getting an mysql error
Invalid SQL: ## GET LATEST THREADS ## SELECT thread.*,thread.iconid AS threadiconid , post.pagetext AS preview FROM CT_thread AS thread LEFT JOIN CT_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread') LEFT JOIN CT_forum AS forum ON(forum.forumid = thread.forumid) LEFT JOIN CT_post AS post ON(post.postid = thread.firstpostid) WHERE open <> 10 AND forumid NOT IN (0) AND thread.visible = '1' AND deletionlog.primaryid IS NULL ORDER BY lastpost |
All times are GMT. The time now is 10:30 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:
|