PDA


View Full Version : Hot Topics This Week


Pages : [1] 2

amykhar
08-04-2005, 03:54 PM
This is a module based on my 3.5 plugin.

KW802
08-04-2005, 03:59 PM
Amy, welcome to vBadvanced. :)

Nice module! :cool:

Brian
08-05-2005, 12:38 PM
Thanks for sharing. I was just thinking about adding something like this on my personal site the other day, but was in too lazy of a mood to create it at the time. Glad I waited now. :)

Borgs8472
08-11-2005, 05:03 PM
hey amy, I found this post via a site via a pm of yours, I don't suppose you have a version of this for 3.0? :)

mystifiedLaLa
08-13-2005, 04:30 PM
Thanks 4 sharing this file!!

Dorfdad
08-15-2005, 11:55 PM
how do you install it? I just get a blank page!

Brian
08-16-2005, 03:08 PM
Download the file, unzip it, then go to the 'Download / Upload' module section under your vBa CMPS options in your Admin CP and upload the .module file through there.

FleaBag
08-22-2005, 07:20 PM
Doesn't seem to be working for me?

FleaBag
08-29-2005, 03:48 PM
I went away for the weekend and upon my return it was working. I have no idea why but I'm not complaining. Thanks Amy. :)

Gizmo[5h1t3]
09-02-2005, 04:13 AM
adv_portal_hottopics template doesnt exist?????

so im getting nothing showing....at all

rrokdoka
09-28-2005, 09:48 PM
Im getting the same thing... nothings showing up .... Do i need to do something else? I followed Brians instructions

rrokdoka
09-29-2005, 07:27 PM
i got it to work ... thanks for the module amykhar

JJR512
09-30-2005, 04:22 PM
How did you get it to work, can you share for the rest of us?

For the record: vB 3.5.0 Gold, vBadvanced 2.0.0. Everything else working fine. Module uploaded fine. Can edit its settings, it's active. Template is present. But it does not show up on the page. Everything else is there, but not this module.

azjaguar
10-01-2005, 10:30 PM
Hi, I dont know if this will help anyone or not - but I also had the problem...I uploaded it fine....was able to edit it as well but there was nothing showing.
=====
I looked at the "Edit Pages" area and had to enable it there and now it is showing up and working fine.

Hope this helps someone :)

FleaBag
10-01-2005, 11:07 PM
rrokdoka sorry for not getting back to you... I believe what azjaguar is suggesting may be what you need though - as I remember it, mine did not work and suddenly seemed to... Maybe that is what I did?

JJR512
10-02-2005, 12:48 AM
The solution is explained in the thread posted about this at vbulletin.org: http://www.vbulletin.org/forum/showthread.php?t=93613

Basically, don't upload the module, instead install it manually.

xlegends
10-03-2005, 03:10 PM
To install the module:
1. Upload hottopics.php to your forums/modules directory.
2. Create a New Module of type phpfile.
Name: Hot Topics This Week
file: hottopics.php
template: adv_portal_hottopics
identifier: ht4468

3. Add the following template:
Name: adv_portal_hottopics
Contents:
<tr>
<td class="$bgclass">
$topicstring
</td>
</tr>

popac
10-03-2005, 04:46 PM
xlegends are your procedure working ?
I don't understand phase 3 :(
Do you create new file with

<tr>
<td class="$bgclass">
$topicstring
</td>
</tr>
or ? Explain please.....tnx

FleaBag
10-03-2005, 05:58 PM
Add the template in your Style Manager area of your vB ACP.

xlegends
10-04-2005, 06:55 AM
I simply posted the correct instructions from authors readme, her attach is actually missing the correct readme and php file has wrong ext,, see post 16

MotoUp
10-05-2005, 01:23 PM
Great module.

What would have to be done to the template in order to make it show more information like the Recent Threads module? How it alternates colors, and shows who the last post was made by, etc?

Jason McConnell
10-07-2005, 11:32 AM
My only problem with this is that the links in the module don't link to the threads that they show, they're missing the /forum/ part in the address. What do I edit to include that?

Collectors
10-08-2005, 11:56 AM
It works great! Where can I change the font size for the hottopics links?

MotoUp
10-08-2005, 03:39 PM
Edit the adv_portal_hottopics template.

Jason McConnell
10-08-2005, 07:10 PM
got it figured out, but had to edit the hottopics.php

just added a /forum in front of /showthread :D

Collectors
10-08-2005, 09:33 PM
Edit the adv_portal_hottopics template.

Any idea what I have to ad and where?

MotoUp
10-08-2005, 09:39 PM
Here is my adv_portal_hottopics template:

<tr>
<td class="$bgclass">
<font size=1>$topicstring</font>
</td>
</tr>

Collectors
10-09-2005, 07:38 AM
Here is my adv_portal_hottopics template:

<tr>
<td class="$bgclass">
<font size=1>$topicstring</font>
</td>
</tr>

Thanks, that worked!

karrerax
10-09-2005, 03:51 PM
Working in my Web

www.minizeta.com

Flow Fusion
10-17-2005, 10:58 AM
Works great. Thanks.

AndyA
10-17-2005, 04:58 PM
I seem to have a problem, the module show's fine but when I click a thread link I get sent to http://www.throttlejockey.co.uk/showthread.php?t=422 which produces a blank screen.
I think It should be pointing to http://www.throttlejockey.co.uk/forum/showthread.php?t=422

uae-style
10-18-2005, 06:30 PM
Hi,

Guys, how do you suggest I edit this to make it only show the hottopics that were CREATED in the past week?
I don't want hottopics from the stone age to show in the list. :p

I am guessing I have to play around with this query (from forums/modules/hottopics.php):


$hottopics = $db->query_read("SELECT * FROM ".TABLE_PREFIX."thread WHERE lastpost > $datecut AND forumid IN (". implode(',', $forumchoice) . ") AND open=1 ORDER BY replycount DESC LIMIT 10");

Thanks.

cmiller1014
10-22-2005, 09:31 PM
Where can I get the actual php file? The module installed, but now the php file is under weird ownership on the server and I cant do anything with it. I want to some how change the number of posts that are shown, and also change how the posts are selected like the user above stated.

If someone could help me get the php file, it would be much appreciated!

Wachtmeister
11-01-2005, 09:04 AM
To install the module:
1. Upload hottopics.php to your forums/modules directory.


Where do i find hottopics.php ? I just have one .module file into the zip at the beginning of this thread...

ge66
11-07-2005, 12:57 PM
If I understand this correctly, this will show threads that has the most replies and that has had replies in the last week.

If I instead wanted only threads started the last week with the most replies or maybe most views or some sort of combination, is this easy?

lsgworldl
11-09-2005, 01:51 PM
where is hottopics.php???

Paulo
11-10-2005, 09:24 AM
Here is my adv_portal_hottopics template:

<tr>
<td class="$bgclass">
<font size=1>$topicstring</font>
</td>
</tr>

Thank you, but is not valid for XHTML 1.0.

Any other solution?

Paulo
12-15-2005, 08:40 AM
No other solution for change font size valide xhtml?

thank you

iguanairs
12-15-2005, 01:48 PM
Hello,

To make that valid xhtml, create a new span class in your style and then wrap the "$topicstring".

It will look like this:

<span class="class_name_you_created">$topicstring</span>

Here is a quick class to add:

.smallerfont
{
font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

Paulo
12-15-2005, 04:36 PM
Yes ! it's perfect thank you :)

<tr>
<td class="$bgclass">
<span class="smallerfont">$topicstring</span>
</td>
</tr>

In Css:
.smallerfont { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}

Good

pointguardu
02-10-2006, 02:32 PM
check out my site:

www.pointGuardU.com

the links don't pull up the vB forum folder. How do I tell it to do this?

phoenixdown
02-10-2006, 10:42 PM
Does this work with the latest cmps? thanks/!

cmiller1014
03-05-2006, 05:49 PM
is there some area on the site that I am missing that has WORKING modules? This site seems to be a royal mess with people posting and reposting things that do not even work and they are left up so people have the same problems over and over.

Thanks in advance.

urml
06-28-2006, 06:55 AM
thanks 4 sharing

michaelsilvia
07-18-2006, 11:26 PM
Nice! Thanks for the module.

Dr.MinD
08-08-2006, 07:56 PM
thanx

Velas
10-25-2006, 09:26 PM
Hello where is hottopics.php?? thanks

Velas
10-25-2006, 10:55 PM
oh i found it when i upload the module, sorry and thanks !!

dhru1
03-05-2007, 06:20 PM
is there any way i can edit $topicstring? I just want to get rid of the Replies next to thread..also make from 2 weeks.

so it would be like Hot Topics (2 weeks)

Amigos
06-29-2007, 06:32 PM
Nice Hack
How is it possible to exclude a forum from the module ?