|
|
|
CB Profile Gallery Edit Tab Text etc
|
|
Date: 2008/08/22 13:01
|
By: florianseifert
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
Hi, I have installed profile gallery and it works perfectly and I am really satisfied. Now I want to customize the TAB (e.g. text shown in the profile tab respectively changing the order of text, thumbnails etc). Where can I make those changes.
Currently the following text is shown, but I don't know where to edit it:
This tab contains a basic no-frills image Gallery for CB profiles
Submit New Gallery Entry [Your current quota marks: 5/10 items 1371/5000 Kbytes (27% consumed - 73% free)]
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB Profile Gallery Edit Tab Text etc
|
|
Date: 2008/09/04 20:50
|
By: piersol
|
Status:
|
|
|
Karma: 2  
|
|
Senior Joomlapolitan  | Posts: 65 |   | |
|
Is it possible to remove the Profile Gallery Tab from the edit profile area?
Ive tried to unpublish the second tab that is created when you install the plugin, but that doesnt work for this purpose.
Any ideas?
With a crowded list of tabs already, removing the ones with the least functionality would really help.
|
|
The administrator has disabled public write access. |
|
|
|
Re:CB Profile Gallery Edit Tab Text etc
|
|
Date: 2008/09/05 02:32
|
By: Rapunzl
|
Status:
|
|
|
Karma: 52  
|
|
Moderator  | Posts: 1060 |   | |
|
Disable the Profile Gallery plugin. Jamie Rapunzl Reminisces Owner and Website Administrator / Community Builder and Groupjive Team Member and Moderator _______________________________________________________ Want to speed up the release of CB 1.2 and Plugins? Before posting, please read CB 1.1 Bugs stickies or CB 1.2 Identified Issues and the FAQs and Search the forum and the Web for your error. If not found, post Joomla, CB, PHP, Database and Browser versions, along with the exact error you are getting and results. Fewer posts for the developers to sift through will result in faster releases!
If you're looking for CB plugins, try the Downloads section, Directory (new) section or Joomla Community Builder-specific extensions.
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB Profile Gallery Edit Tab Text etc
|
|
Date: 2008/09/15 02:36
|
By: garryp80
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 1 |   | |
|
florianseifert wrote: Hi, I have installed profile gallery and it works perfectly and I am really satisfied. Now I want to customize the TAB (e.g. text shown in the profile tab respectively changing the order of text, thumbnails etc). Where can I make those changes.
Currently the following text is shown, but I don't know where to edit it:
This tab contains a basic no-frills image Gallery for CB profiles
Submit New Gallery Entry [Your current quota marks: 5/10 items 1371/5000 Kbytes (27% consumed - 73% free)]
Hi, Please go to ur back-end, go to component -> Community builder -> tab management
Click to edit the _pg_ProfileGallery or something like that, i forgot the default name 
you can edit the "This tab contains a basic no-frills image Gallery for CB profiles" under the Description...
*Cheers*
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:CB Profile Gallery Edit Tab Text etc
|
|
Date: 2008/09/30 18:56
|
By: piersol
|
Status:
|
|
|
Karma: 2  
|
|
Senior Joomlapolitan  | Posts: 65 |   | |
|
To Remove the Edit Tab altogether, Nant has included the method to simply remove by deleting // from line 1303 of the cb.profilegallery.php file.
You are changing:
| Code: | //fix to hide edit tab from front-end!
//if ($ui==1) return;
|
To
| Code: | //fix to hide edit tab from front-end!
if ($ui==1) return;
|
|
|
The administrator has disabled public write access. |
|
|