Filipe Deschamps
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide email column from wp-admin/users.php and user-edit.phpAs I can see, this content is generated in “wp-admin/includes/template.php”, and deleting this code bellow is the result I need:
case 'email': $r .= "<td $attributes><a href='mailto:$email' title='" . sprintf( __('E-mail: %s' ), $email ) . "'>$email</a></td>"; break;
But this wont be good for updates ??
Forum: Fixing WordPress
In reply to: Deny usernames with SPACE character when registeringravisarma,
Unfortunately, there’s no plugins to prevent space character in usernames.
I have some knowledge with php, but I’m to scared to mess up with core files due to upgrading problems.
I still couldn’t find a solution for this.
Forum: Fixing WordPress
In reply to: How to ?? 1 site with WP, but 2 languages ? (French & English)Hey! I’m having a problem with multiple languages in the same WP, take a look: https://www.ads-software.com/support/topic/340521?replies=1
Forum: Fixing WordPress
In reply to: Image uploaded can be considered a post child?Enmi, I love you!
Forum: Fixing WordPress
In reply to: Image uploaded can be considered a post child?Esmi, thanks!
But I need this in the form of a php script.
I have the main Post ID, and I need to get the ID of it’s first attatchment. With this ID, I can select the link directly in the database.
Can you help me?
Forum: Plugins
In reply to: FCS (Featured Category Slideshow) no more? Any substitute?Forum: Plugins
In reply to: FCS (Featured Category Slideshow) no more? Any substitute?Samboll, I just need a really simple solution so I was wondering:
Listing the last post of a category is really simple, for exemple “hotnews”. Once I’ve got the ID post from the last entry of this category, how can I search in the DB for it’s first gallery item?
I’m not looking for the code, just need a direction to what look for ??
Forum: Plugins
In reply to: FCS (Featured Category Slideshow) no more? Any substitute?I wish FCG had that ability
Me too, would be perfect.
Forum: Plugins
In reply to: FCS (Featured Category Slideshow) no more? Any substitute?Featurific does this automaticly search too, but unfortunately it whatermarks the slideshow.
Forum: Plugins
In reply to: FCS (Featured Category Slideshow) no more? Any substitute?samboll, thanks!
Is there anyway to make FCG search for images inside the post gallery automaticly, without the need of inserting custom fields?
I think FCS could make it and this feature is simple amazing.
Forum: Fixing WordPress
In reply to: Deny usernames with SPACE character when registering??
Forum: Fixing WordPress
In reply to: Deny usernames with SPACE character when registeringAw guys, no idea? ??
Forum: Plugins
In reply to: Category RequiredHi!
Any solution?
Forum: Plugins
In reply to: How to REQUIRE authors to select a category?Any solution?
Forum: Fixing WordPress
In reply to: Multiple paginated loops problem.Hi, I’m trying to make what you did, with multiple loop but using the same pagination.
There’s no way to make it work ??
I’m listing category 01 at left, and category 02 at right. When I click Previous Page, only the category 01 updates. The category 02 keeps static.
Can you help me? I’m searching a solution to this for weeks.