Hi i want people to be able to have more than one link...well actually unlimited. How can i make it so one person can have multiple links? I want to make it like a product directory and people can have links to their products.
Thanks!
Brick
Hi i want people to be able to have more than one link...well actually unlimited. How can i make it so one person can have multiple links? I want to make it like a product directory and people can have links to their products.
Thanks!
Brick
to clarify :
you want a user to be able to add "products" rather than a whole site of products. for example "bob" runs an electric store, so he may want to add a kettle and a phone... correct?
Well the first problem is that the ID is unique, this means to edit or modify they would always need to know the ID for each product. This could be solved by having and (edit?) link on the detail_form.html page, which could fill in the ID for you.
You would need to consider this a lot, its quite a change. I would setup a first product listing, where the user get the password. Then, they could login to the modify page and be given the option to add more products. This way you could add the same password for each product.
I would also suggest a hidden field that identified the user, (maybe the ID of the first product they added) then you could have a link that said "view other items from this seller"
just some quick ideas, its somethign that would require a lot of work.
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )
I think it would be sensible to MAKE submitters be members. I have a gut feeling this would make implementation a lot easier.
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )
maybe something like this which is in v3.2E http://www.indexuhelp.com/forum/index.php?t=tree&th=64& and http://www.indexuhelp.com/forum/index.php?t=tree&th=51Originally Posted by brickholius
.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
Originally Posted by inspireme
Interesting. good points. Can members add as many links (will be products...but really just links) as they want? So what changes would need to be made if users became members? Or is it the same issues?
thanks for your input inspireme
The first link in the first link of the thread in indexuhelp forum is bad. Regarding the second...might be something to it... I really only want each member/user to only be able to add or remove their own links...which could be as many as they want and would prefer to have them edit them on the same page. Any other way to see the example page of editing all links on one page?Originally Posted by esm
b
yes, links in forums do become out of date
here is some info on the MOD
Not sure if this what you want but sounds close anyway.This mod allows the user to manage multiple links - Edit and Delete links thru the User's Control Panel ( as part of the My Account Link ).
First, Install the "Using same username and email for link owner and user" MOD. You must follow the instructions posted by tidalx ( and highlighted in BLUE in the original mod ) to allow for multiple postings by the user.
add a menu line as shown below about line 58 in the original file menu.html in the cp folder.
<a href="index.php" class=menu>My Account</a>
<a href="profile.php" class=lwhite>Profile</a>
<a href="preference.php" class=lwhite>Preference</a>
<a href="change_pwd.php" class=lwhite>Change Password</a>
<a href="user_view.php" class=lwhite>Edit Links</a>
indexu/cp folder ( you will see the change_pwd.php file there )
user_deletd.php
user_edit.php
user_view.php
themes/default/cp folder
user_custom_field_form.html
user_view.html
user_view_rows.html
Attachment: user_delete.php
Attachment: user_edit.php
Attachment: user_view.php
Attachment: user_custom_field_form.html
Attachment: user_view.html
Attachment: user_view_rows.html
.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
Saintsr, what would you charge [$] to fix this up for me? To make it so a user can add their own links and manage them from their user panel?Originally Posted by esm
brick