| Author |
Message |
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Tue Jun 29, 2010 8:54 am |
|
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 |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Fri Jul 02, 2010 7:37 am |
|
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. |
| |
|
|
prekill
Newbie


Joined: Jun 29, 2010
Posts: 6
Reputation: 1.1 
|
Posted:
Fri Jul 02, 2010 9:53 am |
|
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 |
| |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Sat Jul 03, 2010 12:01 am |
|
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 |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Sun Jul 04, 2010 6:23 am |
|
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. |
| |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Sun Jul 04, 2010 10:17 am |
|
I will make the database install script asap and send it to you. I am hoping to have it done tomorrow. |
_________________ Tricked Out News |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Sun Jul 04, 2010 10:19 am |
|
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. |
| |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Sun Jul 04, 2010 10:23 am |
|
Bobby, please take your time, I'm too happy that now we both understand the problem more.
Thanks. |
| |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Tue Jul 06, 2010 9:42 pm |
|
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 |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Sat Jul 10, 2010 11:55 am |
|
It's english. Also I filled in english in phpMyAdmin for the Disclaimer Link. It now appear for visitors. |
| |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Thu Aug 26, 2010 10:28 am |
|
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. |
| |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Thu Aug 26, 2010 11:47 am |
|
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Thu Aug 26, 2010 9:15 pm |
|
On what view of the ads do you want the alternating colors? On the main page or the category page? |
_________________ Tricked Out News |
|
|
bobby
Site Admin


Joined: Jan 20, 2009
Posts: 532
Reputation: 427.2  Votes: 1
|
Posted:
Fri Aug 27, 2010 1:40 am |
|
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 |
|
|
Mike63740
I might as well work here


Joined: Jan 07, 2010
Posts: 72
Reputation: 14.6  Votes: 1
|
Posted:
Tue Aug 31, 2010 1:32 am |
|
This added a separator line under each ad. The ads looks better.
Thanks. |
| |
|
|
 |
|
|