256631
eujene
Re: Another login problem
  • 2004/5/18 7:47

  • eujene

  • Just popping in

  • Posts: 2

  • Since: 2004/5/14


The setting is about 3 hours now...



256632
riaanvdb
Re: myReviews v2.1 module update!
  • 2004/5/18 7:46

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

Tocpe wrote:
Why does it say "[Insert Category/subCategory Name here] Bottom 10 (Rating)" when you list the "We Recommend" reviews from the Main menu? Shouldn't that be the top 10? Is it a typo in the Language file?

I will look into this, sounds like a typo.
Quote:

Hall of Fame doesn't appear to work, or is there a minimum number of reviews/ratings etc that need to be entered before a review can qualify for "Hall of Fame"? If there is a minimum. We need a page (other than a blank one) telling the users that no reviews qualify yet until at least one of the reviews qualifies for the Hall of Fame.

There needs to be at least 1 review done to show up in the hall of fame, I will add a description to say there are no reviews done. Good suggestion

Grotmis
Riaan



256633
Ifrit
About newbb forum.
  • 2004/5/18 7:44

  • Ifrit

  • Just popping in

  • Posts: 23

  • Since: 2003/7/6 8


Can it be opened in a new separate page instead of opening in the XOOPS structure on xoops_contents?



256634
riaanvdb
Re: myReviews v2.1 module update!
  • 2004/5/18 7:41

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Hi Tocpe,
Quote:

Tocpe wrote:
beta6:
If you manually upload your image to {your url}/modules/myReviews/images/shots the images appear. But I'm having the same problem with the user image upload not appearing to work either. Also, is there anyway you can remove/rework the image upload text for the user? I rather they not see the URL (why should they care where it goes anyways right? It's off their hardrive. )

The description is taken from the language file and can be changed to anything
Quote:

I think it might be best to completely remove the screenshot IMG blank form with the instructions on the user side and just replace it with a "Upload image" button with a short restriction blurb on max image & file size along with format info.

This sounds like a good idea, I will add it to my todo list thanks.
Quote:

BTW, is there going to be anyway to turn off some of the menu options like "We Recommend", "Love at First Sight" etc?

You are able to turn off any menu item by commenting the 2 line out in the xoops_version.php file ie if you do not want to have the hall of fame the section would look like this: remember to keep the numbering in sequence.

// Menu
$modversion['hasMain'] = 1;

$modversion['sub'][1]['name'] = _MI_myReviews_SMNAME3;
$modversion['sub'][1]['url'] = "submit.php";

$modversion['sub'][2]['name'] = _MI_myReviews_SMNAME1;
$modversion['sub'][2]['url'] = "topten.php?hit=1";

$modversion['sub'][3]['name'] = _MI_myReviews_SMNAME2;
$modversion['sub'][3]['url'] = "topten.php?rate=1";

$modversion['sub'][4]['name'] = _MI_myReviews_SMNAME4;
$modversion['sub'][4]['url'] = "randomfile.php";

//$modversion['sub'][5]['name'] = _MI_myReviews_SMNAME5;
//$modversion['sub'][5]['url'] = "halloffame.php";

$modversion['sub'][5]['name'] = _MI_myReviews_SMNAME6;
$modversion['sub'][5]['url'] = "onion.php?rate=1";
Quote:

And Is there a way to add a "Sorry no Reviews in this section" blurb when a user hits a section in the browse area with no reviews. Like if they click on the "A" in browse mode and there aren't any reviews in that category.

I will add this to the todo list. Good suggestion!

Grotmis
Riaan



256635
riaanvdb
Re: myReviews v2.1 module update!
  • 2004/5/18 7:26

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Hi gauntlet,
Quote:

gauntlet wrote:
I cannot upload an image for a review when using the user submit. Which dir does the image go into? I chmod'd 777 every dir and can't find it and end up with the niimage.gif file. Whats the trick?

The images are uploaded to the images/shots directory as a random number filename and linked in the database to the review. Could you select php debug and see if there is any problem that the image does not inload. Weird.
Quote:

There are some table errors, but i think thats just when there are no reviews present as they left once a review was added, so no big deal.

I will try and simulate this scenario to see the errors.
Quote:

Also when you click a link to goto a review (http://www.domainname.com/modules/myReviews/detailfile.php?lid=6) the image is missing and just displays the No Image.gif file. I assume it should be the image for the item to be reviewed right?

This would happen if the image was not successfully uploaded, it will come right once we sort out the problem on the image upload.
Quote:

Also I believe the detail file used to have the description, which is now missing. Once a review is added, the description re-appears.

I will look into this.
Quote:

Is there a block that has for new reviews and includes the image? If not i'll probably make one tonight. Thanks again...love it so far and great work.

I have not added any images to the blocks, will add it as a feature in the next release. Good suggestion.

Grotmis
Riaan



256636
Ifrit
Re: Forbidden! O_o
  • 2004/5/18 7:24

  • Ifrit

  • Just popping in

  • Posts: 23

  • Since: 2003/7/6 8


Well here i am again...

I made this as a temporary solution:

Created the index.html on main folder (same where the index.php is);
Put the following code in it:
Quote:

<meta HTTP-EQUIV="REFRESH" content="0; url=http://pttracker.secil.pt/~lusotakus/ifrit/site/html/modules/news/index.php">


As you can see it redirects to exactly where i want it to.

This is probably temporary until i can solve this in another way, i hope it helps people with the same problem ^^.



256637
Ifrit
Re: Forbidden! O_o
  • 2004/5/18 7:17

  • Ifrit

  • Just popping in

  • Posts: 23

  • Since: 2003/7/6 8


I searched around and came up with this:

I made a index.html on the same folder as index.php, and when i accesshttp://pttracker.secil.pt/~lusotakus/ifrit/site/html/, it works! it directs me to the index.html >.< meaning this is server related... but im the server's own host <.< how do i go about to change this thing?



256638
riaanvdb
Re: myReviews v2.1 module update!
  • 2004/5/18 7:15

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

gauntlet wrote:
Suggestion for beta 7

For the Manage Rating Categories, would it be possible to make a setting to 'Apply All'? I just added 32 top level categories and over 100 Sub Categories and each has the same 4 category ratings...took over 1 hour to add them all.

Hi gauntlet, I will add a button that will add a rating category to all existing categories where it does not exist in the next release Good suggestion!

Grotmis
Riaan



256639
riaanvdb
Re: myReviews v2.1 module update!
  • 2004/5/18 7:11

  • riaanvdb

  • Not too shy to talk

  • Posts: 114

  • Since: 2004/1/29


Quote:

gauntlet wrote:
is there a good way/bad way to upgrade from beta 5 to beta 6 without losing data? I've never upgraded a module before.

Hi gauntlet, I made some database changes from Beta5 to 6, you will have to reinstall the module. As soon as we go into a release candidate state I will start including upgrade scripts.

Grotmis
Riaan



256640
Ifrit
Forbidden! O_o
  • 2004/5/18 7:06

  • Ifrit

  • Just popping in

  • Posts: 23

  • Since: 2003/7/6 8


Hi everyone.

I just noticed the nastiest bug(?) on my XOOPS :(, but i believe it's because of the hosting server, maybe you can help nonetheless.

Ok, you know how xoops_url var defines ur homepage right, well mine is "http://pttracker.secil.pt/~lusotakus/ifrit/site/html/" well my little problem is, when i access that url, i get the message:

"Forbidden
You don't have permission to access /~lusotakus/ifrit/site/html/ on this server."

It's not redirecting me to the index.php for some reason i went to the main menu template and made a temporary tweak, which was to add 'index.php' where the xoops_url var is called, but ofcourse there are other places where this var is called allover the site and i don't want my users to be seeing a 'forbidden' message as you can understand.

Thanks for your time, and help out if you can please







Login

Who's Online

218 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 218


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits