111
MikeShane
user page
  • 2008/2/18 19:51

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


How can I set user_page module permissions for differant groups I only want to let certain groups (bands) to build their own web pages (don't really want to compete or have the headaches that "My Space" has)
any help?
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



112
MikeShane
url rewright
  • 2008/2/8 21:08

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


i found this code on another place and it works to link to profile page but how can I cahnge it to go to userpage so it will go dirctly to the website built by nenber.

<?php
include("../mainfile.php");
isset($_GET['link'])? $uname = $_GET['link'] : $uname = '';

if ($uname != ''){
$sql= sprintf("SELECT uid FROM %s WHERE (uname = '%s')",$xoopsDB->prefix("users"), $uname);
$result = $xoopsDB->queryF($sql);
list($uid) = $xoopsDB->fetchRow($result);
if ($uid > '0'){
$redirect_to = XOOPS_URL.'/userinfo.php?uid='.$uid;
} else {
$redirect_to = XOOPS_URL.'/index.php';
}

} else {
$redirect_to = XOOPS_URL.'/index.php';
}

header('location: '.$redirect_to);
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



113
MikeShane
user_page module permissions
  • 2008/2/5 15:03

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


How can I set user_page module permissions for differant groups I only want to let certain groups (bands) to build their own web pages (don't really want to compete or have the headaches that "My Space" has)
any help?
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



114
MikeShane
Re: site search
  • 2008/2/4 17:14

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


i uploaded forum and news modules and it showed up thanks people. We got it running not near finished yet www.HomeGrownBands.com I'm not sure why it was not available before but works ok now.
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



115
MikeShane
Re: site search
  • 2008/2/3 20:29

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


I must be missing where it is at can't seem to find or do i need to download a module for it
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



116
MikeShane
site search
  • 2008/2/3 18:30

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


any sugestions on putting a site search on site
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



117
MikeShane
Re: social music network site
  • 2008/2/3 12:44

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


took three weeks of research and 2 1/2 days to build on site
we have a lot to do yet. Gonna start letting bands know so they can test it out and give us sugestions by monday. I know we need search and forum for sure yet
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



118
MikeShane
social music network site
  • 2008/2/3 3:25

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


I'm nervous but here goes we put together a music social network site HomeGrownBands we have not really released to public yet but we would like some feed back from XOOPS people since the two of us that are building this have never done any thing close to this before. But we got this going from information and what we learned from this forum, so thanks for all the help XOOPS people you are outstanding!

Thanks Mike from HomeGrownBands
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



119
MikeShane
redirecting url
  • 2008/1/24 2:17

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


redirecting url to user page
I'm looking for a way to redirect url to user page
example www.mydomain.com/user_name redirect to
http://www.mydomain.com/modules/userpage/index.php?page_id=user_name

so user page comes up for the user they are serching for
Musicians for musicians entertaining the world, what starts as a dream can live in reality!



120
MikeShane
Re: not logging in using IE 7
  • 2008/1/23 16:00

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


This fix has worked fine no problems logging in now thanks
Musicians for musicians entertaining the world, what starts as a dream can live in reality!




TopTop
« 1 ... 9 10 11 (12) 13 »



Login

Who's Online

171 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 171


more...

Donat-O-Meter

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

Latest GitHub Commits