The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Article and Review System

Geek Article and Review System GARS is the mega popular system for turning forums into articles, tutorials, or even reviews.

Advertisement
This is an HTML example. Isn't it just wonderful?!?!
  Learn how to remove ads

Reply
 
Thread Tools Display Modes
  #1  
Old 03-22-2006, 11:07 PM
trana's Avatar
trana trana is offline
Senior Member
 
Join Date: Sep 2005
Posts: 225
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default Problem with the module from the Tutorial 101

I'm trying to follow along with the GARS Tutorial 101, and seem to be hitting a basic problem. I used the code provided in a test .php, registered the module, added the module to the module set (which is already applied to a GARS enabled forum). When I do this, on the forumdisplay I get a blank page. When I remove this module from the set it loads the page properly. Note that I am adding this module to the default review set.

I'm just using the listed code, do I need to do anything else? Sorry, the Tutorial doesn't go into much depth on this. Can I leave the variable as the custom1 below?

Any help would be appreciated.

Thanks!


Code:
<?php
if ($stage == "edit")
{
$output .= "Rating: <SELECT name=\"custom1[my_rating]\">
<OPTION value=\"G\">G - General Audiences</OPTION>
<OPTION value=\"PG\">PG - Parental Guidance</OPTION>
<OPTION value=\"PG13\">PG13 - Children under 13 are too cute for this movie</OPTION>
<OPTION value=\"R\">R - Under 17's not admitted without parents</OPTION>
<OPTION value=\"X\">X - It marks the spot</OPTION>
</SELECT>";
}
elseif($stage == "persist")
{
$my_rating = $this->vb->GPC['custom1']['my_rating'];
$values['my_rating'] = $my_rating;
}
elseif($stage == "display")
{
$title = "Rating";
$bits = "<tr><td class=\"alt1\" align=\"center\">" . $values['my_rating'] . "</td></tr>";
eval('$output.="' . fetch_template('GARS_mod_container') . '";');
}
 
?>
Reply With Quote
  #2  
Old 03-23-2006, 05:52 PM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

huh. I just copied that code, pasted it into a test .php file. Registered and added it to my default review set (on forumdisplay AND showthread) and it works on this end.

Could be a bad upload of the php file as i've seen that happen before.
Reply With Quote
  #3  
Old 03-27-2006, 05:57 PM
sammyman sammyman is offline
Junior Member
 
Join Date: Mar 2006
Posts: 5
Geek Article and Review System License Holder 
Default

Quote:
Originally Posted by The Geek

Could be a bad upload of the php file as i've seen that happen before.
Same thing here too. I hope it is just a bad upload. I will keep trying, but I wonder what would cause this. I feel like I must have missed a step, but I did what #1 did exactly.
Reply With Quote
  #4  
Old 03-28-2006, 03:59 AM
trana's Avatar
trana trana is offline
Senior Member
 
Join Date: Sep 2005
Posts: 225
Geek Article and Review System License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Quote:
Originally Posted by sammyman
Same thing here too. I hope it is just a bad upload. I will keep trying, but I wonder what would cause this. I feel like I must have missed a step, but I did what #1 did exactly.
I know it wasn't an upload problem for me since I created the file in notepad on the server. I haven't tried this again but I will go back and give it another shot in case I screwed something up.
Reply With Quote
  #5  
Old 03-28-2006, 06:37 AM
sammyman sammyman is offline
Junior Member
 
Join Date: Mar 2006
Posts: 5
Geek Article and Review System License Holder 
Default

It worked. I did it in Macromedia, then uploaded it and it worked. I wonder if it has to do with the permissions? Good luck.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with quickrate module Rici Geek Article and Review System 5 05-11-2009 05:45 PM
GARS: Module making 101 The Geek Tutorials 1 08-27-2008 10:01 AM
Problem with custom fields module Chet T16 Geek Article and Review System 5 10-10-2006 11:24 PM
caching module problem tamborinegal Geek Article and Review System 1 08-25-2006 07:43 AM
module edit problem after upgrade Grae Geek Article and Review System 1 06-15-2006 07:13 AM


All times are GMT. The time now is 10:09 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.