| Author |
Message |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
Show user Problem |
|
the problem is number the user article is always 1 and if on username click comes whole articles into website. without infobx the users.
Thanks
_________________ ..:::: Germeser :::.. |
|
| Thu Feb 08, 2007 5:17 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 173
|
|
|
|
Can you provide a link?
_________________
Mini-me |
|
| Thu Feb 08, 2007 5:31 pm |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
| Fri Feb 09, 2007 1:57 am |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
| Sun Feb 11, 2007 4:34 pm |
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 173
|
|
|
|
Just to be sure:
You want to have special pages with only the user-profile in it?
_________________
Mini-me |
|
| Sun Feb 11, 2007 5:13 pm |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
| Mon Feb 12, 2007 12:16 am |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
| Wed Feb 14, 2007 12:35 pm |
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 173
|
|
|
|
I think no one understands your question... could you write it down in german? Some of us are able to understand it.
_________________
Mini-me |
|
| Thu Feb 15, 2007 3:49 am |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
|
if you no answer to have do not need to say it I understand not. I am not with BBC. thank you I am sure me that they do not have an answer!!!
my ask is clarified already above. if someone to answer can then please
Thanks 
_________________ ..:::: Germeser :::.. |
|
| Thu Feb 15, 2007 12:58 pm |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
| Thu Feb 22, 2007 1:51 am |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 473 Location: Hoogeveen, NL |
|
|
|
You probably use static news on your index.php
If it's static it won't react on other queries than the one specified in the code. Just unstatic them or make sure that the users aren't loaded on index.php them 
_________________

Last edited by Ramon on Fri Feb 23, 2007 10:31 pm; edited 1 time in total |
|
| Fri Feb 23, 2007 9:44 pm |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
|
I do not understand at all, why the user posts are not correct. that is those code in index.php
 |  | <?php
if ($do == 'gerran'){
include $cutepath.'/search.php';
} elseif ($do == 'nuseran'){
include $cutepath.'/show_users.php';
} elseif ($do == 'peywendi'){
include $cutepath.'/contact.php';
} elseif ($do == 'hawpolekan' and !$category){
echo cn_category();
} elseif ($do == 'ershif'){
echo cn_archives();
} else {
$number = 10;
$category = '1,2,3,4,5,6,7,8,9,10';
$template = 'net';
//$sort = array('title', 'ASC');
include $cutepath.'/show_news.php';
}
?> |
where that is appropriate for peoblem
thanks
_________________ ..:::: Germeser :::.. |
|
| Fri Feb 23, 2007 10:17 pm |
|
 |
Ramon
Joined: 12 Oct 2005 Posts: 473 Location: Hoogeveen, NL |
|
|
|
Hmm this is strange. Could i see your urls.ini?
_________________
 |
|
| Fri Feb 23, 2007 10:30 pm |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
|
ok
 |  |
[home]
post = "{year}/{month}/{day}/{id}.shp"
dosearch = "search{add:do=search}"
doarchives = "archives{add:do=archives}"
dousers = "users{add:do=users}"
user = "users/{user:do=users}.shp"
day = "{year}/{month}/{day}"
month = "{year}/{month}"
year = "{year}"
docategory = "category{add:do=category}"
category = "category/{categories}"
[rss]
post = "{year}/{month}/{day}/{id}.xml"
category = "category/{categories}/rss.xml"
user = "users/{user}.xml"
feed = "rss.xml"
[print]
post = "{year}/{month}/{day}/{id}.pshp"
[trackback]
post = "{year}/{month}/{day}/{id}.tb"
|
Thanks
_________________ ..:::: Germeser :::.. |
|
| Fri Feb 23, 2007 11:00 pm |
|
 |
|