Jaqueline
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Next/Previous post in same category?Ryan, that’s not true. I use it, and it show all categories, even the posts that are in another category, alone.
I wouldn’t like my “personal blog” to be among all the other posts, and it has it?′s own category, but using PREV, NEXT, even with Meyer’s plugin, shows everything!
I don?′t think there is a solution for this!Forum: Fixing WordPress
In reply to: Inserting a form on a PageScruffy, I use a regular form on “Pages”.
I created two pages, onde for the form, and another one with the “Thank you” message.
Very simple, and it send using FormMail CGI. There are a lot of plugins for contact form here, but I wanted something very simple.
here is the code I inserted on my page:
<form action=”https://maismoda.com.br/cgi-sys/FormMail.cgi” method=”POST”>
<input type=hidden name=”recipient” value=”[email protected]”/>
<input type=hidden name=”redirect” value=”https://www.jaquelinegirardi.com.br/english/?page_id=25″/>Your name:
<input type=text name=”realname” size=”40″/>Your email:
<input type=text name=”email” size=”40″/>To:
<select name=”attn” size=”1″>
<option value=” Jackie Girardi “>Designer Jaqueline Girardi
</option><option value=” Sales Jaqueline Girardi “>Sales Jaqueline Girardi
</option><option value=” Webmaster “>Webmaster
</option></select>Subject:
<input type=text name=”subject” size=”40″/>Comment:
<textarea name=”comments” rows=”4″ cols=”40″></textarea><input type=submit value=”submit”/> </form>
You can see it working at: https://www.maismoda.com.br/english
Forum: Everything else WordPress
In reply to: photostack problem?I’m managing it very well. I have the same header, now I?′m working to integrate my footer to it. I use a version of the Bionicjive Theme, by Theron Parlin and it seems to be working.
NOW, I realeased it with my website: https://www.maismoda.com.br/gallery/?album=collection&page=1 and I managed to “hide” the front page, where you can see all the galleries that are available, because I want every gallery to be in a certain category.
I’m quite happy with what I have so far. At this point I have no WP strings at the header, but I?′m working to have all the php codes on the footer, with no error messages. I don?′t use calendars, but I want my sidebar there, anyway! ??Forum: Fixing WordPress
In reply to: Next/Previous post in same category?Lorelle… nothing seems to work. I tried Scriptgoddess too and had the same problem as you did, because a lot of my posts are in two or maybe three different categories.
I?′m thinking about merging some categories and using posts in just one. Can?′t think on anything else, nothing is working!!
Forum: Everything else WordPress
In reply to: photostack problem?Sumaira, I just installed PhotoStack and it works in a very nice way! I loved the way I can just upload an entire folder and it manages to make the thumbnails. It?′s great!
Now I’m playing a little bit to integrate it to my Word Press as well. I will let you know if I have success. ??
I LOVED my new gallery, can?′t wait to integrate it to my WP!!!!
https://www.maismoda.com.br/collection/?album=album1[edited because I can’t spell nicely. my english sucks.]
Forum: Fixing WordPress
In reply to: Can you post in two languagesNice stuff Moshu!!! I will take a look right now!! Thanks!!! ??
Forum: Fixing WordPress
In reply to: Can you post in two languageshmmm… thanks for the advice Moshu!! I will try to fix it! ??
It was perfect before my upgrade to WP 1.5! Anyway, I’m testing another galleries plugin, so, in one-week time (tops) I will replace my entire photo gallery.
I?′m using UTF-8, some posts I have imported from Greymatter has iso-8859 encode and it?′s really annoying, but I?′m replacing it very slowly.Forum: Fixing WordPress
In reply to: Can you post in two languagesI installed a whole new WP at a subdirectory “english” in my site. Now I have two databases and two separate websites (same layout tho). I prefere that to “Polyglot” plugin just because I will not have all the posts in the two languages. Some news I will post in my site are concerned just to brazilian readers, there is no sense of translating everything to english.
I?′m having no problems running both installations, if you wanna try.Forum: Fixing WordPress
In reply to: Next/Previous post in same category?That?′s it… I thought I did something wrong, but looks like Meyer’s plugin behavies as the default WordPress functions next_post and previous_post, at least at Wp 1.5.
Thank God it?′s not just ME! LOLForum: Everything else WordPress
In reply to: free/open source shopping cart program neededI liked a lot MicroShop, it seems really easy, but can anybody tell me where can I find step-by-step installation? I would like to know how can I add products to my page.
??
Thanks!!!Forum: Plugins
In reply to: wp-photos & the edit filespikeyslam, I tried to download your edit.tx, but the link is broken.
Could you please send it to me or maybe put it in another place to me to download it? I?′m afraid of modify it myself and ruin it! ?? I?′m awfull with all the code stuff!!! If you can help me, it?′s my e-mail: [email protected] Thank you so much!!!Forum: Fixing WordPress
In reply to: dropdown_cats looks a mess at IEMinna, I looked everywhere to the hierarchy option, but it’s possible only if I use “wp_list_cat”.
Now, I?′m using like this:
<form action=”<?php echo $PHP_SELF ?>” method=”get”>
<?php dropdown_cats(); ?>
<input type=”submit” name=”submit” value=”view” />
</form>
I would love to hide the childs or at least to show them above the “parent”, but it seems not to work.
Anyway, people can read! lol This is my minor problem at this time, just aesthetic. ??Forum: Fixing WordPress
In reply to: dropdown_cats looks a mess at IEPeople, nevermind! I just changed it to another way, with a “View” button, and now it?′s working! ??
Thanks everybody who did take a look at it for me!Forum: Fixing WordPress
In reply to: dropdown_cats looks a mess at IEOk, thank you Minna!!
Maybe I will try to install that drop_down_exclude plugin and see how it works. ??Forum: Fixing WordPress
In reply to: dropdown_cats looks a mess at IEYes… another friend told it looks incorrectly as well! ??
That?′s the way I’m using it:<form name=”catform” action=”/index.php”>
<select name=”cat” onchange=”submit(this.form)”>
<option value=”>Escolha</option>
<?php dropdown_cats(”, ”, ‘NAME’); ?>
</select>
</form>At my firefox it works BEAUTIFULY! I hate IE. ??