Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 142 total)
Author Posts
Oritro Ahmed Oritro Ahmed

Hello roxanne,

Can you provide your Admin Login Credential here? I want to check how you build the form.

While Posting the Credential, Mark the post as private.

June 25, 2014 at 4:18 pm in reply to: Frontent Pro: How To Show Author's Post Comments Count 22413
Oritro Ahmed Oritro Ahmed

Glad to help 🙂

Oritro Ahmed Oritro Ahmed

Hello Roxanne,

This is causing because of your theme. There are less space for the Upload button and its label, less then it required. You have to modify a bit of your theme to fix it.

June 20, 2014 at 9:56 pm in reply to: Frontent Pro: How To Show Author's Post Comments Count 22255
Oritro Ahmed Oritro Ahmed

Hello JOE,

Its obviously possible. You can do it easily if you know about wordpress codex. I can guide you through it.

Go to wpuf plugin directory. Which Should be located at WPROOT/wp-content/plugins/wp-user-frontend-pro/. There you will find a file named frontend-dashboard.php. Open it in a text editor, Better if your text editor has line numbers. Notepad++ or Sublime text will do the best.

Go to line number 109, and in the next line, add this <th><?php _e( 'Comments', 'wpuf' ); ?></th>. This is the Table Header of the WPUF Dashboard list. Then go to line number 155, in the next line, add this segment of code,

<td>
 <?php echo $post->comment_count; ?>
</td>

You should be done. For a Better understanding, I am adding image of this to code segment tothat you can understand better.

June 19, 2014 at 3:15 pm in reply to: Bouton upload wpuf = Download monitor 22190
Oritro Ahmed Oritro Ahmed

Hello Kamel,

Sorry to say, but i didn’t properly understand your question. But seems like you want to integrate download monitor with WPUF. So whenever someone upload a file via WPUF, it will go through download monitor and you can check the download activity.

Unfortunately that isn’t possible. WPUF upload all of its file directly into media library. no modification in between. So not possible.

June 18, 2014 at 1:31 pm in reply to: Using action hook to add custom taxonomy to form. 22113
Oritro Ahmed Oritro Ahmed

@Mark,

Its really hard for us to track a old thread with new replay. Out Best Suggestion is, Take a solve from a old question, if didn’t work, open a new thread.

June 18, 2014 at 1:27 pm in reply to: Dashboard Not Displaying Correctly 22110
Oritro Ahmed Oritro Ahmed

Did you tried to modify WPUF stylesheet by any chance? i am seeing a few things that wasn’t suppose to be there.

June 18, 2014 at 1:23 pm in reply to: Dashboard Not Displaying Correctly 22109
Oritro Ahmed Oritro Ahmed

tegan,

when you are going to post username and pass in out support , please mark it as private.

June 18, 2014 at 12:40 am in reply to: Theme My Login Compatibility 22077
Oritro Ahmed Oritro Ahmed

Kira,

The fact is, there are more then 3000 Plugin out there, about 150 of them are regularly used by developers. We can’t check them all one by one and fix the conflict between if happen. And if we found one, it will take time to solve and release an update. Each modification have to go through a series of processing and checking to make sure it won’t break the site or any functionality.

June 18, 2014 at 12:38 am in reply to: Cannot publish form and error in forms list 22075
Oritro Ahmed Oritro Ahmed

It would be a lot easier for us if we had the chance to look inside the hood. From this point, we can’t help you because we have some “may be” scenario. We can’t confirm which one is the real one here, as we can’t see the problem.

June 18, 2014 at 12:34 am in reply to: Dashboard Not Displaying Correctly 22074
Oritro Ahmed Oritro Ahmed

Hello Tegan,

It looks like a conflict. Its conflicting between your theme style and WPUF Style. Please show us the live url, We can check and provide you a quick fix on this issue.

June 15, 2014 at 3:20 am in reply to: Cannot publish form and error in forms list 21928
Oritro Ahmed Oritro Ahmed

Hello Aleksander,

Would you mind to post the live URL of the site? this looks quite new. We haven’t checked all the plugin for conflict yet, so we rather prefer to check the live URL first.

June 13, 2014 at 1:56 pm in reply to: File upload post issue 21883
Oritro Ahmed Oritro Ahmed

We are coming soon with a new update. There will be a feature to remove that upload title if there is not file attached.

Currently, We don’t have a solve for that.

June 12, 2014 at 12:13 pm in reply to: File upload post issue 21844
Oritro Ahmed Oritro Ahmed

Joe, I am afraid, I didn’t understand your question correctly. Do you mean that when you are uploading something VIA the Upload button, and after submission you can’t find the uploaded file? If its that, all you have to to is just activate the Custom Field in post Options in General Settings.

Here is a View,

June 12, 2014 at 12:05 pm in reply to: Firefox Bug Rich Text Area 21843
Oritro Ahmed Oritro Ahmed

Hello Abdalla,

First thing, If its working on chrome but not in Firefox, there are two possible scenario.

One, There is a problem with your firefox. May be old or corrupted one.

Two, Firefox sometime don’t support a few features of Javascript.

WPUF was built and tested on more then 17 Desktop and 3 Android Browser, and we eliminated every bug related to cross browser compatibility. So We are Pretty sure WPUF isn’t the culprit here.

About the Rich Text Editor, the button you marked called Kitchen Sink. It contain a few extra features of Rich text editor. Which is less concerned in a Webpage. Elements in Kitchen sink are generally used to style the text, Now a days, which is a Concern of CSS. So it kept in a toggle box.

Viewing 15 Topics - 1 through 15 (of 142 total)