|
Thursday, October 19, 2006(UTC)
|
|
Wednesday, July 29, 2009 6:25:35 AM(UTC)
|
155 [0.42% of all post / 0.11 posts per day] |
|
0
(View Thanks)
|
|
0
|
|
0
|
View All Posts by User
|
test2005 i'm using plesk with yaf and i'm always taking this issusie
|
Jaben wrote:redLine, if you are asking these questions to get development help, realize I don't help with custom development.
That's my rule. Sorry jaben i can't understand but when we changes only urlrewriter.config our forums links are don't working. I think we must change link for example message.aspx login.aspx
|
|
EP how can i update url manually. you can remove yaf_ prefix in Yaf.Classes.Utils/URLBuilder/URLBuilderRewrite.cs line // create "rewritten" url... newURL = before + "yaf_";
change to
// create "rewritten" url... newURL = before + "";
but if you make this login,search and member list links are not working.
|
|
up
|
|
hi jaben i have been changed my urlrewriter.config to
<rewriter> <rewrite url="^~/(.+?)?login?\.aspx\?returnurl\=(.+)$" to="~/$1Default.aspx?g=login&ReturnURL=$2" processing="stop" /> <rewrite url="^~/(.+?)?info?\.aspx\?i=([0-9]+?)&url\=(.+)$" to="~/$1Default.aspx?g=info&i=$2&url=$3" processing="stop" /> <rewrite url="^~/(.+)?topics([0-9]+)p([0-9]+)(_([-a-z0-9]+))?\.aspx(\?(.+))?$" to="~/$1Default.aspx?g=topics&f=$2&p=$3&$7" processing="stop" /> <rewrite url="^~/(.+)?topics([0-9]+)(_([-a-z0-9]+))?\.aspx(\?(.+))?$" to="~/$1Default.aspx?g=topics&f=$2&$6" processing="stop" /> <rewrite url="^~/(.+)?forum([0-9]+)(_([-a-z0-9]+))?\.aspx(\?(.+))?$" to="~/$1Default.aspx?g=forum&c=$2&$6" processing="stop" /> <rewrite url="^~/(.+)?postst([0-9]+)p([0-9]+)(_([-a-z0-9]+))?\.aspx(\?(.+))?$" to="~/$1Default.aspx?g=posts&t=$2&p=$3&$7" processing="stop" /> <rewrite url="^~/(.+)?postst([0-9]+)(_([-a-z0-9]+))?\.aspx(\?(.+))?$" to="~/$1Default.aspx?g=posts&t=$2&$6" processing="stop" /> <rewrite url="^~/(.+)?postsm([0-9]+)(_([-a-z0-9]+))?\.aspx(\?(.+))?$" to="~/$1Default.aspx?g=posts&m=$2&$6" processing="stop" /> <rewrite url="^~/(.+)?profile([0-9]+)(_([-a-z0-9]+))?\.aspx(\?(.+))?$" to="~/$1Default.aspx?g=profile&u=$2&$6" processing="stop" /> <rewrite url="^~/(.+)?_([-0-9a-z_]+?)\.aspx\?(.+)?$" to="~/$1Default.aspx?g=$2&$3" processing="stop" /> <rewrite url="^~/(.+)?_([-0-9a-z_]+?)\.aspx$" to="~/$1Default.aspx?g=$2" processing="stop" /> </rewriter>
but my forums link are have yaf_ and when i try to go
http://localhost:3435/seo/yaf_postsm30090_Sabaha.aspx#post30090 i take error but when i remove yaf in url i can see page for example http://localhost:3435/seo/postsm30090_Sabaha.aspx#post30090 but my forum links have yaf_
|
|
Yes, My site language is turkish
|
what do you think about my security forum http://www.tith4ck.net
|
|
when i remove "yaf_" my active topics link be active.aspx and login links be login.aspx but not working linkls how can change that ?
|
Hi Guyz, I have win 2003 server + plesk with mssql 2005 and my server have 512 mb ram but my cpu always using 100%. When i search fixing problem on google i have found some articles. Have a yaf functions have endless loop ? same as that Code: "function pushFront(%list, %token, %delim) { if (%list !$= "") return %token @ %delim @ %list; return %token; }
function pushBack(%list, %token, %delim) { if (%list !$= "") return %list @ %delim @ %token; return %token; }
function popFront(%list, %delim) { return nextToken(%list, unused, %delim); }"
You can look in here some solutions http://www.google.com.tr...oogle%27da+Ara&meta=
|
|
If you want to upgrade your forum to 1.9.3 beta
first backup your database after remove all file on your ftp and upload 1.9.3 files. After rename upgrade-1.9.8.web.config files to web.config (modify connection strings on db.config files) and go /install And make just installation
Sorry for my bad english
|
|