PDA

View Full Version : Looking For Advice - Putting Pieces Together


toucan42
04-14-2008, 02:24 AM
I have a mod in mind that I am working on - it will be my first true mod. I am looking for advice on best practices. Here's the concept:

A user can add URL's to a list of favorites. They can be threads, blog posts, social groups, external links - doesn't matter.

I intend to add "Add To My Links" in the Thread Tools Dropdown.

I want users to be able to access and edit the list of links in the user cp.

I want a side block for vb3.7 in the profile of links.

So my question is pretty broad - I am not asking for someone else to code this - I want to do it - but I want to do it right and am looking for advice from any experienced vb coders on how best to tackle these things.

Thanks in advance

Dismounted
04-14-2008, 06:08 AM
This is a fairly simple modification. It's just an "INSERT, SELECT and UPDATE" type of modification. So in other words, perform insert, select and update queries ;).