Quote:
Originally posted by Hwulex
I'd also just like to say a big thankyou to you TECK.
You've offered exemplary, and quite unrivalled, support for this hack. Not only fixing people's posted problems, but also checking their installations for them (ie, me!).
Hats off to you sir.
|
Thanks big guy. Well I want to make sure everyone is happy, is important to me.
Plus, people know me for writing decent code, that performs well in vBulletin, so I don't want to break this little reputation I have...
Quote:
Originally posted by xiphoid
Your second method to show online locations
It shows the viewing archive thread blahblah
But when you hover over blahblah it doesn't have the archive/ in the link!
|
Is ok, is supposed to be like that. The beauty of my script compared to others is that it will not add another subfolder to the actual /archive folder.
The crawler will think that you placed all .html "forum thread" files into a new folder called /forumdisplay.
Let's take an example Floris. This is what I use:
---[forum < your normal forum
------[archive < forcetyped archive main page folder
------[forumdisplay < all subforums and thread titles are listed here
------[showthread < all posts are listed here
Instead of:
---[forum
------[archive
---------[forumdisplay
---------[showthread
Is proven that search engines index faster if you have your subfolders closer to the root. That's why I used this technique.
Cool huh?

Quote:
the case in the method 2 for online.php has
case 'archiveforumdisplay.php':
are those correct?
|
Yes, the code is correct, don't panic.