11
Springanew
Re: How I Fixed Mine
  • 2006/2/24 11:52

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


This is what I just did:

1) Went to my MySQL database and backed up entire database and then just the BB fields for data only.

2) Went to Admin/Modules and uninstalled Forum
3) Re-installed Forum (3.01)

4) Went back to MySQL and emptied the BB (only) fields to remove the test forum

5) Did a SQL and added back the data I copied from the original fields.

Now my forum looks correct and although I haven't tried the admin side - I am sure it will be fine :o)
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



12
Springanew
Re: CBB 3.0 installation, this is normal? "Array"
  • 2006/2/24 10:47

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


Darn - did the fixes suggested and still have the same problems:

1) Menus still expanded
2) Poster listed as guest_
3) Can't add forums in admin
4) List of forums not showing up on forum index page

I do appreciate the work in this - the forum is the most popular module in most all my sites.

So I am eager to get this fixed :o)

Thanks!
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



13
Springanew
Re: CBB 3.0 installation, this is normal? "Array"
  • 2006/2/24 2:30

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


Thank you for the heads up. I purposely posted here after reading the thread there which told us it wasn't for support - just comments :o)

I'll go back and read the rest of the thread.

Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



14
Springanew
Re: Error with CBB 3 with one of my themes, hover function?
  • 2006/2/24 2:27

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


I can only join you in asking what it could be:

I have two sites Both using the Same Theme and yet the one works fine and the other is messed up.

So I'd like to know what can cause problems too.

OF course the one not working is my active site so I may have to downgrade until I know what will fix it.

Update: I upgraded to 3.01 and the array fix, but still have the same problems -
1) Menus are expanded
2) Forums do not display on home/index page
3) Poster defaults to guest_
4) Added a forum in admin and it - didn't :o(

I do see some great improvements and some increase in speed - so I'm really wanting to get this fixed :o)

Thanks to all!
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



15
Springanew
Re: CBB 3.0 installation, this is normal? "Array"
  • 2006/2/24 2:23

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


Me too, and the first site upgrade went well, the second site upgrade is not working properly and both sites use the same theme and XOOPS install.
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



16
Springanew
weBlog: RSS/XML/RDF Error - Invalid Character
  • 2005/11/27 18:49

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


Greetings all -
I have used weBlog 1.41 for a while but I just clicked on the RSS button on the page and received this error:

The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.


-----------------------------------------------------------
An invalid character was found in text content. Error processing resource 'http://www."Mysite".com/modules/weblog/weblog-...

<description>If you find losing weight is easy: stop reading. However, if the 20


------------------
It's the very first blog entry in a new (redone) site.

I copied the article from MSWord - and I tried both with HTML and diable HTML checked and still the same message.

I'm not blond - but I'm clueless. Advice appreciated!
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



17
Springanew
Re: How do I clone the index page?
  • 2005/11/18 20:06

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


Thank You James,

I'm going to try them now - Happy Holidays :o)

Leslie in San Antonio
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



18
Springanew
How do I clone the index page?
  • 2005/11/5 1:53

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


Greetings all,

I'd love to have several index-clone pages (like one long index page only broken up into several pages).

The index page seems to work the best with displaying the type of content I use in the blocks.

I'd be using this for display ads.

Can I just clone the index page and re-name them but then how would the system know since they wouldn't be mods.??

Is there a mod already made that would work? I've tried several but none so far that make blocks like on the index page.

Thanks!

Leslie in San Antonio
http://www.san-antonio-on-line.com
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



19
Springanew
Adding Custom Text to E-Mail Forms
  • 2005/8/23 0:29

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


Hi all - In CatAds, I want to add a footer to all e-mails that go out when someone responds to an ad.

Here is the code I think is the one that appears when you want to write someone - where in it would I put custom text Please? Course they might be able to delete it but it's for their benefit.

$form_contact = new XoopsThemeForm(_MD_CATADS_CONTACTAUTOR, "form_contact", "contact.php");

$title_text = new XoopsFormText(_MD_CATADS_TITLE, "title", 52, 100, $title);
$title_text->setExtra("readonly = 'readonly'");
$form_contact->addElement($title_text, true);

$name_text = new XoopsFormText(_MD_CATADS_YOURNAME.'*', "name_user", 50, 100, $name_user);
$form_contact->addElement($name_text, true);

$email_text = new XoopsFormText(_MD_CATADS_YOUREMAIL.'*', "email_user", 50, 100, $email_user);
$form_contact->addElement($email_text,true);

$phone_text = new XoopsFormText(_MD_CATADS_YOURPHONE, "phone", 20, 20,$phone);
$form_contact->addElement($phone_text, false);

$annonce_text = new XoopsFormTextArea(_MD_CATADS_YOURMESSAGE.'*', "message", $message);
$form_contact->addElement($annonce_text, true);

$button_tray = new XoopsFormElementTray('' ,'');
$button_tray->addElement(new XoopsFormButton('', 'preview', _PREVIEW, 'submit'));
$button_tray->addElement(new XoopsFormButton('', 'post', _SEND, 'submit'));
$button_cancel = new XoopsFormButton('', 'cancel', _CANCEL, 'button');
$button_cancel->setExtra("' onclick='javascript:window.close();'");
$button_tray->addElement($button_cancel);

$form_contact->addElement($button_tray);

$form_contact->addElement(new XoopsFormHidden('email_author', $email_author));

$form_contact->display();
?
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!



20
Springanew
Re: Forum with Email feature
  • 2005/8/19 20:09

  • Springanew

  • Just popping in

  • Posts: 34

  • Since: 2005/4/12


I use the latest NewBB and it has that option. I receive all new posts with full content to my mail box.

I encourage all module developers to have (at least for webmasters) the ability to have notification of new activity sent to e-mail, especially if the webmasters have to approve submissions!

In fact if you look below this post (when you are submitting at least) you will see a check box for "Notify me of new posts in this thread"

Hope that answers your question. One of the few I have an answer for! (smile)
Leslie in San Antonio
www.san-antonio-online.com
www.springanew.com
Using xoops!




TopTop
« 1 (2) 3 »



Login

Who's Online

208 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

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

Latest GitHub Commits