1
Iggy80
Adding a new BBcode
  • 2005/12/15 14:38

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


Hello!
I found a hack for the wBB and the phpbb board how you can add a special BBcode. The Stylesheet and the Overlib mhave to be integratet in the Template and the function to replace [item] Codesmust be integratet in the BBCode Parse function. Anyone can help me with that ? Thats how it works for the wbb board

OPEN
{forum_root}/acp/lib/class_parse.php

FIND
class parse {

ADD-BEFORE
include('./itemstats/bb_itemstats.php');

FIND
// bbcodes
        
if ($allowbbcode == 1) {
            if (
$this->done['bbcode'] != 1$this->getbbcode(); 
            
$post preg_replace($this->search$this->replace$post);
        }
        else {
            
$post preg_replace("/javascript:/i""java script:"$post);
            
$post preg_replace("/vbscript:/i""vb script:"$post);
        }

ADD-AFTER
    
if ($allowbbcode == 1) {
            
// itemstats mod by legedric
            
$post itemstats_parse($post);
            
// end mod
        
}

SAVE AND CLOSE
{forum_root}/acp/lib/class_parse.php

OPEN
headinclude Template over your wbb Admin Control Panel 
(acp)

FIND
$css

ADD
-AFTER
<link rel="stylesheet" href="itemstats/templates/itemstats.css" type="text/css">
<
script type="text/javascript" src="itemstats/overlib/overlib.js"><!-- overLIB (cErik Bosrup --></script>

SAVE AND CLOSE
headinclude Template



2
Iggy80
Re: Modifying Extended Profiles
  • 2005/12/11 15:14

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


Anyone who needs an example: try the search here



3
Iggy80
Modifying Extended Profiles
  • 2005/12/11 11:48

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


Hello!

I wanrt to modify the search of the Extended Profiles module. I want that some of the new createt fields are always shown in the search result (also if you search for an other parameter). I already managed, that I have the new field @ every search, but it doesn´t show the value in the field, just the key. Anyone has an idea how it shows up the value in that field ? Thats what i added in the search.php after //Sort information
$userarray["output"][] = $users[$k]->getVar('class')."";


I hope my english is good enough that everyone understands what I mean.



4
Iggy80
Re: Istats templates hacked
  • 2005/4/26 16:24

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


Hi I also use istats and the templates do not work right with firefox. I tried to fix them, but I couldn´t figure it out.

I am very interested in alternative templates for istats. Is the any possibility ?



5
Iggy80
Re: FriendFinder -Requires Globals or what?
  • 2005/3/26 13:14

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


can you let us take part on your solutoion: friendfinder and register_globals_off



6
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 17:05

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


Ok my possible solutions ?
-change ISP
-different CMS (bad idea )

Thanks for you fast help.



7
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:27

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


No it says i do not have the required rights!



8
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:20

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


yes thx got it running, all tests passed, so i am even more confused about my login problem !



9
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 16:14

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


seems if i am not even able to get your program running:

http://www.pelzen.de/bcheck/browser_check.php

any suggestions for me ? By the way thx for your help !

-- EDIT --
ok now i got the program running - all tests passed but still not able to login into my XOOPS page



10
Iggy80
Re: Not Able to turn register globals OFF
  • 2004/8/16 15:32

  • Iggy80

  • Just popping in

  • Posts: 11

  • Since: 2004/8/16


@Dave
Thx for your fast answer. Do you have an other solution for my login problem ?
My ISP has PHP 4.06
I got XOOPS 2.07.
no firewall
IE settings are right
I have no idea what the problem is ?!




TopTop
(1) 2 »



Login

Who's Online

154 user(s) are online (96 user(s) are browsing Support Forums)


Members: 0


Guests: 154


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