|
|
#201
| |||
| |||
|
I tried hacking some code to replace ? with / but it seems whatever changes I make the url just keeps building and doesnt go anywhere. I really dont plan on upgrading to 3.5 for a while till all my hacks are working on 3.5. Any suggestions on getting rid of the ? would be helpful Thanks for the help with my other issue Ryan |
|
#202
| |||
| |||
| Quote:
I was wondering, what is the use of doing this hack in showthread template? We can selectively apply this hack to forumdisplay template for those forums which have many subforums. By this way we can have dynamic meta tags catering to main category forums and subforums there off. What do you think ? |
|
#203
| ||||
| ||||
| Quote:
So I have not found it necessary to have much customisation for the forums. My ultimate would be to have the opportunity to have an input box for every thread that was generally hidden but otherwise accessable, and some extra input boxes on the admin panel for meta description/firstwords for the forums. Then it would be that much easier to specifically optimize these. Most of the time the threads would have the defaults, but for those that wanted to use vBulletin for sales type things, like my restaurants, this would be invaluable. |
|
#204
| ||||
| ||||
| Quote:
I have not hacked anything to do with the forum archive access. It is set when the server is not able to cope with certain things per: archive/global.php if ((substr(PHP_OS, 0, 3) == 'WIN' AND strpos($_SERVER['SERVER_SOFTWARE'], 'apache') === false) OR (strpos(SAPI_NAME, 'cgi') !== false AND @!ini_get('cgi.fix_pathinfo'))) { define('SLASH_METHOD', false); $archive_info = $_SERVER['QUERY_STRING']; } else { define('SLASH_METHOD', true); $archive_info = $_SERVER['REQUEST_URI'] ? $_SERVER['REQUEST_URI'] : $_SERVER['PHP_SELF']; } You will then see that the SLASH_METHOD variable is used to create the forum url: echo "$indent<li><a href=\"" . (!SLASH_METHOD ? 'index.php?' : '') . "f-$forumid.html\">$forum[title]</a></li>\n"; Summary Probably the best way is to change hosts to someone that does pass the tests in the code above, or convince your server to change to methods that will allow the non query string method to be used. |
|
#205
| |||
| |||
| Quote:
--> http://www.vbulletin.org/forum/showthread.php?t=65890 Best Regards Aman Singh |
|
#206
| ||||
| ||||
| Quote:
Now need to find the equivalent for the threads, so each thread can be customisable, like the forums are customisable. Just a matter of time really. |
|
#207
| |||
| |||
| Quote:
You are missing code after your conditional for the registration link....... isn't it supposed to be <if condition="$show['guest']" ??? Last edited by T2DMan; 20th Jun 05 at 11:57 AM. Reason: no need to quote whole post |
|
#208
| ||||
| ||||
| Quote:
<if condition="$show['registerbutton']"> The code you use may also work. I have merely reused code that has been used previously by vBulletin for their showing of the registerbutton. |
|
#209
| |||
| |||
|
Hey Micheal i just realised that your forums have individual keywords for even each threads in showthread templates? Have you inserted them manually ?
|
|
#210
| ||||
| ||||
| Quote:
|
| LinkBack to this Thread: http://forum.time2dine.co.nz/seo-vbulletin/search-engine-optimize-vbulletin-98.html | ||||
| Posted By | For | Type | Date | |
| Indian Ladies Forum | Indian Women Forum | Indian Culture-Indus Ladies | This thread | Refback | 20th Jan 08 06:24 AM | |
| How many SEO mods are available? | This thread | Refback | 19th Jan 08 11:37 PM | |
| How to SEO VBulletin? - vBulletin FAQ Forums | This thread | Refback | 10th Jan 08 11:56 AM | |
| Steel Blue 3.5.3 - vBulletin.org Forum | This thread | Refback | 10th Jan 08 09:25 AM | |
| Have you done these vBulletin SE optimizations? - vBulletin Community Forum | This thread | Refback | 5th Jan 08 12:58 PM | |
| Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search Engine Optimize vBulletin 3.5 Discussion | T2DMan | SEO Discussion | 54 | 12th Apr 07 10:08 AM |
| Search engine visits vBulletin | Linknz | SEO vBulletin | 2 | 18th Aug 06 08:21 AM |
| Search Engine Optimize vBulletin 3.5 | T2DMan | SEO vBulletin | 9 | 8th Sep 05 12:46 AM |
| Contract details for Search Engine Optimize vBulletin | T2DMan | SEO vBulletin | 1 | 7th May 05 10:23 AM |
| Search Engine Optimizing vBulletin | T2DMan | SEO vBulletin | 0 | 28th Oct 04 11:23 AM |