Hello,
Is there anyway we search the members’ Resumes like we search for members?
Can we link resume with registration fields?
I have just in/stalled with BP v2.0. Not yet tested, but does it work without issues
Thanks
]]>Hello,
I have this configuration:
WP: 3.6.1
BP: 1.81.
BP Resume: 1.0
XAMPP – Windows (local development)
After installing BP Resume I can not watch it at any place.
have I done something wrong o is the plugin not working for this configuration?
Many thanks.
J. Pablo.
In the description and screen shot it shows a nav menu item under Avatar.
How do I get that setting to display. I like how the screen shot shows all the tabs under the avatar.
]]>I’ve noticed that with this plugin, users can only submit information. Once it’s in the system, it’s in there for good unless deleted. Is there any way to edit previous entries?
I plan on retooling this plugin for something else, and the entries will need to be edited more often than one might update employment information on a resume. If anyone knows a way to make editing the entries possible, that would be a huge help.
]]>Hi,
I’m trying to translate the months shown in the dropdown in ‘edit’ screen, but nothing works.
I have translated the months on buddypress and wordpress but still nothing.
How can I find them? There’s no file in your plugin.
]]>Hi,
I’d like to change the order where the tab appears.
Right now it shows right before ‘Settings’, but I’d like it to show up next to ‘Profile’ tab.
Is this possible?
Thanks,
Kat
Hi i really like your plugin but got a question about the skills field.
Are they working the same as post tags? Can these be put in a skill tag cloud ?
Searchable and clickable ?
Using WP 3.5 network enabled, BP 1.6.
I’m not seeing anywhere to enter information for the fields:
Education
No Education places added
Professional Experience
No Professional Experience added
Skills
No Skills added
Your assistance is greatly appriciated.
]]>Hello,
Just to inform you some typos on your code. ??
Recent:
<td><input type="text" name="experience[stare]" class="long" value="" placeholder="Enter State"/></td>
Correction:
<td><input type="text" name="experience[state]" class="long" value="" placeholder="Enter State"/></td>
You wrote “stare” instead of “state”, so state data will go nowhere & wouldn’t show up.
Recent:
<span class="location info"><?php echo $exp['city'].', '.$exp['state'].' '.$exp['country']?></span>
Correction:
<span class="location info"><?php echo $exp['city'].', '.$exp['state'].', '.$exp['country']?></span>
Just forgot to add coma (,) between state & country.
That’s all from me. Anyway, what a nice plugin… keep up the good work! ??
Thanks,
Bukrie
https://Jakartanese.com & https://IdEA.my.id
I am having the issue where any logged in user can update the resume for any other logged in user. This is a huge security concern. Users should only be able to edit their own profiles
]]>Does this plugin support the WordPress search function?
For instance could I pull up a list of members with web design skills?
At the moment I am using BP Search (which is fine) but the default BP extended fields structure is a little clunky in the configuration I have to use.
Dear,
Hello I am writing the translation of plugin that you have written.
I would like to contact you to help improve the plugin.
I hope you contact me.
regards
Max
—code—
file: bp-resume-page/includes/languages/bp-resume-page-es.po
msgid "Resume"
msgstr "Resumen"
msgid "Education"
msgstr "Educacion"
msgid "Professional Experience"
msgstr "Experiencia Laboral"
msgid "Skills"
msgstr "Habilidades"
msgid "Enter School"
msgstr "Ingresa Escuela"
msgid "City"
msgstr "Ciudad"
msgid "State"
msgstr "Provincia"
msgid "Degree"
msgstr "Grado"
msgid "Start Date"
msgstr "Fecha de inicio"
msgid "End Date"
msgstr "Fecha de finalizacion"
msgid "Employer Information"
msgstr "Informacion de Empresa"
msgid "Employer"
msgstr "Empresa"
msgid "Position Information"
msgstr "Informacion de su Puesto"
msgid "Position"
msgstr "Puesto"
Not finished but I hope to finish in a couple of days.
]]>