Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Hey guys. Quick html/wordpress related question...

I want to see how often people click a specific link to get to another internal page. For instance, to see if having a contact link in my footer is worthwhile or not.

I was thinking of doing fake anchors (href="contact.php#ftr") so I could watch it in Mint, but it only shows the destination page w/o the anchor. Not to mention I am afraid I will start having weird SEO problems.

Any ideas on how to track internal links like that?

Adbot
ADBOT LOVES YOU

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.

Ned posted:

You probably want to look into clickmap tracking or something like that. There is nothing internal to Wordpress for keeping track of what elements people click on.

Figured as much, thanks. I actually just realized I could use bit.ly - hope it doesn't slow things down too much. Might look at my own shortener instead.

I just reread the thread...I havent kicked into a WP thread since the old megathread.
:-)

I'm currently reworking http://bit.ly/1NhZs, tweaking the Cleaker theme and making it more to my liking. I've done several dozen WP sites myself and anytime I have an idea or am asked to do come up with one, I immediately think 'how can I do that using wordpress'.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Just installed http://yourls.org/ (Lester Chan and Ozh wrote it). It creates either a self hosted short url or bit.ly/tr.im/etc. when you make a post, then can optionally tweet it for you. Very cool stuff.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Lazy post: anyone know of a way to retrieve all of the urls in a post and pop them into an ul?

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
I have another headache I've been fighting with...maybe you guys can help.

I want to put a text link to add a url to Instapaper. They provide an api (http://bit.ly/FKx0p) and a bookmarklet (http://bit.ly/14gEww), which is accessible through a plugin (http://bit.ly/S2POI).

However, the plugin is an iframe showing a graphic. I tried to match it style wise, but the iframe fucks it up (http://bit.ly/spD5 - below each excerpt).

Anyway, point is that I'd like to pass the permalink to Instapaper through a normal href. The code below *almost* works, except that it doesn't add the url - a minor problem as you can imagine.

code:
<a href="http://www.instapaper.com/b?v=4&k=USER_KEY&u=<?php echo urlencode(get_permalink()); ?>">read later</a>
The 'https://www.instapaper.com/api/add' part of the api he provides wont work since I dont have the users user/pass and it won't accept them with no values (returns a 403).

Anyone want to see if they can make this work using the info above? I wasted hours on it yesterday and cant get a response from the developer (which is cool, it's not his problem).

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Envato has a wp/css/script/cs bundle going on - several templates for $20: http://envato.com/birthday/

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Anyone know of a plugin that will show me wordpress related errors? For instance, I have a plugin that occasionally fails and I dont know why. If I had something that logged errors I could maybe find out...

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
I've gotten myself stumped. He;lp?

I want to have a category description displayed - chosen randomly from all available categories - that links to the category page using the description as the link text.

I can make it work if I specify the category, but I'm not sure how to get it to iterate through my categories to be random.

Here's what I have so far:
php:
 <?php 
$category_id get_cat_ID'Finance' );
$category_link get_category_link$category_id ); 
?>

<a href="<?php echo $category_link?>">
<?php echo category_description($category_id ); ?>
</a>
I'm so close, but not sure how to randomly put one of my category names into get_cat_id . Any ideas?

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
I kind of cheated and just threw some category names into an array for now:

php:
<?
$input = array("Finance", "Utilities", "Games", "Media", "Internet");
$rand_keys = array_rand($input, 2);

$category_id =  get_cat_ID ($input[$rand_keys[0]]);
$category_link = get_category_link( $category_id ); 
?>

<a href="<?php echo $category_link?>">
<?php echo category_description($category_id ); ?>
</a>
?>
I'll look at get_categories later and see if I can get it to fill that array for me. Thanks NSS.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
I like everything about that site.

eHacked posted:

Hi guys :D

I've been working with WP for a few years now. So far I've turned it into quite a few things that it wasn't originally designed for, but turned out to be perfectly suited for.

The following site is ADULT. DON'T CLICK AT WORK YOU FAGS.

http://www.cutiesr.us

It's a TGP/Blog/Tube site all rolled into one.

It downloads images off a remote server, and makes a post out of it, and makes thumbnails for the hover over feature.

if I remove all the image-only posts, I'd be left with movies-only, and then the site would be a true tube site.

Wordpress is pretty nifty :)

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Any votes on the best appointment scheduling plugin? And as a bonus question: a 'helpdesk ticket' system...

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
I need your opinions, gents and gals.

I'm setting up a site wherein someone can open a 'support' ticket, but I need to be able to collect payment before they open a ticket.

Ideally, the workflow would be:
* Login to account or create a new one
* Agree to terms ($ per incident, blah blah) checkbox
* Pay via Paypal/Google/Amazon
* Return and enter the ticket

To complicate it more, I'd like to offer 'prepaid' support where they can buy tickets in advance at a discount.

I have a feeling I'm looking at a shopping cart though, with a 'return_to_paid_enter_ticket' page. Any thoughts or ideas?

Worst case is I let them enter the ticket, send an invoice then work the ticket I guess.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Here's my worst case scenario. I'm actually warming to this idea, as I can script an auto-response invoice server side probably without too much trouble. And I could also just create a 'sell me 4 tickets' form and keep track manually.

Only registered members can see post attachments!

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Anyone else been affected by the timthumb bullshit? I've had index.php and htaccess files modified to point to .ru domains.
Serious pain in the rear end to clean up on a shared host, spanning 20+ domains. Every db user and password to be changed, all files scanned, all themes not in use are being trashed.
I want to punch someone.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Anyone a member of http://premium.wpmudev.org/ ?

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
ElegantThemes has an Estate theme (http://www.elegantthemes.com/preview/ElegantEstate/) and (http://www.elegantthemes.com/gallery/elegantestate/)- all of theirs have an optional blog style that might do the trick.

If you sign up (tis cheap), feel free to use this link http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=5864 and I'll help you out. I've deployed their stuff a dozen times.

pipebomb fucked around with this message at 20:17 on Sep 12, 2011

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Do you guys know of a plugin that will let me track unique page views for a post and display it in that authors dashboard (as well as the admin)? I'm setting up a site where people can post content and promote it.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
I need a new Mac editor that isn't Ecto or MarsEdit -what do you guys use? Hell, for Windows too for that matter...

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Sorry guys - my bad. I use Coda exclusively. I meant, actually, a post editor. Sorry.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Hey guys. Having around a dozen sites using Wordpress, I spend a lot of time doing updates, monitoring security, copying content back and forth, etc.

I'm considering moving everything to Multisite - does anyone see any reason not to do so? Benefits are clear - single plugin repository, integrated content, quick deployment of new sites and of course a single (though large) db to backup.
Downsides: if something gets hosed up, it's for every site. Initial config might be a pain. What else?

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
NM. Bad plugin.
:-(

pipebomb fucked around with this message at 17:49 on Jun 14, 2013

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Hi all. Back in 2005 I started a site, using Wordpress, and kept it going for a few years. Then when my real job got in the way I let it languish.

Now I've got some free time and I decided to revive it. I was wondering if you could take a look around and see what you think.

It's based on InReview by Elegant Themes. There are a few things I've yet to do, including:
* Revamp comments
* Insert galleries below each post
* Make it easier to handle reviews
* General css tweaks for browser compatibility though IE is not a concern
* social and customized login page
* a bit of mobile tweaking


Anyway, if you get a second:
http://babygotmac.com/wp-login.php

goon/stairs (subscriber account)

Feel free to make comments, rate, etc.

If you see anything security wise, PLEASE let me know. Hopefully all is fairly current.

Also, if you see anything you like, ask - happy to share my customizations.

PS: No real content at the moment, just copy/paste stuff mostly.

PSS: I'm considering pulling comments - just allowing ratings from authenticated users. Any opinions on that? It would cut down on BS, plus I could style it to look like the sidebar (avatar | name | rating)...

pipebomb fucked around with this message at 22:54 on Jul 8, 2013

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Anyone else looking for an ET account, feel free: http://j.mp/bZrKrT

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Hey guys.

I've got my site setup to list 4 posts on the home page. These are the only posts on the site. I have removed their <h1> links so basically you scroll from post to post and it looks like continuous content.

In my header, I'm using wp_get_recent_posts to show the posts in an inline <ul>. However, now I'm trying to figure out how I can link to them on the index page, as opposed to their actual permalink.

Ideally i could do something with anchor IDs, but I've been poking at this for hours and now my brain hurts. Ideas?

Here's what I'm using in the nav:
code:
<ul class="ulnav">
<?php
	$args = array( 'numberposts' => '4' );
	$recent_posts = wp_get_recent_posts( $args );
	foreach( $recent_posts as $recent ){
		echo '<li><a href="' . get_permalink($recent["ID"]) . '" 
		title="'.esc_attr($recent["post_title"]).'" >' .   $recent["post_title"].'</a> </li> ';
	}
?>
</ul>

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
You hit that out of the park, my friend. Works perfectly, thanks so much! I'll have the site wrapped up today and will post for feedback. Thanks!


PS: Anyone using DreamObjects? .04 per gb, for life. Seems like a decent deal…

pipebomb fucked around with this message at 20:33 on Sep 14, 2013

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Any of you guys in the Atlanta area? I may have some WooCommerce, Paypal IPN stuff coming up that I'll need to outsource. Owner is a 'face to face' type though, so I'd need you local. PM me...could lead to more work, possibly even F/T next year.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.

thegasman2000 posted:

Anyone here using Woocommerce? I have a store that is working great and need to export all the products to excel so I can bulk edit things. I installed the store exporter plugin and it works but doesn't seem to bring out the description. Which is obviously pretty important. Any ideas? Site is here http://www.total-outdoors.co.uk

Curious, but how are you going to get your edited data back into Woo?

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Does WordPress log plugin deactivation times, IPs, etc.? Someone disabled 'coming soon' on a site and it was live all weekend - a half finished skeleton. I want heads on a plate.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Good call, thanks.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Wordpress pages have password protection built-in (create a page, click 'visibility'). Or do you need a different password per person?

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
On one hand, you're a pedant. On the other, I applaud that.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
"Under Construction" works for me. http://wordpress.org/plugins/underconstruction/

You can assign IP access, user roles, etc.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Anyone have a favorite Google Analytics plugin?

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Anyone know of a way to generate/import an rss feed of LinkedIn headline keywords? Their API is poo poo.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
So...a server I now manage has about 180 installs on it. For whatever reason, each and every one requires FTP credentials for updates and plugin downloads, even recent installs.

It's a fairly standard lamp server, I suppose. Anyway, it occurs to me that even if I manually install wp on my own shared, hosted server, I don't need to use FTP.

So I could manually do the ( define('FS_METHOD','direct'); ) mod as seen on http://www.hongkiat.com/blog/update-wordpress-without-ftp/, but I'm wondering if there's something I'm missing, like a server side config option that other hosts use?

Any thoughts, experience with this?

That said, any ideas on touching every wp-config to append define('FS_METHOD','direct'); barring a system wide change?

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
I was looking into it more, and it appears to be related to suexec and possibly apache. I'll ping them tomorrow and see if they can offer advice. Thanks.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
Sonofabitch.

I'm trying to list the sub-pages for a menu, and it WONT FRICKIN WORK. What am I missing here? '19' is a top-level, and it has children (6 or 7 items) below it.

code:
<?php $items = wp_get_nav_menu_items(19); ?>
<?php
foreach($items as $item)
{
    echo '<li>'.$item->title.'</li>';
}
?> 

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
19 is the id of the menu. I ended up just manually adding them since I was in a time crunch. Sucks not to have a native way to show children though.

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
FYI, Alex King died of cancer last night.

Adbot
ADBOT LOVES YOU

pipebomb
May 12, 2001

Dear God, what is it like in your funny little brains?
It must be so boring.
If I wanted to 'ajaxify' my site - in effect have each header/post link instantly load content within the same div, what would be the best approach to take? I'm kicking off with an _ template.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply