1
hobbles
Re: xoops 2.2.4: preview problem in comments
  • 2006/5/18 14:10

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


I'm having problems with this bug myself and the SVN site has been unavailable (500 error) for the last few days. Does anyone have an alternate url for this fix, or can provide the info to fix it myself?

Thanks!



2
hobbles
Re: Hello please help
  • 2005/3/10 23:51

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


Isn't there a Sample Module in the Module Repository for new module builders to use an example?



3
hobbles
Re: Newbie Help
  • 2005/3/10 23:45

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


Basic module installation:

1. Upload module files into the module directory
2. From the administration area, go to System Admin/Modules
3. Scroll down to the bottom of the page. All Modules currently in the Module directory but not installed are in a seperate table at the bottom.
4. Click on the little disk w/drive icon to install the module

After a succesful installation you'll want to update permissions in the group area of the System Admin, and edit associated blocks for content, position and permissions in the blocks area of the System Admin.

Some modules require more work, but usually come with a readme file or some other file with specific directions.

As for the links on the left to various pages, its a much more involved process. The built in XOOPS main menu only links to modules, not individual non-xoops content.

Fortunately for me, the answer to this problem has been covered all over this website so all I'm going to do is suggest you look at the FAQ and do some searching for things like "custom menu" "html wrapper" etc.

Actually that first part of my answer is also thoroughly covered elsewhere too, but I could write that off the top of my head. :)



4
hobbles
Re: Removing fields from user registration
  • 2005/3/9 19:41

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


You can just comment out the code that makes those fields visible on the website and just leave the DB alone. Nobody will know it's there but you.



5
hobbles
Re: Newbie Help
  • 2005/3/9 19:38

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


I guess that depends on what your definition of "normal" is. What sort of content are you looking to have besides a forum (which should be included with the basic install)? A blog? (Download wordpress,popnupblog or weblog install according to the included instructions, or convert the included News Module to a blog format) Your basic one-page bio homepage? (you don't need a module, create a custom block and make it visible on the top page.)



6
hobbles
Re: 404-error
  • 2005/3/9 19:28

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


custom 404's are a hosting feature not related to XOOPS at all. Contact your hosting provider for info on if and how to set up a custom 404 page.



7
hobbles
Re: Weblog comment form not prepopulating title field.
  • 2005/2/14 14:37

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


Neat site. Love those Dachshunds! :)



8
hobbles
Re: New Registered Users
  • 2005/2/11 15:14

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


Or you could just rename the default registered users to your "testers" set the permissions on that group to the restricted settings you prefer and then make the custom group the "registered users" with more access. That way all new users have limited access and you can move them into the higher access category later.



9
hobbles
Re: Weblog comment form not prepopulating title field.
  • 2005/2/11 14:03

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


Quote:

toddherrold wrote:
hey there,

i have this problem also, but when i look into the comment_new file, all I see is this:

include '../../mainfile.php';
include XOOPS_ROOT_PATH.'/include/comment_new.php';

can you or someone using weblog 1.3 please post the entire contents of the comment_new.php file?

Thanks.


This is a little late, but if you still need the info here it is. Between those two lines you already have add the following:

$com_itemid = isset($HTTP_GET_VARS['com_itemid']) ? intval($HTTP_GET_VARS['com_itemid']) : 0;
if (
$com_itemid 0) {
    
// Get link title
    
$sql "SELECT title FROM " $xoopsDB->prefix('weblog') . " WHERE blog_id=" $com_itemid "";
    
$result $xoopsDB->query($sql);
    
$row $xoopsDB->fetchArray($result);
    
$com_replytitle $row['title'];



10
hobbles
Re: There's a weblog 1.30 version out?
  • 2005/2/11 2:07

  • hobbles

  • Just popping in

  • Posts: 24

  • Since: 2004/1/27


http://wellwine.net/modules/mydownloads/

Wellwine's front page doesn't work, but at least you can still get to their downloads. :)




TopTop
(1) 2 »



Login

Who's Online

226 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 226


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