6251
cerbero
Re: X-Forum 5.84 - Extensible Forum With Extras for XOOPS
  • 2014/12/11 9:02

  • cerbero

  • Not too shy to talk

  • Posts: 191

  • Since: 2003/9/11


thanks a lot mamba, it's works with a few changes in tables



6252
Bleekk
Re: Form Button
  • 2014/12/10 15:00

  • Bleekk

  • Theme Designer

  • Posts: 941

  • Since: 2002/12/14


can you give us a link to your website



6253
Cifug
Re: Form Button
  • 2014/12/10 13:34

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Thanks Bleekk but this didn't work

I cleaned cache on site and browser.



6254
Bleekk
Re: Form Button
  • 2014/12/10 13:03

  • Bleekk

  • Theme Designer

  • Posts: 941

  • Since: 2002/12/14


the buttons are defined in the bootstrap framework.

the green buttons on the user profile page have the class: btn btn-success
you need to override the bootstrap classes in the following file xbootstrap/style.css

insert there following lines and change the color and font as you like
.btn-success {
color#fff;
background-color#5cb85c;
border-color#4cae4c;
}


All btn-success buttons will then be changed



6255
Mamba
Re: xforum 4.13
  • 2014/12/10 12:22

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I just gave you the instructions.

What is not clear there? Where are you getting stuck?

Where can I help?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



6256
cerbero
Re: xforum 4.13
  • 2014/12/10 11:15

  • cerbero

  • Not too shy to talk

  • Posts: 191

  • Since: 2003/9/11


could you give me some instructions to make the migration from xforum to newbb?
Thanks in advance



6257
Mamba
Re: Form Button
  • 2014/12/10 11:00

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I don't have much experience with Bootstrap, so hopefully somebody else will be able to help you.

In the meantime, check out other modules in

/xbootstrap/modules

and see if you find something that you could use.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



6258
Cifug
Re: Form Button
  • 2014/12/10 10:45

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Thanks Mamba for your help. Sorry for my questions but I'm not sure how to edit the buttons in these files...

Any hints?

<div class="contact-module">
<{
$contactform.javascript}>
<
form name="<{$contactform.name}>" action="<{$contactform.action}>" method="<{$contactform.method}>" <{$contactform.extra}>>
<
h4><{$contactform.title}>h4>
<{foreach 
item=element from=$contactform.elements}>
    <{if 
$element.hidden != true}>
            <{
$element.caption}>
            <{
$element.body}>
        <{else}>
            <{
$element.body}>
    <{/if}>
<{/foreach}>
form>
div>



6259
Mamba
Re: Form Button
  • 2014/12/10 10:36

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Change the templates in:

/xbootstrap/modules/contact
/xbootstrap/modules/profile

Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



6260
Mamba
Re: X-Forum 5.84 - Extensible Forum With Extras for XOOPS
  • 2014/12/10 10:33

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


1) Make a backup of the xForum tables

2) Install NewBB

3) import the content of individual xForum tables to your NewBB tables

The tables should be the same, with only the prefix being different:

In xForums you have xf_attachments
In NewBB you have bb_attachments

So in your export file change the prefixes, and then import the content.

I hope, there is no differences in the table structure itself, because then you would need to make manual adjustments...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 623 624 625 (626) 627 628 629 ... 29425 »



Login

Who's Online

813 user(s) are online (189 user(s) are browsing Support Forums)


Members: 0


Guests: 813


more...

Donat-O-Meter

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

Latest GitHub Commits