legalit wrote:Hi there.
I'd like to only implement these items from the mod please:
Quote:## 2) Make the date of the last post link to the last post like the icon did on index.php (Craven de Kere)
## 3) Unlink the username of the last post on index.php (Craven de Kere)
## 6) Unlink the username of the last post on viewforum.php (Craven de Kere)
## 8) Make the date of the last post link to the last post like the icon did on viewforum.php (Craven de Kere)
## 9) Unlink the author username on viewforum.php (Craven de Kere)
## 10) Remove signatures for guest views (Craven de Kere)
## 11) Remove avatars for guest views (Craven de Kere)
## 12) Remove personal info (Profile, IM, PM, AIM, etc) for guest views (darbyrob)
## 13) Unlink the username of the last post on search.php (Craven de Kere)
## 15) Make the date of the last post link to the last post like the icon did on search.php (Craven de Kere)
## 16) Unlink the author username on search.php (Craven de Kere)
## 17) Link the user post count to a search of the user's posts (Craven de Kere)
## 18) Make Auth list on viewtopic.php invisible to search engines (Craven de Kere)
## 19) Make the previous and next topic links invisible to search engines (Craven de Kere)
## 22) Hide forum stats from guests and spiders (Craven de Kere)
Thanks very much for your help.
Feel free to do so then! ;-)
But if you are asking me to write a custom mod for you or explain what every line of my mod does then I'm afraid I lack the time to do so.
treelovinhippie wrote:Has someone got the files somewhere so I can just drag-drop and overwrite the existing files?
I don't have a pre-modded set of files here and haven't seen anyone else offer any. I don't do this because it's not much help for anything other than a vanilla board (no mods) running the default template.
Case in point:
treelovinhippie wrote:
I'm using the latest version of phpbb and the Play template.
Pre-modded subSilver files would do you precious little good.
steffun00 wrote:I have a problem with my forum. I installed the mods but the .htaccess doesn't work. I think it's because of my windows hosting. What should I do?
If you can modify your IIS server (you probably have no access to do so if you are on a shared host) you can try plugins for IIS (read Windows Server) that attempt the same features as mod_rewrite on Apache.
One example that comes to mind is ISAPI_Rewrite. Note that I've never used these plugins on any of my windows boxes and did not write code for them in mind.
So if you try that route, please don't expect my support as the url portion of my mod is for mod_rewrite only.
Alternately, you may want to consider using apache (can be used on windows BTW). If only for mod_rewrite I tend to prefer hosting sites on Apache.
montanadaver wrote:The SEO hack works great! However, is it normal for the apache access_log to show bots pulling files like this?:
66.249.65.7 - - [31/Jul/2006:21:17:14 -0500] "GET /viewforum.php?f=8&sid=7b809a08f6bc594fcd36ac10b6382d46 HTTP/1.1" 200 21734
If they already have indexed that particular url, they may come back to visit it to refresh it. Changing your urls on your sites does nothing to change what is already in their index. However, if all goes well they will drop the old urls and pickup the new ones.
mark2gli wrote:I am getting a 404 error when guests try to access any forum.... please help
See "The definitive guide to phpBB mod_rewrite problems/errors" here:
http://www.able2know.com/forums/viewtopic.php?t=44896
Note: That topic is there to prevent me from answering the same questions over 1,000 times (the first 500 were ok, but it started to get old pretty quick) so if you still have a problem read it again or get a pro as the answers are already there.
treelovinhippie wrote:Could someone let me know if there is a set of files I can use to simply overwrite the old files?
I don't have a pre-modded set of files on this site.
steffun00 wrote:I have a question :
Let's say my forum address is x.com
I have another domain y.com and I redirect to x.com with the option to remain y.com on the address bar. Is this a bad thing for google?
It depends. And since this doesn't have anything to do with this mod I won't go into it much further than to recommend that you use redirection very judiciously and that redirecting from one domain to another creates the possiblity of duplicate content, which is not a big deal in 99% of the cases you will see but can be disasterous in conjunction with other factors.
Exactly what possible factors can make it safe or not safe is something you should ask for professional SEO help for (and I'm sorry but I lack the time to provide such help for free or even professionally).
nims wrote:
Its working fine when user is logged in but to guest it gives an error 404 when guest clicks on the forum link. Mod_rewrite is changing the link to view forum as domain/forum/forum-2.html and for members the same link appears as domain/forum/viewforum.php?f=2
See "The definitive guide to phpBB mod_rewrite problems/errors" here:
http://www.able2know.com/forums/viewtopic.php?t=44896
Note: That topic is there to prevent me from answering the same questions over 1,000 times (the first 500 were ok, but it started to get old pretty quick) so if you still have a problem read it again or get a pro as the answers are already there.
affhelper wrote:
I get 404 error if a Guest tries to enter the new html pages.
If I remove it then the forum works but no html pages are being generated.
See "The definitive guide to phpBB mod_rewrite problems/errors" here:
http://www.able2know.com/forums/viewtopic.php?t=44896
Note: That topic is there to prevent me from answering the same questions over 1,000 times (the first 500 were ok, but it started to get old pretty quick) so if you still have a problem read it again or get a pro as the answers are already there.
gbh wrote:Is any1 going to help me?
This mod is not made for "easymod" installation. This has been rehashed many many times here so I'm not going to go into this all over again. The short version is that I do not use or recommend automated code modification with phpbb mods and am unlikely to redo my mod just to make it work for these tools.
So 'help' in this case is merely to tell you to find and replace manually. If you don't know how to perform basic find/replace updates through code you should not be modifying code and should find a professional (or at least someone who knows how to press Control and F at the same time).