logo
WSN Links PHP Directory Software
Features Showcase Reviews Demos Purchase Manual Support
 

Assign membership

Version: 4.1.13
Example URL: www.accommodation-uk.net


Page: 1 2

Assign membership
Jez
Forum Regular

Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 28
Total Posts: 115
Posted 11/22/07 - 07:20 AM:
quote post
#1
On my site I have listings that have no ownership attached to them - not even an email address. If the owner of the link should get in touch, how would I assign ownership of the link to them so that they can edit their listing, add an image, etc?

Thanks,

jez.
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5796
Posted 11/22/07 - 12:11 PM:
quote post
#2
Just edit the link and type the username in the owner name/id box.

_____________________
"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founcer of Red Hat
Jez
Forum Regular

Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 28
Total Posts: 115
Posted 12/09/07 - 07:23 AM:
quote post
#3
Paul, I have tried this but each time I save the changes the username / ID reverts to "0"
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5796
Posted 12/10/07 - 09:13 AM:
quote post
#4
Works here. Is the edit profile template customized?

_____________________
"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founcer of Red Hat
Jez
Forum Regular

Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 28
Total Posts: 115
Posted 12/10/07 - 09:25 AM:
quote post
#5
It has some extra fields to match the submit page.

Jez.
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5796
Posted 12/11/07 - 02:56 AM:
quote post
#6
Test with the default template. If it works with that, look through to find what you have different in your template for the owner area.

_____________________
"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founcer of Red Hat
Jez
Forum Regular

Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 28
Total Posts: 115
Posted 12/15/07 - 04:29 AM:
quote post
#7
Hi Paul,

Was just going to try the suggested but have got a new problem in as much as I can't edit the templates from the admin.

I get the error:


Fatal error: Call to undefined function: safestrpos() in /home/accommod/public_html/includes/commonfuncs.php(740) : eval()'d code on line 494
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5796
Posted 12/15/07 - 09:46 AM:
quote post
#8
Sounds like you have a combination of 4.1.18 and 4.1.19 somehow... or maybe 4.1.20 with admin templates of 4.1.19. What does it say you're running?

_____________________
"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founcer of Red Hat
Jez
Forum Regular

Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 28
Total Posts: 115
Posted 12/15/07 - 02:40 PM:
quote post
#9
"Your WSN Links 4.1.20 is up to date." it says
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5796
Posted 12/16/07 - 09:45 AM:
quote post
#10
Delete /templates/admin/ and then upload the copy of it in the 4.1.20 download. Somehow it must've gotten stuck on the 4.1.19 admin wrapper.

_____________________
"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founcer of Red Hat
Jez
Forum Regular

Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 28
Total Posts: 115
Posted 12/19/07 - 02:37 AM:
quote post
#11
Paul wrote:
Test with the default template. If it works with that, look through to find what you have different in your template for the owner area.


Paul,

I get lots of errors when reverting to the default template for edit links:



If you are not the administrator of this site, please report this page to the administrator. If you are the administrator, please pay careful attention: You have a parse error in your template templates/default/edit.tpl (or perhaps in your header or footer) which you need to repair before this page can be displayed correctly. The error is picked up on by php at line 238 of the output.Line #233: Password: <input type="text" name="reassignpassword" size="30" value="" >
Line #234: </td>
Line #235: </tr>
Line #236: <?php } ?>
Line #237: <?php if ( && 0) { ?>
Line #238: <tr>

[Load this template in your template editor]

Note that the line of the output is not necessarily the same line number in your template... just look for a similar looking area. The source of your error is probably not on line 238 itself, but most likely a line or two before it. Check your code carefully for syntax mistakes. If you cannot recognize one, copy and paste this output into a thread on the support forum.
Now outputing the page without any conditional or php sections evaluated:
<"text/javascript" src="http://www.accommodation-uk.net/templates/default/javascriptheader.js">
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5796
Posted 12/19/07 - 05:47 PM:
quote post
#12
The error is because {THISMEMBERGROUPRENEWTIMES} is somehow blank for you. Go to Admin -> Members -> Manage Usergroups and type 0 for the number of times each group can renew.

This should be impossible though, because the field in mysql is an integer with default value 0. Unless you changed it to blank later manually.

_____________________
"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founcer of Red Hat
Jez
Forum Regular

Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 28
Total Posts: 115
Posted 12/20/07 - 02:00 AM:
quote post
#13
Paul wrote:
The error is because {THISMEMBERGROUPRENEWTIMES} is somehow blank for you. Go to Admin -> Members -> Manage Usergroups and type 0 for the number of times each group can renew.

This should be impossible though, because the field in mysql is an integer with default value 0. Unless you changed it to blank later manually.


Paul, I can't see where you mean. I can't find a reference to renew.

I wouldn't have changed that setting in the database. Is it something that could have been corrupted when the data was imported?
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 55
Total Posts: 5796
Posted 12/20/07 - 02:50 PM:
quote post
#14
You have expirations switched off? That must be causing the problem. Will come up with a solution for the next upgrade, meanwhile you'll have to switch expirations on and set the value to 0.

_____________________
"Do things you love doing, because then it ain't work. Don't do something you don't really enjoy, because you're never going to work hard enough at it." - Bob Young, founcer of Red Hat
Jez
Forum Regular

Usergroup: Customer
Joined: Jan 19, 2007
Total Topics: 28
Total Posts: 115
Posted 12/21/07 - 02:03 AM:
quote post
#15
Default Days to Expiration:
Leave blank to not expire links, fill to make links expire this many days after submission.



Paul, do you mean the above? if not i can't see where you mean.
Search thread for
Download thread as

Page: 1 2



You don't have permission to post.

Please login or register.

Admin Control Panel

   
Home    |    Features    |    Showcase    |    Reviews    |    Demos    |    Purchase    |    Manual    |    Support
© 2008 Paul Knierim. All rights reserved.