1
bryo99
Re: What is this Sugarcrm? And why can't I use my admin panel?
  • 2005/12/3 1:09

  • bryo99

  • Just popping in

  • Posts: 9

  • Since: 2005/8/13


It seems like your site has been hacked and redirecting itself to the sugarcrm site. What is your website's URL?



2
bryo99
Re: Business promotion ..[module?]
  • 2005/10/9 19:51

  • bryo99

  • Just popping in

  • Posts: 9

  • Since: 2005/8/13


Your best bet will be to use the xDirectory module. You can find it here: xDirectory. It is an online Yellow Pages. You might need to do some tweaking but it should serve you well. Good Luck!



3
bryo99
Re: Drupal
  • 2005/9/22 7:03

  • bryo99

  • Just popping in

  • Posts: 9

  • Since: 2005/8/13


qolspony, we wish you well in your endeavor to pursue Dupal. I am very sure it will serve you well.
I hope that along the way you get learn or two about humility. You never to learn care that most people here are ver selfless. They could be somewhere else doing something that more profitable but they choose to be here.

Here are some African proverbs that might help you in the future:
Dogs do not actually prefer bones to meat,it is just that no one ever gives them meat.
A cripple does not start a war song.
A donkey always says thank you with a kick.
A man who dictates separates himself from others.

For all the contributors of Xoops, please remember that your work is truly appreciated by many of us. Keep up the same spirit!



4
bryo99
Re: How can my news look like this.....
  • 2005/8/26 0:51

  • bryo99

  • Just popping in

  • Posts: 9

  • Since: 2005/8/13


What about the news layout on this site:http://www.ghanamusic.com/

I think they have it to the tee. Maybe they should share their skills.



5
bryo99
Re: Where can I download Wordbook V 1.15 module?
  • 2005/8/25 14:51

  • bryo99

  • Just popping in

  • Posts: 9

  • Since: 2005/8/13


Thank you, kindly!



6
bryo99
Where can I download Wordbook V 1.15 module?
  • 2005/8/25 13:37

  • bryo99

  • Just popping in

  • Posts: 9

  • Since: 2005/8/13


I followed the link to the download site but the site is suspended. Anybody knows where else I can obtain a copy of it?



7
bryo99
Re: Strange PHP code printing on my Xoops pages
  • 2005/8/24 16:29

  • bryo99

  • Just popping in

  • Posts: 9

  • Since: 2005/8/13


[quote]
toonstruck wrote:
I turned on Smarty Templates debugging. I noticed that

$xoops_contents says:

"oopsTheme['thename'] = $GLOBALS['xoop..."
quote]

This might be a very simple problem to fix. The problem seems to be in your header.php. The X seems to be missing from Xoops! Replace line 39 with the following:

$xoopsTheme['thename'] = $GLOBALS['xoopsConfig']['theme_set'];


Here is whole header.php, if you would like to replace the entire page.

<?php
// $Id: header.php,v 1.46 2005/08/08 06:29:03 skalpa Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <https://xoops.org/> //
// ------------------------------------------------------------------------ //
// This program is free software; you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation; either version 2 of the License, or //
// (at your option) any later version. //
// //
// You may not change or alter any portion of this comment or credits //
// of supporting developers from this source code or any supporting //
// source code which is considered copyrighted (c) material of the //
// original comment or credit authors. //
// //
// This program is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
$GLOBALS['xoopsLogger']->context = "core";

// Get blocks
$block_handler =& xoops_gethandler('block');
$block_handler->assignBlocks();

$GLOBALS['xTheme']->checkCache();

if (!isset($GLOBALS['xoopsOption']['template_main'])) {
// new themes using Smarty does not have old functions that are required in old modules, so include them now
include XOOPS_ROOT_PATH.'/include/old_theme_functions.php';
// need this also
$xoopsTheme['thename'] = $GLOBALS['xoopsConfig']['theme_set'];
}
$GLOBALS['xoopsLogger']->context = "module";
?>



8
bryo99
Re: Get blank page when clicking on "View Account"....
  • 2005/8/13 14:11

  • bryo99

  • Just popping in

  • Posts: 9

  • Since: 2005/8/13


The most likely culprit of the "View Account" blank page is a duplicate search function in 2 similar modules.eg WFsection & Zmagazine. Anytime you enter new content, the last 5 entries, will automatically be listed under your profile with an option to show all. I believe these are all queried by a search function which has to be unique. Therefore, I suggest you turn on PHP Debug and see if you get any errors pointing to a seach function in a search page of a module. eg.

e.g. in Zmagazine module, in the file include\search.inc.php, there is a search function that must have a unique name.

<?php
// $Id: search.inc.php,v 1.3 Date: 06/01/2003, Author: Catzwolf Exp $

global $xoopsModule;

function zmag_search($queryarray, $andor, $limit, $offset, $userid){
global $xoopsDB;

$articles_arr = array();


I hope this helps.




TopTop



Login

Who's Online

193 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 193


more...

Donat-O-Meter

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

Latest GitHub Commits