1
xgarb
Re: Forum moderation
  • 2011/8/14 9:33

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


In my version of CBB in the permissions section there's an option to set 'Can Post without Approval' for each forum. If you untick these then posts have to be approved.

I've never used this so can't be sure how well it'll work.




2
xgarb
Re: Basic Smart Faq Problem
  • 2010/10/8 20:05

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


I had this problem with the latest version (1.08).

Fixed it by setting the answerid column in the DB to autoincreate.



3
xgarb
Re: cbb 3.0.8 : enable by default notifications of new posts in a thread if a user post in this thread
  • 2010/6/1 19:05

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


I did this..

else {
        
// Otherwise, check previous subscribed status...
        
$notification_handler =& xoops_gethandler('notification');
        if (!empty(
$topic_id) && !$notification_handler->isSubscribed('thread'$topic_id'new_post'$xoopsModule->getVar('mid'), $xoopsUser->getVar('uid'))) {
            
$notify 0;
        }
        else {
            
$notify 1;
        }
    }


note the ! in front of the second part of the if statement and changed the 1 and 0 which switches the logic around so 'Notify me of new posts in this thread' is now the default but it remembers when it's switched off.



4
xgarb
Re: NewBB4.0RC
  • 2009/10/20 9:32

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


might find an answer here..

https://xoops.org/modules/newbb/viewtopic.php?start=0&topic_id=66140&viewmode=flat&order=ASC&type=&mode=0



5
xgarb
Re: CBB Hack to have notification with message text and reply link
  • 2009/9/3 19:47

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


if you want to mess about with the subject line in notification emails this might help.

In kernel\notification.php my code looks like this (around line 669)..

$subjectStart $event_info['mail_subject'];
        

        foreach (
$notifications as $notification) {
            if (empty(
$omit_user_id) || $notification->getVar('not_uid') != $omit_user_id) {
                
// user-specific tags
                //$tags['X_UNSUBSCRIBE_URL'] = 'TODO';
                // TODO: don't show unsubscribe link if it is 'one-time' ??
                
$tags['X_UNSUBSCRIBE_URL'] = XOOPS_URL '/notifications.php';
                
$tags array_merge ($tags$extra_tags);
                
$subject $subjectStart." : ".$tags['POST_NAME'];
                
$notification->notifyUser($template_dir$template$subject$tags);
            }


.$tags['POST_NAME']; adds the post title onto the subject - useful when you get a lot of emails.




6
xgarb
Get Satisfaction
  • 2009/7/22 15:59

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30




Just seen this..http://getsatisfaction.com/tour some nice ideas that could be incorporated with XOOPS somehow. Found it via this thread..http://getsatisfaction.com/songbird/topics/songbird_web_interface_remote_control



7
xgarb
Re: working on yogurt module
  • 2009/5/26 17:56

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


kudos to people who are putting their time into Yogurt but I think it is missing the point of XOOPS in that you have the core and then you add the bits you want to make the site you want. Some might choose one module over another for a purpose (ie one gallery module might be chosen for it's simplicity or another for features). Sticking loads of functions into one module stops this from working.

My opinion is the basic social networking features should be built into the core so modules can call on them as necessary.

Functions such as Comments, Ratings, Recommendations, Polls, Member links, Tags, Notifications etc should have basic versions in the core that every module can hook into. These should be written in a way that enables enhanced versions to be dropped in as modules.

It's tricky to get the balance right between a streamline core and having basic functionality that all modules have access to.

I mentioned this a looooooong time ago but XOOPS for me was always a Community Management System rather than a Content Management System.



8
xgarb
Re: New website with GFC integration
  • 2009/5/21 15:13

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


ah, cool. Was wondering if anyone had integrated the Friend Recommend part of Friend Connect. Looks good to me.

Would be nice to see a XOOPS specific recommend system in the core for all the modules to hook into.

Anyone who's not seen the google version it's here..http://googlewebmastercentral.blogspot.com/2009/05/let-visitors-recommend-your-content.html



9
xgarb
Re: Smartsection Problems with Notifications
  • 2009/5/15 8:43

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


cool, thanks. notification_select.php change worked for me.

I also made the changes in post 2 here..http://smartfactory.ca/modules/newbb/viewtopic.php?topic_id=1714&forum=5&post_id=7681 but I'm not sure if they were necessary.



10
xgarb
Re: Smartsection Problems with Notifications
  • 2009/5/14 15:34

  • xgarb

  • Not too shy to talk

  • Posts: 154

  • Since: 2003/3/30


having the same problem and not found a solution either.

If you access the page using the non rewritten URL (ie modules/smartsection/item.php?itemid=68 ) it works so the problem is to do with the rewrite.

Maybe the newest version fixes the problem?




TopTop
(1) 2 3 4 ... 14 »



Login

Who's Online

245 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 245


more...

Donat-O-Meter

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

Latest GitHub Commits