- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- April 2006
- Status:
- offline
- last visit:
- 12.08.06
- Posts:
- 2
i am currently using g-orange theme and PNphpBB2 forum, but it seems the forum doesnt look the way it should be.
until now, the main problem is that the forum seems to appear table-less. i dunno why is this happening,i used apple2xte theme before and the forum seem to appear as normal.
Quote
If you are installing into a PostNuke version .75x environment and using a Xanthia theme you will need to copy the ./modules/PNphpBB2/Xanthia/function.pnphpbbstylesheet.php file to the ./modules/Xanthia/plugins directory. Then you will need to edit your ./themes/xanthia_theme_name/templates/master.htm and ./themes/xanthia_theme_name/templates/modules/home.htm files and add the function call somewhere between the and tags.
i did the above after i installed the forum, i dont think it has any effect though and my forum is still table-less.
just to add a bit more, i have even tried using pnForum, and it still comes out naked without tables
so, any suggestions ?? pls give some, coz i am really out of ideas here.
thanks in advance
edited by: jumanjisama, May 18, 2006 - 06:46 AM -
- rank:
-
Softmore
- registered:
- December 1969
- Status:
- offline
- last visit:
- 25.10.06
- Posts:
- 63
I'm using the xanthia g-orange theme with PNphpBBs also but my problem is that the forums are not picking up the theme colors. I did find a g-orange theme for the forums but it seems to be missing files as I can get pnphpbbs to even see it as a theme....
would appreciate any help in getting the theme to work on the forums...maybe someone has a complete forum theme they could send me? -
- rank:
-
Helper
- registered:
- May 2005
- Status:
- offline
- last visit:
- 10.07.08
- Posts:
- 112
G-orange theme seems to have some interesting issues...
it was originally converted and it has some color issues and CSS issues. I use a simple paypal contribute block and it always gets messed up on phpbb.
www.oceanodunes.org
Looking at the master template you can see colors are coded direct instead of using the palette system. This causes some interesting issues and I'm sure is the root of others as well like CSS where its trying to manage the forums with theme matching. -
- rank:
-
Professional
- registered:
- December 2003
- Status:
- offline
- last visit:
- 21.11.08
- Posts:
- 2973
Hi Viper,
Using a tool like, Firebug extension for Firefox, simply compare the styling relationships between the two pages.
The solution is simple, really. Add styles for you donation boxes that are explicit to it and which cannot be overridden by parent/child relations of the module-specific style sheet and the theme style sheet.
--
David Pahl
Zikula Support Team -
- rank:
-
Helper
- registered:
- May 2005
- Status:
- offline
- last visit:
- 10.07.08
- Posts:
- 112
hummm.....
I am really going to have do some self education...
You have no idea how much that little bugger has been buggin' me...
I would Imagine the same could be done if I found the differences on the forums as well...
humm.... I'm going to have do some reading... -
- rank:
-
Helper
- registered:
- May 2005
- Status:
- offline
- last visit:
- 10.07.08
- Posts:
- 112
Geez... I feel stupid... put in the break here:
Code
} else {
$output->Text("<b>".pnVarPrepHTMLDisplay($vars['topmsg'])."</b></br>\n");
$output->Text("<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\n");
$output->Text("<input type=\"hidden\" name=\"cmd\" value=\"_xclick\">\n");
$output->Text("<input type=\"hidden\" name=\"business\" value=\"".$vars['paypal_email']."\">\n");
$output->Text("<input type=\"hidden\" name=\"item_name\" value=\"Contribution\">\n");
$output->Text("<input type=\"hidden\" name=\"no_shipping\" value=\"1\">\n");
$output->Text("<input type=\"hidden\" name=\"currency_code\" value=\"".pnVarPrepForDisplay($vars['currency_code'])."\">\n");
$output->Text("<input type=\"image\" src=\"https://www.paypal.com/images/x-click-but04.gif\" border=\"0\" name=\"submit\" alt=\""._PAYPALALTIMAGE."\"></br>");
$output->Text("</form>");
$output->Text("".pnVarPrepHTMLDisplay($vars['bottommsg'])."\n");
}
after paypalaltimg or whatever and that fixed that... too bad the forums look like crap but that is later!
