Welcome, Guest. Please Login or Register.
May 02, 2024, 10:02:26 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [beta 1.5.4] Smart URLs v2.1 « previous next »
Pages: 1 ... 15 16 [17] 18 Reply Ignore Print
Author Topic: [beta 1.5.4] Smart URLs v2.1  (Read 205581 times)
Fizzy
Full Member
***
Posts: 214


Re:[beta 1.5.4] Smart Urls v2.1
« Reply #240 on: February 02, 2004, 07:27:44 PM »
Reply with quote

Anguz !

You truely are amazing  ;D

The script has worked a treat :D

Thank you so much for taking the time to help me out, I really do appreciate it

* Fizzy bows down
Logged
Gobbit
Noobie
*
Posts: 1


I'm a llama!

Re:[beta 1.5.4] Smart Urls v2.1
« Reply #241 on: February 04, 2004, 02:31:17 PM »
Reply with quote

For all guys with problems installed Smart Urls v2.1 and

System Linux
Apache > 2.0.30
php > 4.3.4

Sympton:
no error appears when klicking on a link on the index page, but no way surfing through the page with Smart Url installed.

Change Variable $PATH_INFO in index.php to $_SERVER['PATH_INFO'].

Reason: php4 register_globals is off

Logged
aBsTrAcTo
Jr. Member
**
Posts: 60


Para llegar a saber. Tienes que aprender a entende

WWW
Re:[beta 1.5.4] Smart Urls v2.1
« Reply #242 on: February 04, 2004, 03:50:30 PM »
Reply with quote

¿and 1.5.5?
Logged

Fizzy
Full Member
***
Posts: 214


Re:[beta 1.5.4] Smart Urls v2.1
« Reply #243 on: February 04, 2004, 11:32:08 PM »
Reply with quote

Quote from: aBsTrAcTo on February 04, 2004, 03:50:30 PM
¿and 1.5.5?

I'm running it on 1.5.5 no problem (thanks to Big A ;) )
Logged
aBsTrAcTo
Jr. Member
**
Posts: 60


Para llegar a saber. Tienes que aprender a entende

WWW
Re:[beta 1.5.4] Smart Urls v2.1
« Reply #244 on: February 05, 2004, 03:34:00 AM »
Reply with quote

mmmm :( the Smart_URLs_v2 not funciona
Logged

Misionero
Noobie
*
Posts: 3


I'm a llama!

Re:[beta 1.5.4] Smart Urls v2.1
« Reply #245 on: February 08, 2004, 08:40:37 AM »
Reply with quote

funciona?  may be u forgot u are speaking in spanish, i can help u



u wanna say:
the smart, is not working properly or dont work properly
Logged
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:[beta 1.5.4] Smart Urls v2.1
« Reply #246 on: February 08, 2004, 03:01:08 PM »
Reply with quote

Please post what error messages you are getting.
Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
Ceos
Noobie
*
Posts: 33


I'm a llama!

Re:[beta 1.5.4] Smart Urls v2.1
« Reply #247 on: February 11, 2004, 04:03:33 PM »
Reply with quote

Parse error: parse error in /home/myuser/public_html/foro/index.php on line 212
¿¿¿¿
else
   $sc = '';
?????


Apache/1.3.29 (Unix) PHP/4.3.3 a
« Last Edit: February 11, 2004, 04:11:16 PM by Ceos » Logged
Anguz
YaBB God
*****
Posts: 641


llama me?!

WWW
Re:[beta 1.5.4] Smart Urls v2.1
« Reply #248 on: February 11, 2004, 07:29:27 PM »
Reply with quote

Quote from: Ceos on February 11, 2004, 04:03:33 PM
Parse error: parse error in /home/myuser/public_html/foro/index.php on line 212
¿¿¿¿
else
  $sc = '';
?????


Apache/1.3.29 (Unix) PHP/4.3.3 a

I don't recognize that line... could you post a larger block of code, before and after that?
Logged

My Mods: Avatar & Sig Size Control, No Show Msg Subject, Msg URL Composer, Built-in Avatar Rand, Built-in Sig Rand, Remove New-lines Excess, Show All Stars, Search Bar, Smart URLs
Ceos
Noobie
*
Posts: 33


I'm a llama!

Re:[beta 1.5.4] Smart Urls v2.1
« Reply #249 on: February 12, 2004, 02:34:07 AM »
Reply with quote

Search o busca and index.php

/* ### load language file ### */

Up

   session_start();
   $sc = session_id();
}
else
   $sc = '';
   
/* ### load language file ### */
Logged
Shadow's Pawn
Support Team
YaBB God
*****
Posts: 597


ich soll nicht toten

ICQ - 8039201shadowpawn@hotmail.com WWW
Re:[beta 1.5.4] Smart Urls v2.1
« Reply #250 on: February 12, 2004, 04:00:13 PM »
Reply with quote

I got this working on yet another installation of Enigma, this time a version that only has a couple mods installed.

As long as you have the <base href="http://www.yoururl.net/" /> in the template, it seems to work fine.

I had to go into boardindex and messageindex to wrap urls manually, but as long as you ignore anything with an op= on it, it seems fine.
Logged

apologize \A*pol"o*gize\, v. i. - To lay the foundation for a future offense.
Fizzy
Full Member
***
Posts: 214


Re:[beta 1.5.4] Smart Urls v2.1
« Reply #251 on: February 12, 2004, 06:01:52 PM »
Reply with quote

Ceos asked for the mod_rewrite code


RewriteEngine On
Options +FollowSymlinks
RewriteBase /
RewriteCond %{QUERY_STRING} ^thread=([0-9]*)$
RewriteRule ^yabbse/index\.php$ http://www.domain.tld/yabbse/index.php/t%1.php? [R=301,L]


Here you go :)
Logged
Ceos
Noobie
*
Posts: 33


I'm a llama!

Re:[beta 1.5.4] Smart Urls v2.1
« Reply #252 on: February 14, 2004, 05:03:36 AM »
Reply with quote

Yes :) good =)
Logged
Fizzy
Full Member
***
Posts: 214


Re:[beta 1.5.4] Smart Urls v2.1
« Reply #253 on: February 19, 2004, 08:34:33 PM »
Reply with quote

Hi Anguz,

Sorry to trouble you again, but some reason the fix that you offered before for the Who's Online mod seems to have decided to stop functioning.
I haven't changed anything on the forum, it's almost as if the forum has forgotten the code I added, although when I check in who.php it's still there intact.
I don't get any error messages, "Who" still recognises actions but when it comes to members viewing threads all we see in "who" is a link that point sback to index.php ? ?

Can you please suggest where I might be going wrong ?

Thanks :)
Logged
Anguz
YaBB God
*****
Posts: 641


llama me?!

WWW
Re:[beta 1.5.4] Smart Urls v2.1
« Reply #254 on: February 20, 2004, 02:34:57 AM »
Reply with quote

Fizzy

I couldn't find the Who's Online link in your forum, so please give me a bit more detail on the problem

what the members are doing is right, but the url in the link is wrong?
Logged

My Mods: Avatar & Sig Size Control, No Show Msg Subject, Msg URL Composer, Built-in Avatar Rand, Built-in Sig Rand, Remove New-lines Excess, Show All Stars, Search Bar, Smart URLs
Pages: 1 ... 15 16 [17] 18 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [beta 1.5.4] Smart URLs v2.1 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.017 seconds with 18 queries.