Forum Replies Created

Viewing 15 replies - 16 through 30 (of 71 total)
  • @amine27

    Thanks, interesting to see that it is possible, I’ll have to try this out. Ideally I need to have a parameter to select certain time periods so that the user can select from a few different periods (day/month/week for example). It would be great if this could be incorporated into the plugin itself, but otherwise I’ll follow your lead and try to hack it ??

    Cheers!

    Have been looking for the same thing for a while, I am able to show top rated posts sorted by date using gd star rating plugin, but can’t sort most viewed by date, although I love this plugin it would be a thousand times more powerful with date filtering.

    Anyone know of a way to do this, preferably without having to migrate data?

    Thank you very much!
    Dave

    @sierrajoe

    Could we see what it looks like? I’m really interested to see how this forum plugin works/looks, there aren’t any screenshots

    Cheers!

    Thread Starter dlawton

    (@dlawton)

    Thanks Josh, I’m waiting for the push and will report back

    Thread Starter dlawton

    (@dlawton)

    Forum: Plugins
    In reply to: sociable no longer working
    Thread Starter dlawton

    (@dlawton)

    Confirmed it was the custom tracking, and switching Analytics code to AJAX. Removed custom event tracking and functionality is restored.

    Forum: Plugins
    In reply to: sociable no longer working
    Thread Starter dlawton

    (@dlawton)

    Could I get some help with this? I can’t explain the sudden loss of functionality, I’m going to have to stop using sociable shortly if this can’t be resolved. I’ve tested on multiple computers with multiple browsers and can replicate the issue every time.

    Here’s a test url:
    https://superstoker.com/surf-video/ride-on-teaser/

    The only thing I can think of is that I currently use a javascript onclick to record a click in google analytics, and recently I switched my analytics code to the new AJAX implementation, perhaps this is the problem.

    Thank you kindly,
    Dave

    Thread Starter dlawton

    (@dlawton)

    I looked in that file, here’s the entire file, I didn’t see anything related! So confused!

    <?php
    
    function nav_sidebar_module($args) {
    	global $notfound, $post, $wpdb;
    
    	extract($args);
    
    	if(is_page() and ($notfound != '1')) {
    		$current_page = $post->ID;
    
    		while($current_page) {
    			$page_query = $wpdb->get_row("SELECT ID, post_title, post_status, post_parent FROM $wpdb->posts WHERE ID = '$current_page'");
    			$current_page = $page_query->post_parent;
    		}
    
    		$parent_id = $page_query->ID;
    		$parent_title = $page_query->post_title;
    
    		if ($wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_parent = '$parent_id' AND post_status != 'attachment'")) {
    			echo($before_module);
    			?>
    				<h2><?php echo $parent_title; ?> <?php _e('Subpages','redo_domain'); ?></h2>
    
    				<ul>
    					<?php wp_list_pages('sort_column=menu_order&title_li=&child_of='. $parent_id); ?>
    				</ul>
    
    				<?php if ($parent_id != $post->ID) { ?>
    					<a href="<?php echo get_permalink($parent_id); ?>"><?php printf(__('Back to %s','redo_domain'), $parent_title ) ?></a>
    				<?php } ?>
    			<?php
    			echo($after_module);
    			?>
    				<div class="sb-spacer"></div>
    			<?php
    		}
    	}
    
    	if(is_attachment()) {
    	?>
    		<div class="sb-pagemenu">
    			<a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php printf(__('Back to \'%s\'','redo_domain'), get_the_title($post->post_parent) ) ?></a>
    		</div>
    	<?php
    	}
    }
    
    register_sidebar_module('Navigation module', 'nav_sidebar_module', 'sb-pagemenu');
    
    ?>
    Thread Starter dlawton

    (@dlawton)

    @alchymyth thanks for the response

    The site is at sidewalkhustle.com and the theme is called redoable1.2
    I cannot for the life of me find any reference in the theme to the previous entries link. I’m very confused! I must be overlooking something, hmmm

    import it to a local install then export to sql

    the size restriction was much larger on my local install (128M as far as I remember) so maybe it’s a server restriction, no idea

    Thread Starter dlawton

    (@dlawton)

    it was actually a problem with the theme

    i have a sneaking suspicion defining the url in wp-config will do the same thing, unless you don’t want to update other urls, i think i saw it happen when i was testing migrations, running a migration soon so will see if it works

    Thread Starter dlawton

    (@dlawton)

    thanks for the help, i was able to look in the directories and see that wordpress automatically creates 3 versions of every image (thumbnail/medium/large) so there are 3 times as many images as we actually have. i found that by setting thumbnail/medium/large sizes to 0x0 in wordpress options those image sizes aren’t automatically created. i also found a plugin that lets you organize images folders further into years, months, and days so that will solve the problem going forward.

    cheers!

    same problem, every attachment gives remote server did not response error, any help here is greatly appreciated

    Thread Starter dlawton

    (@dlawton)

    They immediately changed my permissions on the directory, I can’t even read the directories anymore which doesn’t make much sense because I can’t delete any files which is what they asked me to do, and more importantly I can’t even see what the files are.

    Anyway I’ve asked godaddy support to at least tell me what the files are, but yes I suspect they are all images.

    Godaddy recommends I upgrade to a dedicated server or ask for support on wordpress about splitting the files into different folders when the 1024 limit is reached. Is there a way to do this, or a plugin or something that can help?

    Any help is greatly appreciated, cheers!

Viewing 15 replies - 16 through 30 (of 71 total)