Consulting
We can help you pick the right tools (including open source) so you can run your business at its optimum.
Software Development
We will create custom software to effectively run your business. We can customize PHPNuke or other CMSs or create modules to fit your needs.
Training
Whether you need computer training or PHPNuke training we will teach you how to get the most of your technology.
Great looking sites
We customize and create themes to highlight your site and make it easy to use.
//ESPECIAIS
define("_CATIDFEATURE","5");//numero da categoria para especiais
define("_NUMFEATURES","0");//numero de artigos em especiais
//ARTIGOS
define("_CATIDARTICLE","0");//numero da categoria para atigos
define("_NUMDAYSRECENT","10"); //numero de dias que devem ser mostrados. O numero pode alterar se minnumart for maior (dessa forma mostrando artigos antigos)
define("_MINNUMART","20"); //numero de estorias em artigos. Enter 0 para nenhuma.
define("_NUMFULLART","7"); //numero of estorias em artigos com primeiras linhas
define("_NUMARTICLEIMAGES","3");//numero de artigos "completos" que mostrará imagens
//TOPICOS
define("_CATIDTIP","9"); //define qual categoria de topico será mostrado
define("_NUMTIPS","3"); //quantos artigos dessa categoria
define("_TIPSMOSTRECENT","Topicos de Hoje");
define("_TIPSMORE","Topicos Recentes");
define("_TIPSREADMORE","Mais Top.");
define("_TIPSSUBMIT","Enviar um Top.");
define("_FEATURE","Feature");//Especiais
define("_ARTICLESRECENT","Artigos recentes");
define("_ARTICLESREADMORE","Ler Mais Artigos");
define("_PRINTABLEVERSION","Ver versão para imprimir");
define("_SENDTOFRIEND","Enviar esse artigo para alguem");
define("_OUTOF5STAR","Faça avaliação");
define("_FEATURE","Especiais");
?>
I think this part of your module not work in phpnuke platinum ...
I will test in phpnuke 7.5
metopen Newbie
Joined: Jul 15, 2004
Posts: 199
Posted:
Jul Tue 05, 2005 12:00 pm
Thanks for your submission!
Let me know about problems with 7.5 or platinum. I'll try to resolve them...
slickk Newbie
Joined: Jul 14, 2005
Posts: 2
Posted:
Jul Fri 15, 2005 11:38 am
hey
i was trying to edit "Today's Tip" on my site (it doesn't have anything in it right now) but no matter what i put in it, it always comes up empty
what can i do?
dean Newbie
Joined: Jul 07, 2005
Posts: 20
Posted:
Jul Fri 15, 2005 12:15 pm
I had same problem until I realized that I did not have any articles with the category id assigned to "Tips." Just go thru some of your articles and identify some that might be considered tips, edit them so they have that category id assigned and they should show up.
_________________
metopen Newbie
Joined: Jul 15, 2004
Posts: 199
Posted:
Jul Fri 15, 2005 12:28 pm
thanks dean for stepping up and answering.
you can treat tips as alternate content. on jewcentral.com it's tips on metopen.com it's user submissions.
slickk Newbie
Joined: Jul 14, 2005
Posts: 2
Posted:
Jul Fri 15, 2005 9:08 pm
thanks for the info
it is most appreciated
Tag Newbie
Joined: Jul 20, 2005
Posts: 12
Location: USA / New Mexico
Posted:
Jul Thu 21, 2005 9:49 am
Thanks dean, I tried what you said, still nothing... must be missing information or the concept about the whole thing. Actually I have tried several things.
I think some of us may need step by step instructions since concepts are not working. So after 12 hours nonstop of trying to figure it out, I finally did it.
1 In Admin New Story, go to Catagory and just as an example type in TIPS, then click add.
2. Create an article the article can be something for sale with link such as software, a theme, book, dvd... or anything else you want to say. Make it like you would make any other text article. (see: http://bookwired.com ) for an example of a book.
3. In Catagory click: TIPS
4. Save
5. If it shows up in your tips, you are done. If it does not, go to the next instruction.
6. Go to you database (phpMyAdmin in most cases), find your nuke_stories_cat, browse and find TIPS look at the CID number. This is the number they want.
7. open up Met homes eng_language (or any other language files you will be using with it). Find define("_CATIDTIP","1") change that 1 to the number you got from CID in nuke_stories_cat. Save the language file(s), and upload it (them).
8. Your tips will now work. Remember that in this example TIPS is the Catagory you want to assign future tips too. You can name this anything you want, but the associated number in nuke_stories_cat is the number for the language files.
9. If this does not work. Start again at 1.
metopen Newbie
Joined: Jul 15, 2004
Posts: 199
Posted:
Jul Thu 21, 2005 5:56 pm
Thanks tag.
A slightly easier way to get the category id is if you go to an area of the site that displays a category title (for example topics) you'll see the link is catid=x
the x is what your category id is...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum