Go Back   NiceCoder Community Forums > Nicecoder Products > IndexU > Blocks and Modification
Register Projects FAQ Members List Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-08-2008, 05:20 AM
Registered User
 
Join Date: Jun 2007
Posts: 34
mainman is on a distinguished road
Smile Differant Types of Forms: Limitations

Hi
I am looking to have a scenario where the client selects for a example a BASIC listing and the BASIC listing allows them :
-Website link
- Description

- No phone number, no contact number, no email address

UPGRADE BUTTON to Upgrade to Premium

PREMIUM LISTING
-Website link
-Description
- Phone Number
- Rest as is

UPGRADE BUTTON to Upgrade to Premium

SPONSORED LISTING
All the above plus:
- Cleint can add an article - Summary of the service offered in more detail and upload there logo

Anyone know how it can be done, basically its a MOD of the Add a listing Form and encourages the client to upgrade there listing, adding a value added service.

M
Reply With Quote
  #2 (permalink)  
Old 03-08-2008, 12:45 PM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 977
FSGDAG is on a distinguished road
Default

If you have a membership to IndexUDirectory.com, Zubby has made a MOD that will due this
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Blog
General Directory | Deep Links Directory | Bidding Directory
Reply With Quote
  #3 (permalink)  
Old 03-08-2008, 02:05 PM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

The easier way to do this would be let the user submit it all, but tell them that only if they purchase a sponsored or premium link will that information be displayed.

This way, if they upgrade in the future all that information will already be there.
Reply With Quote
  #4 (permalink)  
Old 03-08-2008, 06:57 PM
CEC CEC is offline
Active Member
 
Join Date: Apr 2006
Posts: 386
CEC is on a distinguished road
Default

I like the psychology of having dimmed fields available only if premium. Not sure about leaving it open ... I'm sure some will fill out fields only available to premium, certainly not all ... and you loose that initial visual limitation that may compel premium listings. Just thoughts.
Reply With Quote
  #5 (permalink)  
Old 03-08-2008, 10:29 PM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

Use javascript to enable the fields. Offer an initial choice of free or premium or sponsored. Depending on what they click then the selected forms are presented. Or perhaps you can use IF statements.

To me it doesn't matter if users add info for premium/sponsored buyers only. They will see that the information doesn't get added and will perhaps want to pay then.

If you want to hide/disable the fields it just makes it a bit harder to create the page. How you do it is all up to you and how nice you want it to look.
Reply With Quote
  #6 (permalink)  
Old 03-09-2008, 01:23 AM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 977
FSGDAG is on a distinguished road
Default

Take a look at my add form on Web4URL.com

http://www.web4url.com/add.php?cat=2409
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Blog
General Directory | Deep Links Directory | Bidding Directory
Reply With Quote
  #7 (permalink)  
Old 03-09-2008, 03:03 AM
CEC CEC is offline
Active Member
 
Join Date: Apr 2006
Posts: 386
CEC is on a distinguished road
Default

Nice. My directory has been free, but I am interested in a form like this in the future. One question, FSGDAG, why didn't you put the listing type at the top?
Reply With Quote
  #8 (permalink)  
Old 03-09-2008, 03:14 AM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 977
FSGDAG is on a distinguished road
Default

Code:
Content visible to License Owner only.
Because that would have made wayyyyy too much sense! I just changed it. Be interesting to see if the amount of prem or sponsor listings go up now
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Blog
General Directory | Deep Links Directory | Bidding Directory
Reply With Quote
  #9 (permalink)  
Old 03-09-2008, 10:35 AM
Registered User
 
Join Date: Feb 2008
Posts: 23
CotswoldAdvisor is on a distinguished road
Default

Code:
Content visible to License Owner only.

Wow, that is great how did you go about doing that?
Reply With Quote
  #10 (permalink)  
Old 03-09-2008, 11:41 AM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 977
FSGDAG is on a distinguished road
Default

Code:
Content visible to License Owner only.
Its a Mod created by Zubby from IndexUDirectory.com. Get a membership at his site ( see link in my sig ) and you'll be able to do it too
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Blog
General Directory | Deep Links Directory | Bidding Directory
Reply With Quote
  #11 (permalink)  
Old 03-09-2008, 01:27 PM
esm's Avatar
esm esm is offline
Active Member
 
Join Date: Apr 2003
Location: Atlanta GA
Posts: 3,411
esm is on a distinguished road
Default

Code:
Content visible to License Owner only.
While I think this should be part of V6 of INDEXU, I also think it should be an option that can be selected by the INDEXU owner. Some of us will like things one way and others will like it another way.

Having done a fair amount of programming over the years, I've learned a couple of things. First, it is fairly easy to make things optional.

Second, never substitute the way I want things done with the way another person wants to do something.

I think I will take a look at this. But maybe after v6 is released


.
__________________
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

.
Reply With Quote
  #12 (permalink)  
Old 03-09-2008, 02:52 PM
echo@'s Avatar
Active Member
 
Join Date: Oct 2007
Location: UK Essex
Posts: 473
echo@ is on a distinguished road
Default

Code:
Content visible to License Owner only.
any idea what the mod is called FSGDAG??
Reply With Quote
  #13 (permalink)  
Old 03-09-2008, 08:34 PM
esm's Avatar
esm esm is offline
Active Member
 
Join Date: Apr 2003
Location: Atlanta GA
Posts: 3,411
esm is on a distinguished road
Default

Code:
Content visible to License Owner only.

I take it the reference to "deeplinks" is a different mod...?



.
__________________
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."

.
Reply With Quote
  #14 (permalink)  
Old 03-09-2008, 09:57 PM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 977
FSGDAG is on a distinguished road
Default

Code:
Content visible to License Owner only.

Its actually two MODs... You can find them here :

http://www.indexudirectory.com/blog/...or-deep-links/

http://www.indexudirectory.com/blog/...-limiter-mods/

Code:
Content visible to License Owner only.
I agree ESM.. It would be nice if it was built in and something you can turn on / off in Admin section.

What I'm really hoping to see in IndexU is a WordPress type of MODs. I know Bruce has suggested it to Dody already. It will make life so much better and make the script that much stronger
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Blog
General Directory | Deep Links Directory | Bidding Directory
Reply With Quote
  #15 (permalink)  
Old 03-09-2008, 10:05 PM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

You didn't read the newsletter did you? Did I write it for nothing? /me cries

Version 6 is going to have a plugin engine apparently very similar to WordPress, with the ability to enable/disable plugins.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change Number of Listing Types islandgirl v5.x 2 02-07-2008 01:04 PM
v5.4 has Limitations webwitch Pre-Sales Questions 2 10-07-2007 11:27 PM
Indexu limitations guaranis Pre-Sales Questions 4 09-08-2006 08:14 AM
indexu limitations? zombie Pre-Sales Questions 6 01-23-2006 02:45 PM
Website Design Limitations Hart_House Website Development 1 02-29-2004 01:27 PM

HACKER SAFE certified sites prevent over 99.9% of hacker crime.

All times are GMT -5. The time now is 05:40 PM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO
SSL Certificate