292191
sitemouse
Re: newbb forums broke after moderator deleted posts?
  • 2003/8/16 0:00

  • sitemouse

  • Just popping in

  • Posts: 18

  • Since: 2002/11/5


That did it (repairing xoops_bb_topics). The server farm is in Buffalo. I think our moderator was working on the forums at the time of the blackout yesterday.

Thanks so much for your assistance!



292192
BradM
Re: Glossary Module with bb-code or html-code
  • 2003/8/15 23:59

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


Okay I figured this one out -- I'm new to this whole thing, so use this hack at your discretion, but it seems to work.

Edit the following files:

function.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire-aff.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire-rech.php:
After $glo_definition = $myts->makeTboxData4Show($glo_definition); add this line:
$glo_definition = $myts->xoopsCodeDecode($glo_definition, $allowimage = 1);

glossaire.php (for the marquee block):
After $definition = $myts->makeTboxData4Show($myrow['definition']); add this line:
$definition = $myts->xoopsCodeDecode($definition, $allowimage = 1);

Note: this will only convert XOOPS code, I couldn't figure out a way to convert HTML. If you want to add more XOOPS code, check out the xoopsCodeDecode function in /class/module.textsanitizer.php.


Brad



292193
mvandam
Re: Glossary Module with bb-code or html-code
  • 2003/8/15 23:56

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Should be pretty simple, depending how the module is written. If you can point me to the code for a module you'd like to use, I can have a quick look and see if this is an easy hack or not...



292194
mvandam
Re: newbb forums broke after moderator deleted posts?
  • 2003/8/15 23:54

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


If you have MySQL access (or phpmyadmin) I would recommend trying "repair table TABLE_NAME" where TABLE_NAME is xoops_bb_topics, xoops_bb_posts, xoops_bb_posts_text, and xoops_bb_forums. Perhaps a server hiccup caused something got corrupted during the delete.



292195
BradM
Re: Glossary Module with bb-code or html-code
  • 2003/8/15 22:28

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


^^ bump ^^



292196
sitemouse
Re: newbb forums broke after moderator deleted posts?
  • 2003/8/15 21:56

  • sitemouse

  • Just popping in

  • Posts: 18

  • Since: 2002/11/5


One more thing...

In forum admin, I tried to "sync forum/topic index" and got the following message: Could not get topic count




292197
sitemouse
Re: newbb forums broke after moderator deleted posts?
  • 2003/8/15 21:53

  • sitemouse

  • Just popping in

  • Posts: 18

  • Since: 2002/11/5


Yes, I can still get to the admin area and do everything else. The forum is broken nomatter how I'm logged in (or not logged in). I tried all the debug modes, but received no error message.

I've also noticed that the Recent Topics (Message Boards) block has disappeared from the front page.

I added a new Topic, just to see what happens, and it added ok. But I cannot go into that topic either. I even tried repairing the forum tables in mySQL. I can't think of anything else to try.



292198
OdotJdot
xoopgallery - question
  • 2003/8/15 21:51

  • OdotJdot

  • Just popping in

  • Posts: 3

  • Since: 2003/8/15


i have a question about xoopsgallery.
i got it to work fine and all... except for i cant edit the discription of the gallery. but i saw a fourm on that some where around here... ill look it up.

but i need a lil help. i dont know TOO much about php. and i dont know how to do what i want to do. hopefully some one can help me out.

what i want to do is:

for the gallery block "Random picture" it looks hella plain and really doesnt say or do much. so what i wanted to do is, link the picture to the full size picture that it came from. AND to the right on it have some text, such as... the caption, and the album name from which the picture came ( linked )... you know? i think it would add to the validity of having a random picture.

i would like to do the same for the " New Images " block also.

id do it my self... but im no good with php.... and i dont understand the variables ( if this is even the correct term ) that gallery and XOOPS use.

if anybody can help me out... thanks in advance!



292199
El_Jordo
Re: newbb forums broke after moderator deleted posts?
  • 2003/8/15 17:26

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


Can you still get to the administration section?

http://www.bigbrotheraddict.com/modules/newbb/admin/index.php



292200
sitemouse
newbb forums broke after moderator deleted posts?
  • 2003/8/15 16:50

  • sitemouse

  • Just popping in

  • Posts: 18

  • Since: 2002/11/5


One of my forum moderators told me that he deleted some posts last night, and now the forums are completely down. I'm guessing the two are related. We've had no problems with the forums until now. I searched XOOPS forum and couldn't find this issue.

Quote:
Total Topics: Error | Total Posts: 4129


http://www.bigbrotheraddict.com/modules/newbb/
{XOOPS 2.0.3}

I'd really appreciate some advice.
Thanks!







Login

Who's Online

233 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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