c32v
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Alchem] Grid style archiveI’m talking about category.php or archive.php which can be edited as a page.
I created a file named category.php with the content of template-blog2.php. And i replaced the content of index.php with the content of template-blog2.php.
But this is a brutal intervention in your script.Forum: Themes and Templates
In reply to: [Alchem] Grid style archiveI mean category page grid style. How can i put columns there?
Forum: Themes and Templates
In reply to: [Alchem] NO THEME IS RESPONSIVEClean your database!
Forum: Reviews
In reply to: [Simple Groups] Brilliant!v.1.1 – good.
Forum: Plugins
In reply to: [Expire Users] [Plugin: Expire Users] User rights.1. I uncommented that line. The same problem. I scheduled a post at a future date and it works.
2. After expiration, users can’t log in. So works like in previous updates.
3. I think it’s a javascript problem to month selector. The dropdown months remain open just with click and a little drag, not just with click. I don’t know if it’s from plugin script or from wordpress.Forum: Plugins
In reply to: [Expire Users] [Plugin: Expire Users] User rights.I’m working in localhost, so emails…
User 1: editor to subscriber
User 2: administrator to editor
The plugin time is set to UTC time and don’t follow my server time. So i must set expiration with 2 hours delay. Anyway, i made another try: i set a user expiration… yesterday and role remain the same.Forum: Plugins
In reply to: [Expire Users] [Plugin: Expire Users] User rights.Ooops! Role not change on expiration.
Forum: Plugins
In reply to: [Expire Users] [Plugin: Expire Users] User rights.Thanks! Role changing and emails is also great!
Forum: Plugins
In reply to: [WP Custom Login] [Plugin: WP Custom Login] Profile pageThanks!
Forum: Plugins
In reply to: [WP Custom Login] [Plugin: WP Custom Login] Profile pageI found a solution.
1. In wp-admin/user-edit.php:
– replace “include( ABSPATH . ‘wp-admin/admin-header.php’);” with “include( ABSPATH . ‘wp-content/themes/mytheme/header.php’);”
– replace “include( ABSPATH . ‘wp-admin/admin-footer.php’);” with “include( ABSPATH . ‘wp-content/themes/mytheme/footer.php’);”(I don’t know how can I call this from functions.php. Please help me Ninos!)
2. In functions.php add this for remove toolbar:
“if (!function_exists(‘disableAdminBar’)) {
function disableAdminBar(){
remove_action( ‘admin_footer’, ‘wp_admin_bar_render’, 1000 );
remove_action( ‘wp_footer’, ‘wp_admin_bar_render’, 1000 );
function remove_admin_bar_style_backend() {
echo ‘<style>body.admin-bar #wpcontent, body.admin-bar #adminmenu { padding-top: 0px !important; }</style>’;}
add_filter(‘admin_head’,’remove_admin_bar_style_backend’);
function remove_admin_bar_style_frontend() {
echo ‘<style type=”text/css” media=”screen”>
html { margin-top: 0px !important; }
* html body { margin-top: 0px !important; }
</style>’;}
add_filter(‘wp_head’,’remove_admin_bar_style_frontend’, 99);}}
add_action(‘init’,’disableAdminBar’);”I hope it’s OK.
Forum: Plugins
In reply to: [WP Custom Login] [Plugin: WP Custom Login] Profile pageForum: Plugins
In reply to: [Plugin: Alkivia Open Community] Search and sort alkivia usersAlso a comment system for profile template. I like this option; users can post comments to every profile.
Forum: Plugins
In reply to: ** Add Multiple Photos to User Profile **Use Alkivia Open Community.
http://alkivia.org/wordpress/community/