Title: krisjay's Replies | WordPress.org

---

# krisjay

  [  ](https://wordpress.org/support/users/krisjay/)

 *   [Profile](https://wordpress.org/support/users/krisjay/)
 *   [Topics Started](https://wordpress.org/support/users/krisjay/topics/)
 *   [Replies Created](https://wordpress.org/support/users/krisjay/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/krisjay/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/krisjay/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/krisjay/engagements/)
 *   [Favorites](https://wordpress.org/support/users/krisjay/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/krisjay/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/krisjay/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Looking for dokuwiki plugin](https://wordpress.org/support/topic/looking-for-dokuwiki-plugin/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/looking-for-dokuwiki-plugin/#post-1657662)
 * Use That.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Why don't they hire the plugin developer to customize it?](https://wordpress.org/support/topic/why-dont-they-hire-the-plugin-developer-to-customize-it/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/why-dont-they-hire-the-plugin-developer-to-customize-it/#post-1668573)
 * I’ve actually come into this situation a few times when a client hires me to 
   customize or re-wite a plugin.
 * What it boils down to is many times they (the client), will try to get ahold 
   of the author of the plugin, but they never receive a reply back or the author
   is not interested in the job. Then the’re left to find someone who can customize
   it to their needs.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [why are my articles not published](https://wordpress.org/support/topic/why-are-my-articles-not-published/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/why-are-my-articles-not-published/#post-1666840)
 * lol! Such a shamless plug…
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [going to launch wordpressbd.com & wordpressbd.org](https://wordpress.org/support/topic/going-to-lunch-wordpressbdcom-wordpressbdorg/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/going-to-lunch-wordpressbdcom-wordpressbdorg/#post-1665516)
 * [@craigedmonds](https://wordpress.org/support/users/craigedmonds/) & [@adnan628](https://wordpress.org/support/users/adnan628/)
 * If you’re planning on making money, or running a business for a profit using 
   the domin names with ‘WordPress’ in them, you will most likly not be approved.
 * What you should do is find a domian name that is very close to what you want,
   like wpSOMETHING.com or in **craigedmonds** case try wp-angels.com and use that
   as your primary domain name.
 * Then take the existing domain that you have that states ‘WordPress’ in them, 
   and point them (DNS) to the root of your primary domain. You would then be able
   to use the domains that contain ‘WordPress’ in them (because they will direct
   to your site), and not Legaly be breaking any copyright issues because your primary
   domain would display ‘wpSOMETHING.com’ in the address bar.
 * Just an Idea….
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Libraries for plugin development](https://wordpress.org/support/topic/libraries-for-plugin-development/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/libraries-for-plugin-development/#post-1667970)
 * Hey Rafael Matos,
 * I myself have never come accross any ‘framework’ to say, but I have seen some
   plugins (don’t think they work), and the general write-ups about plugin development.
 * Every plugin that I’ve made ([my profile](http://profiles.wordpress.org/users/krisjay/)),
   I basicly have to code by hand (now I have snippets I’ve saved while developing).
 * Just have a look at some plugins in [Extend](http://wordpress.org/extend/plugins/)
   that are doing some actions close to what you want (that’s the beauty of open
   source), and try to replicate them in your own manner.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Looking to add & display post date above post title](https://wordpress.org/support/topic/looking-to-add-display-post-date-above-post-title/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/looking-to-add-display-post-date-above-post-title/#post-1667962)
 * The code you need to add is very simple, and uses several perimeters to define
   what you would like to display. It all depends on where you would like the date/
   time to show up. Above the picture, below/above the post title, with the content,
   etc…
 * The basic use to grab the post date would be:
 * `<?php the_time() ?>`
 * To point you in the right direction, have a look [Here](http://codex.wordpress.org/Post_Meta_Data_Section).
   It’s about the post meta data, and display uses.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Add user via PHP](https://wordpress.org/support/topic/add-user-via-php/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/add-user-via-php/#post-1646856)
 * OK, I see a couple things that are making an issue, but first I’m going to ask
   a quick question.
 * You say you are using WP3 Multisite. When a user is signing up through your php
   login and you are trying to add their info to the user tables – will the user
   be signing up for their own sub-blog/user (multisite)?, or just as a ‘user’ off
   your main site (standard user/member)?
 * Both ways require different operations to be preformed, so if you let me know
   the final outcome of your registration process I can get you in the right direction
   to actually process it to create a user, or new multi-site (sub-blog with user).
 * Regards,
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Display random posts on home page using the_post($arg)](https://wordpress.org/support/topic/display-random-posts-on-home-page-using-the_postarg/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/display-random-posts-on-home-page-using-the_postarg/#post-1660122)
 * I’m not too sure if this works with WP3 (haven’t tested it), but this will let
   you display a random set number of posts:
 * `query_posts(array('orderby' => 'rand', 'showposts' => 1));`
 * You can use that to display random posts like this:
 *     ```
       <?php
       query_posts(array('orderby' => 'rand', 'showposts' => 1));
       if (have_posts()) :
       while (have_posts()) : the_post(); ?>
   
       <h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
   
       <?php the_content(); ?>
   
       <?php endwhile;
       endif; ?>
       ```
   
 * Where it states ‘showposts’, change the number to reflect the amount of posts
   you wish to show.
 * Nice and simple!
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Same post is showing multiple times on a page](https://wordpress.org/support/topic/same-post-is-showing-multiple-times-on-a-page/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/same-post-is-showing-multiple-times-on-a-page/#post-1663422)
 * @ DJD_79
 * So what you are saying is you’re using a custom loop, and within the custom loop
   your receiving duplicate posts?
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Add user via PHP](https://wordpress.org/support/topic/add-user-via-php/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/add-user-via-php/#post-1646854)
 * So to my understanding, you’re using a php based login/registration that is NOT
   a part of WP3, but you’re trying to hook to the Create User function of WP that
   will add the input information to the user tables?
 * If that’s the case, did you try adding :
 * `require('../wp-blog-header.php');`
 * To the head of the php login/registration page to tie it together with wordpress?
   Then create a re-direct on success or error.
 * That’s about all I could suggest without seeing the whole code you’ve got setup
   to do your functions….
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Brand Login] [Plugin: My Brand Login] MIssing Scroll Bar](https://wordpress.org/support/topic/plugin-my-brand-login-missing-scroll-bar/)
 *  Plugin Author [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-my-brand-login-missing-scroll-bar/#post-1667392)
 * You got it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Brand Login] [Plugin: My Brand Login] position of the writing busted](https://wordpress.org/support/topic/plugin-my-brand-login-position-of-the-writing-busted/)
 *  Plugin Author [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-my-brand-login-position-of-the-writing-busted/#post-1656941)
 * @ lumagen
 * You can adjust the CSS Height Property for the Login/Register Form in the ‘mybrand.
   php’ file.
 * You need to look for the line:
 * `form { background: url(<?php echo $backlogin; ?>); width:330px; height:198px;
   border:0px solid #2b2b2b;`
 * And change where it states ‘height:198px’
 * Regards.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Codeigniter WordPress](https://wordpress.org/support/topic/codeigniter-wordpress/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/codeigniter-wordpress/#post-1400825)
 * [@erdemcam](https://wordpress.org/support/users/erdemcam/)
 * You can Intergrate WordPress with CodeIgniter, but it really Depends on what 
   your ultimate application is going to be. But since WordPress and CodeIgniter’s
   file struture is different, you can drop in a codeigniter setup.
 * The easy way would be like this:
 * a.) Get Your WordPress Install and Database Working.
    b.) Drop in your CodeIgniter
   Setup, and get the Database Working. c.) Open the ‘index.php’ file of the WordPress
   Core. d.) Replace it with the CodeIgniter ‘index.php’ file, but add the following
   to the bottom of the file right before the codeigniter require:
 *     ```
       /** Loads the WordPress Environment and Template */
       require('./wp-blog-header.php');
       ```
   
 * That will give you a CodeIgniter FrontEnd, with a WordPress BackEnd (administration).
   You can then go about customizing the CodeIgniter Templates to Interact with 
   The WordPress Setup (posts, pages, etc).
 * Hope that helped!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MY BRAND PLUGIN VS CUSTOMIZE YOUR COMMUNITY](https://wordpress.org/support/topic/my-brand-plugin-vs-customize-your-community/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/my-brand-plugin-vs-customize-your-community/#post-1585995)
 * **[@patung](https://wordpress.org/support/users/patung/) & [@seahawknationblog](https://wordpress.org/support/users/seahawknationblog/)**–
   Like **Andrea_r** said, WordPress Multisite ‘User Registration’ sends anyone 
   who is trying to register for a new user account on a Current Multisite Subdomain,
   or Sub Folder Site, to the Main Blog for them to ‘Apply’ for their User Status.
 * Alternatively if you’re an owner of a Domain with WP 3.x MS running, you can 
   grant the ‘Admin’ of the Multisite the ability to register users on their own
   site via the ‘Super Admin’ menu in your administration screen, under the ‘Options’
   tab… If you wish to do so…
 * Regards,
 * Kris J.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [MY BRAND PLUGIN VS CUSTOMIZE YOUR COMMUNITY](https://wordpress.org/support/topic/my-brand-plugin-vs-customize-your-community/)
 *  [krisjay](https://wordpress.org/support/users/krisjay/)
 * (@krisjay)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/my-brand-plugin-vs-customize-your-community/#post-1585966)
 * [@seahawknationblog](https://wordpress.org/support/users/seahawknationblog/) –
   I made My Brand Login, so I’ll see if I can Help you out on the problem you’re
   having.
 * Like **dgilmour** said, You never said what exactly you’re clicking on. Is it
   when someone is trying to register it says ‘user has elected to delete thier 
   account’?? If you’re more spicific about what it’s doing, I’m sure I can point
   you in the right direction…
 * The problem is most likly the fact that you deleted the first blog (your main
   one) and are using the second instead. I know it works fine under my install 
   of WordPress 3.0 on all my sub-domains that I created. It might be how you’re
   setting the new sites up… are you using sub-domains (sub.yourdomain.com), or 
   folders (www.yourdomain.com/newsite/) for your Multi-site?
 * Let me know…..
 * Regards,
    Kris J

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/krisjay/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/krisjay/replies/page/2/?output_format=md)