![]() |
RC2 will be delayed by tomorrow morning, as I want to fix a bug that Tyler (Immortal) mentioned to me and some various "cosmetic" errors Jlaine reported.
Fruthermore, I am going for ice cream so i wont get started on fixes until later tonight :)! By the way, everyone should thank Jlaine , as Jlaine reported MANY bugs/fixes to Tyler and myself. Furthermore, Jlaine risked running this hack on their LIVE board (which is very big) which helped us dramatically! Many people have helped throughout the development of this hack but I personally want to thank Jlaine for their time |
Jlaine thank you for helpin...
the one that im tryin to find right now im not to sure of :confused: i wanted to do it for the categorys this way they were rewritten here is the page it brings you too /arcade.php?categoryid=-1 also on the main arcade page i wanted to do it for when you click high score it would bring you to a page like this /arcade.php?do=scores&gameid=100 |
I'll try and come up with somethin' shortly :)
[high]* Immortal needs to finish this thing first[/high] Sorry. :( |
hey thats no problem you helped me out alot thanks so much... this just keeps getting better and better
another one i found Code:
<a href="$vboptions[bburl]/arcade.php?$session[sessionurl]do=lboard">[ $vbphrase[leader_board] ]</a> |
Quote:
will this work with PhotoPost vBGallery v1.0.2 also where does this code excatly go? |
Quote:
Code:
RewriteEngine On http://www.angelsbabe.net/rewrite/as...n-pics-87.html Quote:
|
Quote:
Quote:
Quote:
|
It this problem related to vRewrite at all?
Quote:
Additionally, when I go to a page that doesn't actually exist and it returns a 'no thread specified', how can I make that error page return a 404 so search engines know it doesn't exist anymore? |
Immortal thanks again im going to look in there in a min... im still doing other links basiclly that i can figure out :)
|
Quote:
Quote:
|
weird, I disabled it and now I get this:
No Thread specified. If you followed a valid link, please notify the administrator That's really weird...did someone possibly create a thread, then delete it? the lastpost stuff still gives random output threads instead of the actual lastpost (using 1.0) |
You shouldn't be getting that error, it may have been merged etc.
Yah, the only fix for that is to upgrade to 1.5. |
i think we shall wait for the next version? with it all errors will be gone?
i am just waiting for it .. |
Quote:
|
I'll try it out, Thanks! :)
|
Quote:
|
I installed and have this problem, when the link is clicked I get this:
It has an F-and then the url. But nothing shows, I have edited the Rewrite Base but what do I put there? forum.php? Index.php? Sorry, it was just not clear to me. Here is what I have now: . |
ok here is another arcade one :)
<phrase 1="arcade.php?$session[sessionurl]do=play&gameid=$newgameid" 2="$newgame">$vbphrase[arcade_newgame]</phrase> <a href="arcade.php?do=scores&gameid=$game[gameid]">$game[highscore]</a> |
For those who are getting not found errors, and you are 100% sure mod_rewrite is enabled, post your full .htaccess with a forum link.
DementedMindz: Can you get a full list of everything you need, and I'll do it now, for me? :) |
I haven't installed this (I've only tested on sites that you have listed above) ... so I apologize if it can be done.
There have been a few SEO addons lately but most fail in this category: I'll explain by giving you examples. On one of the sites that I tested ... Code:
domain.com/announcements-and-feedback/t-links-and-directory-669.html Code:
domain.com/announcements-and-feedback If you could get these issues fixed this would be a great product. :up: |
I believe in 2.0 (the next major release), you will have the option to control how you wish for the URLs to look. But now, the title of forums/threads/usernames are useless, they are there only for SEO purpose, vRewrite still grabs the info using the id. :)
|
i have to run out for a bit ill be back in a few hours...i have most of the arcade fully done im just missing a few... here are a couple now while i think of it.... one that im not sure of is the categories that would be a nice one i just have to see what the code is for it.. here are a few links i found really quick before i went out... these may hold to key to the categories hopefully and the scores...
this is for categories (i hope): Code:
<a style="text-decoration:none" href="arcade.php?categoryid=$id"> Code:
<a href="arcade.php?barsize=1<if condition="$categoryid"> these are im hoping forthe other part of the high score: Code:
<a href="member.php?$session[sessionurl]u=$game[highscorerid]" target="_blank"> Code:
<a href="arcade.php?do=scores&gameid=$game[gameid]"> Code:
<a href="arcade.php?do=play&gameid=$newgame[gameid]"> here is for the leader board: this would be a good one... Code:
<a href="$vboptions[bburl]/arcade.php?$session[sessionurl]do=lboard"> this is for challenges: Code:
<a href="arcade.php?do=play&gameid=$challenge[gameid]"> Code:
<a href="arcade.php?do=play&challengeid=$challenge[challengeid]"> Code:
<a href="arcade.php?do=declinechallenge&challengeid=$challenge[challengeid]"> Code:
<a href="arcade.php?do=play&challengeid=$challenge[challengeid]"> Code:
<a href="arcade.php?do=scores&gameid=$award[gameid]"> thanks again for all your help... another one i would like to do if you get free time is the ecdownloads :cool: thanks again |
Quote:
if you can suggest a method, maybe I will implement it for 2.0 :) |
For those waiting for RC2, be patient -- Tyler myself and Jlaine are trying to work out on the bugs -- I dont want to give any time frame but it is very very close :-).
|
Code:
<a style="text-decoration:none" href="arcade.php?categoryid=$id"> Code:
<a style="text-decoration:none" href="arcade-categoryid=$id.html"> Code:
RewriteRule ^arcade-categoryid=(.*).html arcade.php?categoryid=$1 [L] Code:
<a href="arcade.php?barsize=1<if condition="$categoryid"> Code:
<a href="member.php?$session[sessionurl]u=$game[highscorerid]" target="_blank"> Code:
<a href="member-$session[sessionurl]-u=$game[highscorerid].html" target="_blank"> Code:
RewriteRule ^member-(.*)-u=(.*).html member.php?$1u=$game$2 [L] Code:
<a href="arcade.php?do=scores&gameid=$game[gameid]"> Code:
<a href="arcade-do=scores-gameid=$game[gameid].html"> Code:
RewriteRule ^arcade-do=(.*)-gameid=(.*).html arcade.php?do=$1&gameid=$2 [L] Code:
<a href="arcade.php?do=play&gameid=$newgame[gameid]"> Code:
<a href="arcade-do=play-gameid=$newgame[gameid].html"> Code:
RewriteRule ^arcade-do=(.*)-gameid=(.*).html arcade.php?do=$1&gameid=$2 [L] That's all I have time for now, I'll try to finish shortly :) |
don't know if this has been reported already, but vRewrite doesn't work when the style sheets are written to files
|
ok time to try these out and see lol ill let you know shortly :) thanks for all your help
|
this is great i have like 3 or 4 more links to go and its set my v3 arcade will be fully rewritten... thanks so much for everything
|
so far i see 3 left i didnt check on the challenges but other then that its done
ok this one is for the newest game one.. it has this in the install this is the code Code:
<phrase 1="arcade.php?$session[sessionurl]do=play&gameid=$newgameid" 2="$newgame">$vbphrase[arcade_newgame]</phrase> Code:
<a href="{1}">{2}</a> and i still needed this for the leader board Code:
<a href="$vboptions[bburl]/arcade.php?$session[sessionurl]do=lboard"> Code:
<a href="arcade.php?categoryid=$game[categoryid]"> |
Quote:
|
i take it you dont read... they just posted about it...
Quote:
|
I did, I had just missed that part.
|
Quote:
Sit back, relax, grab a Coke (or Pepsi) or beer. :banana: :banana: :banana: :banana: HAND UP...THIS IS A HOLDUP:cool: |
awesome, that's what I like to hear. I'll keep an eye out for it :)
|
DementedMindz: I haven't forgotten about you! Just takes some time, very sorry :(
But on a lighter note, vRewrite 1.5 RC2 is now released. DO NOT report vRewrite RC1 bugs, because, honestly we don't care. Make sure you are running the most up to date vRewrite, and then report the bugs you find :) Same links as before: Code:
http://www.techhelpforum.com/vrewrite/vRewrite_15_beta.zip Code:
http://www.techhelpforum.com/vrewrite/ |
Looks like that fixed most or all of the problems I was having. Great release, thanks!!!!
One last question though, how easily would a sitemap plugin interact with these SEF links so that a proper sitemap could be created instead of giving the regular showthread.php? links? EDIT: I seem to be getting an error on one of my 'lastpost' links too.. Quote:
|
I searched the thread and didnt notice what im looking for.On the forumhome my link to a forum shows as
Code:
http://www.somesite.com/f-main-forum-2.html/ Code:
http://www.somesite.com/main-forum/t-just-a-test-1.html |
We will be playing with something shortly ;)
But, in the mean time it is safe as it redirects to the proper URL. |
.html means static URLs most of the time, so it makes sense to add .html. This will not be a feature, until 2.0. The only way is to do it manually through the XML and .htaccess. I posted a tutorial on custom links AWHILE ago, so you'll have to search for it.
Edit: I lied, in 1.5 it's a feature. In vB Options->vRewrite. |
Quote:
go to admincp->vbulletin options->vRewrite there you can change .html to be blank and it wont write HTML. you still have to edit .htaccess manually. |
All times are GMT. The time now is 09:16 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:
|