291
sarahmx
Re: username as uid ?
  • 2007/11/25 1:43

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


impressive...i did a quick test in localhost...it works
this will be a cool feature for XOOPS if it is developed as a module

in the Friendster site...there is option for user to select their friendly url

typed
http://www.mysite.com/users/?link=admin
in the url box and it redirects to
http://www.mysite.com/userinfo.php?uid=1

hmmm i got questions
is it possible for the url to remain mysite.com/users/?link=admin
coz as soon it redirects the url change back to the origional url mysite.com/userinfo.php?uid=1

how do i redirect from userinfo.php?uid=1 to ?link=admin instead?



292
sarahmx
Re: Youtube HotLink Gallery
  • 2007/11/25 1:28

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


Macdonald i hope to see you and suico working together in integration of yogurt & xoopstube

suico said it could be easily done.
https://xoops.org/modules/newbb/viewtopic.php?post_id=278916#forumpost278916



293
sarahmx
Re: Yogurt Social Network Service
  • 2007/11/25 1:22

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


Thank you suico

tomorrow will sure be a big & historic day for xoops



294
sarahmx
Re: username as uid ?
  • 2007/11/24 16:10

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


interesting....

any step by step instruction or good resource out there ? I would like to try..i'm am a beginner on this thing.....

i want to do this to all my site existing users not just my account...



295
sarahmx
username as uid ?
  • 2007/11/24 12:55

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


is there any module or htaccess way to replace user id with username


as example from

Quote:

https://xoops.org/userinfo.php?uid=66091
to
https://xoops.org/userinfo.php?uid=sarahmx



Quote:

https://xoops.org/userinfo.php?uid=66091
to
https://xoops.org/sarahmx/
http://sarahmx.xoops.org


etc



296
sarahmx
Re: Youtube HotLink Gallery
  • 2007/11/22 10:59

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


Thanks Macdonald

Keep up the good work



297
sarahmx
Re: Yogurt Social Network Service
  • 2007/11/22 10:56

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


it would be cool if xoopstube can be integrate with yogurt (video section)

as example user select video from xoopstube module to be featured in the profile



298
sarahmx
Re: Youtube HotLink Gallery
  • 2007/11/20 17:03

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


the problem is fixed..Macdonald had sent me a pm as he couldn't reply in the forum due to the maintenance on xoops.org.

To fix the problem open the file

include/notifications.inc.php and change the following lines:

1.
$item['url'] = XOOPS_URL '/modules/'.$xoopsModule->getVar('dirname') . '/viewcat.php?cid=' $item_id;


change into
$item['url'] = XOOPS_URL '/modules/xoopstube/viewcat.php?cid=' $item_id;


2.
$item['url'] = XOOPS_URL '/modules/' $xoopsModule -> getVar('dirname').'/singlevideo.php?cid=' $result_array['cid'] . '&lid=' $item_id


into
$item['url'] = XOOPS_URL '/modules/xoopstube/singlevideo.php?cid=' $result_array['cid'] . '&lid=' $item_id;



thanks to macdonald



299
sarahmx
Re: Youtube HotLink Gallery
  • 2007/11/20 3:52

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


Bump



300
sarahmx
php5 - Happy Search
  • 2007/11/17 19:49

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


when i use php5 i got this fatal error message

Cannot redeclare class soapclient in xxxxx\modules\happy_search\class\nusoap.php on line 4101

no problem in php4, the module works normal

is there a way to make this module works in php5

i'm using latest happy search and happy linux




TopTop
« 1 ... 27 28 29 (30) 31 32 »



Login

Who's Online

170 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 170


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits