Munich
Sometimes coder, dive profesional and passionate traveller
Travel-Junkie's
Activity Stream →
-
Travel-Junkie posted a reply on the forum topic Firebug: 4 days, 12 hours ago
Just comment it out. If it’s within php tags then add
//just after the opening tag. If you want to hide multi-line php code then wrap whatever you want to hide like this:
/* hide this sentence */
If it’s html you want to hide then use this:
<!-- hide this sentence -->. -
Travel-Junkie posted a reply on the forum topic Feature Request: Aggregation of Web 2.0 Service Content: 1 week, 6 days ago
You could always hire someone if this feature is critical for your project.
-
Travel-Junkie posted a reply on the forum topic Multiple user types – possible?: 2 weeks, 4 days ago
@Peterverkooijen
I s’pose you’re talking about the 20 minutes I said it took me to code the bits with the registration in my earlier comment? Why’s that worrisome? It just shows how fast you can get results with BP. Would you rather work with a piece of software where you’d need three times as long for [...] -
Travel-Junkie posted a reply on the forum topic Multiple user types – possible?: 2 weeks, 6 days ago
Bowe, I’d store user types as usermeta. Might be a bit more work code-wise, but I think more flexible.
Showing certain profile fields by user-type with jQuery is just your basic conditional stuff. If this user-type is selected, then show these fields, if another type is selected show some other fields. -
Travel-Junkie posted a reply on the forum topic Multiple user types – possible?: 2 weeks, 6 days ago
@psyber
You can just add to the existing registration process via the available hooks. So basically you add a dropdown field where the user has to select an option. Then you use a bit of jQueryness to display the various profile fields you want that user-type to fill in. I’ve done something similar for group types. [...]
Travel-Junkie's
Wire Messages →
No one has posted to Travel-Junkie's wire yet.