|
|
Re:Chucks Extended Profile
|
|
Date: 2006/12/06 22:24
|
By: tony
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 22 |   | |
|
|
Excellent. Thanks mate!
|
|
The administrator has disabled public write access. |
|
|
|
Re:Chucks Extended Profile
|
|
Date: 2006/12/06 22:41
|
By: Roland
|
Status:
|
|
|
Karma: 5  
|
|
Senior Joomlapolitan  | Posts: 52 |   | |
|
Hello Chuck,
it works great - this should be a CB standart!!
One question: I need more Tab-Position (e.g. head, left, middle, right, tabmain, underall). Do you know how to create more positions? Or do you know hov to call a tab direct from the xtdUserProfile.php?
|
|
The administrator has disabled public write access. |
|
|
|
Re:Chucks Extended Profile
|
|
Date: 2006/12/07 04:29
|
By: guilliam
|
Status: User
|
|
|
Karma: 9  
|
|
Senior Joomlapolitan  | Posts: 54 |   | |
|
i seconded,.. this should be included in the CB core package in the next updates. good work mate!
- g
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Chucks Extended Profile
|
|
Date: 2006/12/07 15:57
|
By: radio
|
Status:
|
|
|
Karma: 5  
|
|
Expert Joomlapolitan  | Posts: 181 |   | |
|
Im haveing a little trouble with the tabs moveing out of posistion when something is changed, I mean i layout everything the way i want adjust the padding ect to get it all perfect but then when i start testing the profile and missing things out that are optional ect the tabs end up all out of posistion, obviously this would be a problem on the live site because some people probably wont bother to fill in the entire detail profile, How would i go about makeing the tabs in both columbs fixed so that they dont change, I thought about css absolute posistions but surly there is a better way. Interested in improving Joomla as a social networking platform? If yes join joomlaplazza.com
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:Chucks Extended Profile
|
|
Date: 2006/12/08 15:07
|
By: nickwild
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
Hi Guys,
Virgin post!
I agree this is great well done Chuck, should be part of CB defo!
Has anybody got an example code for the SQl Query to pull out the Tabs and associated field.
Many Thanks
Nick
|
|
The administrator has disabled public write access. |
|
|
|
Re:Using different tabs
|
|
Date: 2006/12/08 17:03
|
By: chucktrukk
|
Status: User
|
|
|
Karma: 11  
|
|
Junior Joomlapolitan  | Posts: 31 |   | |
|
Hey guys,
I am thrilled you guys are using the mod. What do you think of being able to do this for a few more functions (like registration).
Anyway, you should be able to access each tab position via:
| Code: |
<?php echo $userViewTabs["cb_tabmain"]; ?>
|
Switch cb_tabmain with cb_underall, cb_middle, or whichever tab position you need.
I did have some problems with the positioning of some tabs and would like to figure out how to pull each plugin/tab directly. If anyone figures this out, please let me know.
Chuck
|
|
The administrator has disabled public write access. |
|
|