61
christian
Re: Where can I advertise Xoops commercial services?
  • 2007/7/26 15:09

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


It seems that for the moment it is not envisaged on this site
except using google adsense with a parameter setting adapted like one could recently see it with Inbox Solutions .

To propose sales departments based on XOOPS on the official site of the project is an interesting idea, but one should not therefore accepting anything. It will thus be necessary to find rules and conditions for that. I can subject this request to the XOOPS council.

On XOOPS France we have started to think of this question for several months and we will propose soon sites for that but in certain conditions.



62
christian
Re: How fix this ??
  • 2007/7/26 13:59

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Hi and welcome on xoops.org

Look this FAQ!



63
christian
Re: Sir/Ma'am i need a template for blogspot.com
  • 2007/7/26 7:09

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Read this presentation and if you are insterested for create your blog with xoops, look this category for find templates.



64
christian
Re: Sir/Ma'am i need a template for blogspot.com
  • 2007/7/26 6:49

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Hi,

The templates avalaible on this site are only for the cms Xoops.

Look on freetemplates.blogspot.com
Best regards



65
christian
Re: HTML Code in Block Title?
  • 2007/7/25 12:50

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


in your theme.html file you can write :

......
<{if 
$block.title=="title personnalised block"}>

     <
h1><{$block.title}></h1>
     or
     <
h1 class="blockTitle"><{$block.title}></h1>
<{else}>
     <{
$block.title}>
<{/if}>
........



66
christian
Re: Will this work with xoops
  • 2007/7/25 10:30

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


SecurityImage is a Captcha Class (compatible php5) for XOOPS 2.0.1x et 2.2.x allowing to make safe your forms with an image.(without dogs or cats)

Download : dugris.info



67
christian
Re: Isometric theme: global navigation buttons, show code instead of tittle.
  • 2007/7/25 9:18

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


Yes red_slider, it's correct,

You can look also this thread.



68
christian
Re: smartfaq => smartsection
  • 2007/7/24 21:05

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


You can use this query in phpMyAdmin for migrate smartfaq_categories into smartsection_categories

insert into xoops_smartsection_categories (categoryidparentidnamedescriptiontotalweightcreated)
select categoryidparentidnamedescriptiontotalweightcreated from xoops_smartfaq_categories;


For answers it's more complex because for one question you can to have many answers, you can try this :

insert into xoops_smartsection_items (categoryidtitlebody,uid,datesubstatusimagecounterweightdohtmldosmiley,doxcode,dobr,cancomment)
SELECT f.categoryid,f.question,a.answera.uidf.datesub,f.status,f.imagef.counter,f.weightf.htmlf.smileyf.xcodesf.linebreakf.cancomment
FROM xoops_smartfaq_faq 
as f left join xoops_smartfaq_answers as a ON f.faqid a.faqid;


to adapt the prefix of the tables to your situation
setting the authorizations manually

Enjoy



69
christian
Re: Anonymus debug Could not register
  • 2007/7/24 19:01

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


You have omit to update auto-increment in the table.

1) execute this request in phpMyAdmin interface for know the uid max :
SELECT max(uidFROM [prefix]_users`;


After, click on tab Operations for the [prefix]_users table and you can update value auto_increment with result query + 1



70
christian
Re: 1) contact_plus_v.0.8 and different e-mail destination 2) captcha
  • 2007/7/23 22:12

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


1) For this module i do not know, but with Formulaire or liaise it is possible

For captcha, you can install security image.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 30 »



Login

Who's Online

187 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 187


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