-
[Light Link] [Standard Link] [Pro Link]
How about letting users choose between 3 different link types?
Light Link:
Company Name...
Standard Link:
Company Name, Adress, phone...
Pro Link:
Company Name, Adress, phone, picture, profile page....
Something like that
-
What is the purpose of that?
-
Originally posted by dody What is the purpose of that?
Light Link could be free of charge!
Standard Link could cost $xx.xx/year
And if they really wanted to make their link visible and promote their company they could choose a pro link with profile page ...etc
Very common on most search engines that you can pay more in order to make your link more visible and very common in Yellow Pages also
-
no prob
Hello,
I think with own user fields and a second add.php it is no problem to do this today.
My problem is the second (or more) add.php ->
User is in a category and the category variable is suppoerted (my english...) in the add.php.
But if I have more then one add-sites that the visitor can chose between free, business or premium service, I need the same category vaiable in other sites - how can I do this ?
If you can do this, you have the feature you want 
So,please help 

Greetings
Frank
-
the solution is in templating system. Indexu template do not have ability to parse if statement for speed reasone.
<%if fieldname%>
.....
<%endif%>
So indexu may not able to handle it. The other solution is do not call template in some .php files, but call real .php file. Write output from .php file directly.
when it call DisplatTemplate(......), replace it with include(...). You should know what I mean if you know php.
-
Uff ;)
ai,
please can you explain this again ?
Problem:
We want three different kinds of link-membership ->
1. free
2. business
3. premium
If a user adds his site, the script reads the category where he is -> http://www.indexu.com/demo/add.php?cat=502 and chose the first category for him.
From this point the user should go to a bridge site, perhaps also add.php - >
Here he can choose:
-> free -> add1.php
-> business -> add2.php
-> premium -> add3.php
Is this possible and what is to do ?
Greetings
Frank
PS: Still missing php in the detail or better in all templates
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules