Connect with us

Plugins

Swekey: A safe web enabler usb?

Published

on

I received a Swekey in the mail this week. What’s a Swekey you ask?

Like regular keys protect your car and your home against thieves and burglars, the swekey protects your internet accounts against any kind of piracy

Any swekey protected web site will never accept to log you in if your swekey is not plugged into your computer… Read more

So I am going to start off by stating that there is a WordPress plugin to enable this handy little USB key on WordPress powered sites. For information on the plugin you can visit it on the plugin directory.

Hopefully you’re using the latest WordPress install (2.7.1), in which you can head to the plugins menu and click on Add New. Do a search for Swekey and install the latest version (which at the time of writing this was version 1.0.7).

Once you’ve got the latest version installed head into your settings and find the Swekey setting page which will look like:

The Swekey setting on WordPress 2.7.1

The Swekey setting on WordPress 2.7.1

I’m going to have to do some research on the first three options in the setting page, which I am not sure what other server URL I’d use or if needed be outside the localhost (which I am assuming is default — or left blank as it states).

The fourth option asks you whether you want to accept regular login’s without the swekey (in cause of misplacement) or to only allow login access with the swekey. For the most part I would not choose the latter option as the swekey isn’t that popular. This also might only be handy at the current state to the people inside the development of the Swekey, but a good idea none the less.

The next option inside the setting panel will either allow or disallow your users to attach/detach there profiles with the swekey to your site. If you’re site doesn’t allow users to register and you hand register everyone, you may want to do the same with this option.

Second to last, you can edit the Supported Brands: 8 chars hexadecimal upper case value. Which at this time am not sure what it does..yet.

The last option is simply a placement for the swekey logo if you choose to upload one.

So now we’ve got the plugin installed, I guess I better get to using and testing it before continuing anymore.. 🙂

Plugins

How to: Creating an Archive page

Published

on

Many weblog sites these days have some form of an archive page. In WordPress it might be the built in auto generation of permalinks by: /Month/ and /date/.

But in some blog’s, for instance this one here (as I said in a previous post) you can’t get the post to paginate or link to http://youblog.com/page/2 if you have nice permalinks active or http://youblog.com/?paged=2.

By any means, In this theme I have to have an archive link at the bottom. So..

Archive WordPress Plugins

There are many plugins which allows you to automatically create an archive page. The good thing is that you’ll (almost) have nothing to do, and the bad thing is that you may not be able to customize your archives much.

On this blog I have decided to use Clean Archives Reloaded by Viper007Bond. Which you can now see active in my Archive’s page.

If you want to use a plugin, here is a small list:

And of coarse you can always..

..do it your self!

First you would have to create a template file by writing this:

<?php
/*
Template Name: Archive page
*/

//please add you necessary code here
//ie. your hooks and html code ?>

<ol id="archive">
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts(array(
    'showposts' => 100,
    'offset' => 10,
    'order' =>'DES',
    'paged' => $paged,
    ));
    $wp_query->is_archive = true; $wp_query->is_home = false;

    if( have_posts() ) : while( have_posts() ) : the_post(); ?>

    <li><a href="<?php the_permalink() ?>"><?php $tit = the_title('','',FALSE); echo substr($tit, 0, 25); ?>...</a> - Posted on <?php the_time('j F Y') ?> - Comments (<?php echo $post->comment_count ?>)</li>

<?php endwhile; endif; ?>
</ol>

?>

You may notice this code: <?php $tit = the_title('','',FALSE); echo substr($tit, 0, 25); ?> from a previous post!

Once saved and pasted it to your archives.php or template-archives.php file, upload it on your wp-content/themes/yourtheme/ directory.

Then, in WordPress dashboard, create a new page, name it “Archives” (or whatever you want) and select Archive page as your page template.

enjoy!

Continue Reading

Plugins

WordPress Audio Player Plugin

Published

on

I recently went looking for a good audio player for WordPress. I came across WPAudioPlayer from 1 pixel out.

The plugin is extremely simple to use and has a really awesome automatic color detention tool which will match to your site with ease. For more info visit the demo page at http://www.1pixelout.net/code/audio-player-wordpress-plugin/

Continue Reading

News

cforms II now GPL compliant

Published

on

Well, it was a long run, ok, only 24 hours when Mr. Seidel’s announced that he would pull the plug on further updates to the cforms plugin.

But after consideration and many emails, he has released a update to a GPL compliant version of his plugin: 10.2.

Continue Reading

Random Search Terms

Title

Recent Posts: Fully Net Worth . com

Jakob Campbell Net Worth: How Rich is the Rapper Actually?

Jakob Campbell Net Worth: How Rich is the Rapper Actually?

Jakob Campbell is an aspiring American rapper who recently competed in Netflix’s new series Rhythm + Flow, the first televised talent competition dedicated exclusively to hip-hop and rap. Campbell managed to get in the top 16 of the competition and has created a direction for a musical career since then. As of 2022, Jakob Campbell’s […]

Eugenio Derbez net worth​.

Eugenio Derbez net worth​.

Eugenio Derbez net worth​. Eugenio Derbez is an actor, producer, writer, and director. He holds a film directing degree from MICT (Mexican Institute of Cinematography and Theater) apart from an acting degree from Televisa acting school. The star is trained in various arts such as music, dance, and singing. He keeps prepping himself in Los […]

Grant Cardone Net Worth: Know Everything About This Author

Grant Cardone Net Worth: Know Everything About This Author

Grant Cardone Net Worth: Know Everything About This Author There are many great authors and writers in this world, but still, we don’t know the name of some of the best authors of this world who are living in a forbidden world. If we are talking about the best authors of the world, then how […]

Omi In A Hellcat Net Worth: How Much is the YouTuber Worth?

Omi In A Hellcat Net Worth: How Much is the YouTuber Worth?

Omi In a Hellcat is an American YouTube personality and entrepreneur who depicts his sensational lifestyle through vlogs on his YouTube channel. As of 2019, Omi In A Hellcat net worth is estimated to be $60 million. Unfortunately, Omi’s real name is unavailable to us. He was born on August 6, 1985, in Philadelphia, United […]

Trending