Advertise With Us
View next topic
View previous topic
Post new topic   Reply to topic   print   Thank Post
Author Message
bobby
Site Admin
Site Admin



Joined: Jan 20, 2009
Posts: 532

Reputation: 427.2
Votes: 1

PostPosted: Tue Jun 29, 2010 8:54 am Reply with quote Back to top

I checked through the entire module and could find nothing that would cause the issue you are describing. If you create a category can the visitors see it?

_________________
Tricked Out News 
View user's profile Send private message
Mike63740
I might as well work here
I might as well work here



Joined: Jan 07, 2010
Posts: 72

Reputation: 14.6
Votes: 1

PostPosted: Fri Jul 02, 2010 7:37 am Reply with quote Back to top

Everything looks the sane with the permissions changed.

Bobby, what if I install NukeC 3.7.4, which I do not intend to turn-on image upload?

Thank you.
 
View user's profile Send private message Yahoo Messenger
prekill
Newbie
Newbie



Joined: Jun 29, 2010
Posts: 6

Reputation: 1.1

PostPosted: Fri Jul 02, 2010 9:53 am Reply with quote Back to top

Mike63740, I think you got wrong table name set in nukec. if all categories shown in php my admin that means there just a problem with calling them from the database..

try changing $prefix to full table name as shown in phpmyadmin..

see if it works
 
View user's profile Send private message
bobby
Site Admin
Site Admin



Joined: Jan 20, 2009
Posts: 532

Reputation: 427.2
Votes: 1

PostPosted: Sat Jul 03, 2010 12:01 am Reply with quote Back to top

That is weird. 3.7.4 and 3.7.5 are not that different from each other. I will do a comparison between the two versions and see where the issue may be. Prekills idea may be a good one to try also.

_________________
Tricked Out News 
View user's profile Send private message
Mike63740
I might as well work here
I might as well work here



Joined: Jan 07, 2010
Posts: 72

Reputation: 14.6
Votes: 1

PostPosted: Sun Jul 04, 2010 6:23 am Reply with quote Back to top

Hey Bobby and PreKill, thank you both for trying to help me with my problem using NukeC 3.7.5

I create one(1) new Category called Testing to see if it would show up for visitors. I created TESTING by signing in to RavenNuke 2.40 and then clicked NukeC v3.7.5 icon. I then clicked, Add/Edit/Delete Category. It looks so good.

I went back into phpMyAdmin to see if it was there. It’s there. I then compare the value of TESTING with the other Categories, and the one thing TESTING has that no other Category have is the Language value is English where all other value for Categories is empty.

I then typed the word English for the value of one preinstall Category. It worked just the same as TESTING.

Please let me know if I should type the value: English for Language under all Categories or if there is a faster way to do this.

In the mean-time I set everything back to the way it was until I hear from you.

Thanks.
 
View user's profile Send private message Yahoo Messenger
bobby
Site Admin
Site Admin



Joined: Jan 20, 2009
Posts: 532

Reputation: 427.2
Votes: 1

PostPosted: Sun Jul 04, 2010 10:17 am Reply with quote Back to top

I will make the database install script asap and send it to you. I am hoping to have it done tomorrow.

_________________
Tricked Out News 
View user's profile Send private message
Mike63740
I might as well work here
I might as well work here



Joined: Jan 07, 2010
Posts: 72

Reputation: 14.6
Votes: 1

PostPosted: Sun Jul 04, 2010 10:19 am Reply with quote Back to top

Bobby before the categories, I would like to set Folders and Files permission back to Default.

Though-out modules/NukeC, are all folders permissions the same? Are all Files permissions the same?

What is the default permission settings before changing permissions on modules/NukeC/imageads and /NukeC/imagecatg?

Thank you.
 
View user's profile Send private message Yahoo Messenger
Mike63740
I might as well work here
I might as well work here



Joined: Jan 07, 2010
Posts: 72

Reputation: 14.6
Votes: 1

PostPosted: Sun Jul 04, 2010 10:23 am Reply with quote Back to top

Bobby, please take your time, I'm too happy that now we both understand the problem more.

Thanks.
 
View user's profile Send private message Yahoo Messenger
bobby
Site Admin
Site Admin



Joined: Jan 20, 2009
Posts: 532

Reputation: 427.2
Votes: 1

PostPosted: Tue Jul 06, 2010 9:42 pm Reply with quote Back to top

Mike, you said you are putting English in the language field of the nukec30_ads_catg table and it works?

I just wanted to make sure it was English and not english.

_________________
Tricked Out News 
View user's profile Send private message
Mike63740
I might as well work here
I might as well work here



Joined: Jan 07, 2010
Posts: 72

Reputation: 14.6
Votes: 1

PostPosted: Sat Jul 10, 2010 11:55 am Reply with quote Back to top

It's english. Also I filled in english in phpMyAdmin for the Disclaimer Link. It now appear for visitors.
 
View user's profile Send private message Yahoo Messenger
Mike63740
I might as well work here
I might as well work here



Joined: Jan 07, 2010
Posts: 72

Reputation: 14.6
Votes: 1

PostPosted: Thu Aug 26, 2010 10:28 am Reply with quote Back to top

Bobby, is there a way to alternate the background color or to add a separator line between each ad?

Something like the forum topic background and separator line.

Thanks.
 
View user's profile Send private message Yahoo Messenger
bobby
Site Admin
Site Admin



Joined: Jan 20, 2009
Posts: 532

Reputation: 427.2
Votes: 1

PostPosted: Thu Aug 26, 2010 11:47 am Reply with quote Back to top

Should be able to. I will do it tomorrow.

_________________
Tricked Out News 
View user's profile Send private message
bobby
Site Admin
Site Admin



Joined: Jan 20, 2009
Posts: 532

Reputation: 427.2
Votes: 1

PostPosted: Thu Aug 26, 2010 9:15 pm Reply with quote Back to top

On what view of the ads do you want the alternating colors? On the main page or the category page?

_________________
Tricked Out News 
View user's profile Send private message
bobby
Site Admin
Site Admin



Joined: Jan 20, 2009
Posts: 532

Reputation: 427.2
Votes: 1

PostPosted: Fri Aug 27, 2010 1:40 am Reply with quote Back to top

In NukeC/functions.php find function themeads at the end of it add a <hr /> so it will look like this:

Code:
echo "</tr>\n";
echo "</table><hr />\n";

}
function themeadsdetail

_________________
Tricked Out News 
View user's profile Send private message
Mike63740
I might as well work here
I might as well work here



Joined: Jan 07, 2010
Posts: 72

Reputation: 14.6
Votes: 1

PostPosted: Tue Aug 31, 2010 1:32 am Reply with quote Back to top

This added a separator line under each ad. The ads looks better.

Thanks.
 
View user's profile Send private message Yahoo Messenger
Display posts from previous:       
Post new topic   Reply to topic   print   Thank Post

View next topic
View previous topic
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
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2008 phpBB Group

All times are GMT + 10 Hours
Forums ©

HomeTwitterFaceBookFeedsDonateRecommended Sites

Recommended Sites

Raven PHP Scripts

Nuke SEO

Montego Scripts

Code Authors

nunuke.co.uk