Cristiano
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install Problemshummm… it′s a little bit dangerous, imagining that the customer isn′t familiar with it and he will have a blank field that he should never fills it…
Is there any chance to have it invisible to the user/customer?
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install Problemssorry, I mean “do I need to have a permanlink field on the POD to work?”
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsTried both:
$pesquisa_slug = $pesquisas->get_field('permalink');
and
$pesquisa_slug = $pesquisas->get_field('slug');
Nothing happens… do I need to have a permanlink field on the slug to work?Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsI forgot to put here the set of the $pesquisa_nome but it is ok on the code. $pesquisa_nome = $pesquisas->get_field(‘name’);
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsYes, that was the problem. With so many names to choose, I used the forbidden one! hehe now its ok! Thanks!
One more issue:
I underestand the “permalink” is auto-generated when you don′t define it. I′m using the “Monday by Noon” tutorial:https://mondaybynoon.com/2010/01/04/pulling-pods-data/When I try to pull the permalink, it comes empty. The code is basically that:
<?php $pesquisas = new Pod('pesquisas'); $pesquisas->findRecords('name ASC'); $total_pesquisas = $pesquisas->getTotalRows(); ?> <?php if( $total_pesquisas>0 ) : ?> <ul> <?php while ( $pesquisas->fetchRecord() ) : ?> <?php // set our variables $pesquisa_slug = $pesquisas->get_field('permalink'); ?> <li> <a href="<?php echo get_permalink(); ?><?php echo $pesquisa_slug; ?>/"> <?php echo $pesquisa_nome; ?> </a> </li> ...
But the <?php echo $pesquisa_slug; ?> doesn′t get anything…
I′m doing something wrong? Its a .htaccess problem or something like that? My normal wp permalinks are working well…Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsI think I found the problem… it′s something with the “paragraph text” field. When I delete this field on the pod setup, it works well. When I create it again, it doesn′t work…
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsIts curious, because I realize it works with one Pod but doesn′t work with the other…
Please, try it with “Disciplinas”… it′s a Pod.
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsSent!
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install Problemsthe same…
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsAh, ok. I will try it!
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install Problemsit appears like finished (on browse), with the “save changes” button gray, but nothing happens
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install Problems777
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsHey Sc0tt,
Thanks for your help. I underestand it works on windows, but I think its not so easy to configure it… I′m just begginning the project, so it′s easy to choose to use a linux server.Now I have another problem:
I just created my first pod, its ok. When I try to add new content on my pod, I can fill the fields, but it doesn′t work when I click “save changes”… any help?Thanks!
Forum: Plugins
In reply to: [Plugin: Pods CMS] Install ProblemsYes, you are right, the problem is with the windows-based host!
I′m using it now on a linux-based host and everything is ok!
Thanks!Forum: Plugins
In reply to: [Plugin: Advanced Permalinks] Author Page Does Not WorkI got the same problem… it seems to be something about the WP 2.9