Search Results
Searched for posts by capristo in all forums

Showing results 761 - 770 out of 1648 total
Modify your search
Posted by capristo, Jan 30, 2013 at 2:07 am
Sounds like you've got it working then? Welcome to the forums Yes Linux can sometimes be a pain...
Posted by capristo, Jan 26, 2013 at 2:55 pm
Private message email notifications should be working again

Don't go out of your way to test, but if they work/don't work, can somebody let me know?
Posted by capristo, Jan 26, 2013 at 4:44 am
It is - this is one of the few cases where I went for a third-party library.
Posted by capristo, Jan 26, 2013 at 4:06 am
Not oft-used feature, but we now have syntax highlighting in code blocks.

/**
 * Attnam Party function
 */
function attnam_party( $people ) {
    for( $i = 0; $i < count($people); $i++ ) {
        echo $people[$i]['name'] . " is here to party\n";
    }
}
Posted by capristo, Jan 23, 2013 at 11:38 am
Haha, fair enough! Yes at least it's quick
Posted by capristo, Jan 23, 2013 at 11:13 am
Nice job finding the bug xavi2, it seems like it might be an imperfect fix though, i.e. if more teams or dungeons are added you will have to manually update this number instead of grabbing it from somewhere else.
Posted by capristo, Jan 16, 2013 at 10:51 am
Mobile site improvements including viewing topics
Posted by capristo, Jan 15, 2013 at 8:03 pm
Shoutbox history is fixed, and you can also post and watch the shoutbox update live from the history page
Posted by capristo, Jan 15, 2013 at 1:09 am
Eagle V wrote
The code
[url=https://dl.dropbox.com/u/46669022/Pride/cap0000.png]0[/url]
Shows the link instead of a clickable 0.

Example:
0
as opposed to:
1
(same code)

I guess it has something to do with the character '0' being seen as actual null value?

Fixed. There was an if statement that was inaccurately reading "false" because the 0 was being treated as the number 0 and not the string '0'
Posted by capristo, Jan 15, 2013 at 12:34 am
Search works again, although it is a little slow and I want to play with it to make it faster. Let me know if you find any bugs

This includes the "view new posts / topics" on the forum index for a quick way to see what's been updated, or "view posts by user".