21
seolio
Re: Change Default editor
  • 2008/3/25 21:05

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


Excellent, thanks very much :)

Ok, it does not work for CBB. Shame as you are the only one that replied :(



22
seolio
Re: Change Default editor
  • 2008/3/25 20:42

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


*bump*



23
seolio
Change Default editor
  • 2008/3/24 21:19

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


How can I change the default editor in CBB 3?

I am looking to use the TinyMCE editor instead. I have the TinyMCE editor installed, but I just want to change the default editor to that.

Thanks in advance.

~seolio~



24
seolio
Re: CBB Attachment - White page
  • 2008/3/7 18:36

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


Hi mate, what is protector?

Also, the attachments are just images (.jpg), they all work fine for so long (about 3 weeks) and then cause the problem??



25
seolio
Re: CBB Attachment - White page
  • 2008/3/7 8:10

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


Hi mate, thanks for the reply.

PHP version 5
Xoops version 2.0.16

I have upgraded to CBB 3 and it is still a problem, I updated all of my modules just to see and it still is there.

Thanks anyway, even if you can't help, you still took the time to reply.



26
seolio
CBB Attachment - White page
  • 2008/3/6 19:43

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


I am hoping someone has had the same problem as me before and knows how to fix it.

I am running CBB 2, and it all works fine, apart from one little thing, members can attach pictures to their posts etc... and it is fine for about 3-4 weeks, after that miraculously the post, once clicked on goes to a white page, so I did some investigation and deleted the attachment text from the database for that post, and funnily enough it worked. I thought it was just a one off, but yet again, about 3 weeks after a member posted it, it has happened again....

What is going on??? Does anyone have any idea?

Thanks in advance

~seolio~



27
seolio
YouTube tag
  • 2008/2/7 22:30

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


Hi all,
is there any way i can add a YouTube button like the one in this editor on this site?
I have had a few requests for it.
Thanks

~seolio~



28
seolio
Record Admin and Mod actions?
  • 2008/1/28 19:40

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


Is there a modules or a hack to enable me to record the actions of a moderator or administrator, I know phpFox has this available and I have found it very handy in the past, as I have had a moderator delete or edit someones post and then deny it as it was a personal grudge against the user, with this I can record every move, (I only need to record the Moderator group, edit and delete functions in CBB 3)

Thanks in advance.

Nick



29
seolio
Xoops Freelancer?
  • 2008/1/22 21:05

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


I am looking for a XOOPS freelancer who knows XOOPS back to front, I am looking for some repair work to be done on my site, mainly the forum (CBB 3), as I stupidly overwrote the files from Newbb 2 with CBB 3 files and then updated the database, and I have only a few problems which I cannot seem to fix.

I did try to put the old newbb files back, but the forum completely stopped working then.

When I go to update the database I get 'Got error 134 from storage engine' come up.

I also have the IMG tag problem, where it works with lower case but not upper case, and also the online/offline images in the user info box next to each post is intermittently working, sometimes it shows a user online when they are not and sometimes it shows the truth. I am sure someone knows what is wrong?

Please someone help, PM me with your rates etc...
Thanks

~seolio~



30
seolio
Re: IMG tag problem
  • 2008/1/22 20:59

  • seolio

  • Not too shy to talk

  • Posts: 196

  • Since: 2005/11/2


Any ideas as to what I need to add, as this is what I have:
//$patterns[] = "/[li](.*)[/li]/sU";
    //$replacements[] = '<li>\1</li>';
    
$patterns[] = "/[[Ii][Mm][Gg] [Aa][Ll][Ii][Gg][Nn]=(['"]?)([Ll][Ee][Ff][Tt]|[Cc][Ee][Nn][Tt][Ee][Rr]|[Rr][Ii][Gg][Hh][Tt])\1]([^"()?&'<>]*)[/[Ii][Mm][Gg]]/sU";
    
$patterns[] = "/[[Ii][Mm][Gg]]([^"()?&'<>]*)[/[Ii][Mm][Gg]]/sU";
    $patterns[] = "/[[Ii][Mm][Gg] [Aa][Ll][Ii][Gg][Nn]=(['"]?)([Ll][Ee][Ff][Tt]|[Cc][Ee][Nn][Tt][Ee][Rr]|[Rr][Ii][Gg][Hh][Tt])\1 [Ii][Dd]=(['"
]?)([0-9]*)\3]([^"()?&'<>]*)[/[Ii][Mm][Gg]]/sU";
    
$patterns[] = "/[[Ii][Mm][Gg] [Ii][Dd]=(['"]?)([0-9]*)\1]([^"()?&'<>]*)[/[Ii][Mm][Gg]]/sU";
    if (
$allowimage != 1) {
        
$replacements[] = '<a href="\3" target="_blank">\3</a>';
        
$replacements[] = '<a href="\1" target="_blank">\1</a>';
        
$replacements[] = '<a href="'.XOOPS_URL.'/image.php?id=\4" target="_blank">\4</a>';
        
$replacements[] = '<a href="'.XOOPS_URL.'/image.php?id=\2" target="_blank">\3</a>';
    } else {
        
$replacements[] = '<img src="\3" align="\2" alt="" />';
        
$replacements[] = '<img src="\1" alt="" />';
        
$replacements[] = '<img src="'.XOOPS_URL.'/image.php?id=\4" align="\2" alt="\4" />';
        
$replacements[] = '<img src="'.XOOPS_URL.'/image.php?id=\2" alt="\3" />';




TopTop
« 1 2 (3) 4 5 6 ... 19 »



Login

Who's Online

83 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 83


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