jwack
Forum Replies Created
-
Forum: Plugins
In reply to: Add rel=”shadowbox” to the_author_posts_link() links ?I got this working, here is the code if any1 happens to need it…
<a href="DOMAIN/author/<?php the_author_meta( 'user_login' ); ?>" rel="shadowbox"><?php the_author_meta( 'display_name' ); ?></a>Forum: Plugins
In reply to: Add rel=”shadowbox” to the_author_posts_link() links ?any1?
Forum: Plugins
In reply to: muliple values in post_content?nevermind, i figured it out.
Forum: Plugins
In reply to: Changing From Address for Registration EmailI seen that plugin, unfortunately it says Compatible up to: 2.7, im using 2.8. Do u know if either of these solutions work with 2.8?
Forum: Themes and Templates
In reply to: Help needed to Center Header Imagetry adding text-align:center or margin:0 auto;
Forum: Themes and Templates
In reply to: Adding Text to registration page?Thank you! That was just what I needed!
Forum: Plugins
In reply to: Adding dynamic link in archive page to single post page?Excellent, thanks.
Forum: Plugins
In reply to: Contact Form 7 – Inside Fieldset not PThank you that worked great.
Forum: Plugins
In reply to: Contact Form 7 – Inside Fieldset not Pyeah that was a error, the fieldset is inside the form. I just cant figure out why it keeps adding p tags everywhere.
Forum: Fixing WordPress
In reply to: Register Plus ??? Or Similar2.8 compatible plugins, that will help you style your login, register and profile pages, and add extra form fields.
Click on the “plugin homepage” link and it will take you to the authors site. Scroll down towards the bottom and download the 1.5 beta.
DONT GET THE VERSION FROM WORDPRESS, its only compatible to 2.7 (trust me i tried it)The following 3 plugins are all from the same author (Jeff Farthing), they are made to work together or separately depending on your needs.
Forum: Plugins
In reply to: Import categories from csv?MichaelH – I have a couple quick questions.
- What happens if I add a sub-category that already exists?
- Back on your original post, where would I put the php that calls the text file?
- Lastly, this is compatible with 2.8.4?
Thanks very much!
Forum: Fixing WordPress
In reply to: Creating categories???I mean to be able to do this from a page, not in the admin.
Forum: Fixing WordPress
In reply to: cimy extra fields – compatible with 2.8?OK, let me ask, does someone know how to retrieve custom form field values?
Forum: Fixing WordPress
In reply to: Register Plus ??? Or SimilarIm not sure if cimy extra fields is compatible with 2.8, it said up to 2.7 but i figured id try.
I added in a new field and it displays on the reg. page and profile. But I cant seem to access it.
I have tried…
<?php global $current_user; get_currentuserinfo(); echo $current_user->NEW-FIELD-NAME; ?>and also
<?php global $userdata; get_currentuserinfo(); echo $userdata->NEW-FIELD-NAME; ?>Both just return return a “0”
Im not sure if im doing something wrong or if this pluggin just doesnt work with 2.8.
Forum: Fixing WordPress
In reply to: Register Plus ??? Or Similarlooks like DRegister would allow me to add fields but its says its only compatible upto 2.7.
Anyone know of a pluggin that will work with 2.8?
Or can someone lead me in the right direction on how to add a text field into the registration?