61
pdaddict
Re: **SPACE** oR **BANDWIDTH** Which is more IMPORTANT!
  • 2004/4/7 12:42

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


Quote:
IamYourHost is not belivable. it cannot be that cheap.

Guess why I wrote too cheap?
I also wrote I don't know anything about their reliability = I don't use them. I run my own server using dyndns.org



62
pdaddict
Re: How to block certain avatars to certain users...?
  • 2004/4/7 10:02

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


1) I don't think it's possible to hide avatars, even though there's a hide option. Try allowing uploads, or giving moderators acces to the imagemanager, where they can upload their avatar, and link to it, if you don't want to allow uploads to everyone.

2) ftp: xoopsroot/uploads
hack:https://xoops.org/modules/newbb/viewtopic.php?topic_id=15945&forum=14&post_id=78783#forumpost78783



63
pdaddict
Re: **SPACE** oR **BANDWIDTH** Which is more IMPORTANT!
  • 2004/4/7 9:43

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


Too cheap
Nice deal

Don't ask me anything about their reliability.



64
pdaddict
Re: Main contents to PDF
  • 2004/4/6 11:56

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


Someone has already done something simmilar: xoops news | sourceforge



65
pdaddict
Re: Collapsible Category view
  • 2004/4/6 9:44

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


Quote:

Dreakon wrote:
Sorry I guess I was a little vague, where can I get the installer and image files that are in spanish, in english?


1) Use the images from the original newbb.
2) You don't need the installer. If you have acces to phpMyAdim, run these querry's:
ALTER TABLE bb_forums CHANGE `allow_attachments` `allow_attachmentsVARCHAR100 );
ALTER TABLE bb_posts ADD `attachmentvarchar(255) DEFAULT NULL AFTER `attachsig`;
ALTER TABLE bb_forums ADD `allow_attachmentstinyint(1UNSIGNED NOT NULL DEFAULT '0' AFTER `topics_per_page`;
ALTER TABLE bb_forums ADD `attach_maxkbint(10NOT NULL DEFAULT '1000' AFTER `allow_attachments`;
ALTER TABLE bb_forums ADD `attach_exttext NOT NULL AFTER `attach_maxkb`;

Don't forget to change the tablenames to your newbb (or newbb2) tables.



66
pdaddict
Re: Collapsible Category view
  • 2004/4/5 21:10

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1





67
pdaddict
Re: Cant shout on ShoutBox
  • 2004/3/21 12:09

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


<form name="shoutform" action="http://yoursite.com/modules/shoutbox/shoutframe.php" method="post" style="" target="shoutFrame">

--> put it in shoutframe.php



68
pdaddict
Re: Cloning blank userinfo fixed
  • 2004/3/19 14:42

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


The blank page after submitting/editing a post is gone, the search still isn't working the way it should. I'm affraid search.inc.php will always have to be edited mannually, instead of using path.php [I'll try this as soon this post's been submitted]

For the cloning itself, I'm hapy as long as I'm able to run more than 1 copy. For me the search isn't essential, but I'm sure it is for other ppl.

BTW: I noticed search.inc.php didn't include path.php, so I added that line to it, but it didn't change anything. (I tried both include_once "../path.php" and include "../path.php") But this isn't necessary keeping in mind what I wrote above.

I'm gonna experiment a bit more and will let you know everything I find.



69
pdaddict
Cloning blank userinfo fixed
  • 2004/3/18 16:01

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


The problem was the search function
xoops_version.php
// Search
$modversion['hasSearch'] = 1;
$modversion['search']['file'] = "include/search.inc.php";
$modversion['search']['func'] = "newbb_search";

for cloneability newbb_search should also be defined in path.php
define("_DIR_NEWBB_SEARCH","newbb_search");

xoops_version.php
// Search
$modversion['hasSearch'] = 1;
$modversion['search']['file'] = "include/search.inc.php";
$modversion['search']['func'] = _DIR_NEWBB_SEARCH;

and ofcourse
search.inc.php
function _DIR_NEWBB_SEARCH($queryarray$andor$limit$offset$userid){


This removes the blank page, but underneath both forum names, the same topics are listed. No idea why.



70
pdaddict
Re: Cloning
  • 2004/3/18 15:35

  • pdaddict

  • Friend of XOOPS

  • Posts: 106

  • Since: 2003/4/6 1


I played around with the clones, and found out that running 2 clones at the same time gives a blank page when viewing a users profile, and possibly other pages. This is not a problem with newbb and newbb2 so I'm browsing that code, but I have the feeling it's same thing causing the install of a second clone not to work. If I find something, I'll post it.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 »



Login

Who's Online

192 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 192


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