Home N-13 News Forums Help Search
RegisterForgot password?
How to add image to post necklacesdiscou
Known bugs - 4.0.3 necklacesdiscou

Latest N-13 News 4.0.3

What is N-13 News?
Where can I get help?
Known bugs

Forums Help & Support Google Research Problems
Topkalouis
Posted on 05 Nov 2010, 10:29:15

Access: Member
Total Posts: 4
Joined: 2010-10-14

Hello everyone.
I joined several category on a page to add different information.
When Google finds a very specific ad on the page I have built several classes, the announcement is multiplied at each place where the different categories have been added.
Look at the example here:
http://www.eburnilive.com/home.php?id=3
Would there be a solution to solve this problem?
Otherwise it will take that publishers publishes an update to fix this will be good.

But I'll be happy to find a solution to my worries.

Thank you in advance.
#3012
Chris
Posted on 05 Nov 2010, 16:36:34

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

I'm not exactly sure what you mean. Do you mean that the news articles are repeating throughout the page?

Have a look at the documentation here to see if it solves any of the problems.

http://code.google.com/p/n-13news/wiki/Integration
#3015
Topkalouis
Posted on 06 Nov 2010, 11:09:28

Access: Member
Total Posts: 4
Joined: 2010-10-14

Hello Sir
I am happy to have a reply to my message.
I just visited the link you gave me,
I fully understand all the explanations.

I used this method to integrate
the informations in my web page:
METHOD:

<? Php
$ Cat [] = 'Cat1';
include 'news/index.php';
?>

It works perfectly.
and I even added several categories on one page
using the method above.
and it works perfectly.

But when you make a very specific search from Google or other search engine,
and research developed one integrated information on my page that I integrated several categories, specific information multiplies instead of integrated into different categories by before.

Look at this example here

You will notice that the information has multiplied on the page.
and those places where information is duplicated, is where I integrated the various categories of information.
HERE IS THE LINKS:
http://www.eburnilive.com/home.php?id=6
http://www.eburnilive.com/home.php?id=3
www.eburnilive.com/radio_sud_bandama.php?id=2

Thank you in advance.
#3016
Chris
Posted on 06 Nov 2010, 11:15:12

Access: Admin
Total Posts: 1395
Joined: 2006-05-19

I think I understand the problem now. To stop this from happening you specify the $static variable like so

Code:
<?php
$static 
= true;
// The above line is important

$cat[] = "Cat1";
include 
'news/index.php;
?>


Code:
<?php
$cat
[] = "Cat2";
include 
'news/index.php';
?>


What the above example will do is display 2 includes, when you click on an individual article, it will only get displayed in the second include because the first include is set to "static" which means not to change.

Have a look at this page for another example.

http://code.google.com/p/n-13news/wiki/MultipleIncludes
#3017
Last edited by Chris at 2010-11-06 11:15:56 Reason:
Topkalouis
Posted on 06 Nov 2010, 11:48:28

Access: Member
Total Posts: 4
Joined: 2010-10-14

Hello Sir
I do not know how to express my joy.

I have followed your instructions,
and it worked well as I wanted.
Thank you again.

Let me give you a suggestion.

I would like the next time you make updates to your application, you add the option to integrate video FLV and MP3 music.

If this is done, I want you to give me instructions to integrate.

Thank you again, thank you a thousand times
#3018
Topkalouis
Posted on 08 Nov 2010, 14:29:19

Access: Member
Total Posts: 4
Joined: 2010-10-14

Hello Sir
Thank you for the help provided above.
In my page I integrate 5 categories, then I make a class without the static $ option [] = true;
When I assign the option $ static = true
the different categories it is impossible to see all the information by clicking on FULL STORY.

And the full story appears in the place where the class was placed without the static option.

Can you help me?

Thank you in advance
#3020
Last edited by Topkalouis at 2010-11-08 14:30:23 Reason: it was in french
Network-13.com © 2013