11
JCash
Re: If we were to start a 2.6 Branch what would you like to see.
  • 2011/11/20 11:01

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


hi'

His someone would be able to write a summary ? Good / bad ideas ...

There are 9 pages now, and it is very difficult to answer to "If we were to start a 2.6 Branch what would you like to see."




12
JCash
Re: Captcha dissapear
  • 2011/11/4 2:25

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


2 ideas :

- sometimes .htaccess delivered with xoops causes troubles, especially CGI instructions
Quote:
# secure directory by disabling script execution
AddHandler cgi-script .php .pl .py .jsp .asp .htm .shtml .sh .cgi .php5 .php4 .php3 .phps
Options -ExecCGI -Indexes


- I believe it is not allowed to put some cachetime for profile module



13
JCash
Re: user insertion
  • 2011/11/2 5:53

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22





14
JCash
Re: Integrating a module into a theme
  • 2011/10/31 22:11

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


if your question is 'how to put a contact form driven by xoops into a block", try Contact center module (myth.org)



15
JCash
Re: Public Search engine for users ?
  • 2011/10/30 2:45

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


thanks deka87, very useful information :)



16
JCash
Re: Directory usage issue for Profile 1.70
  • 2011/10/30 2:43

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


Have you made a global search with define _PROFILE_LANG_ on your /profile folder ?



17
JCash
Public Search engine for users ?
  • 2011/10/28 14:17

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


Is there a public search engine to find an user ? Like the tool available for admins in backoffice ?

Or a module to do that ?

(I use Xoops 2.5.3)

Thanks



18
JCash
Re: Change default notification method
  • 2011/10/27 1:16

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


Seems to no work anymore. 1 is put in database, in all cases.

Is someone could verify ?

Thanks in advance !



Edit : stupid boy, there was a Default value to '1' in notify_method field




19
JCash
Re: Old style blocks administrator tools
  • 2011/10/25 1:03

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


You could do that with css

.blocktile {display: none}


And if you need to display some titles and hide others, you could go further (always with css)

In your tpl
<div id="block-<{$block.id}>">    
    <
div class="blocktitle"><{$block.title}></div>
    <{
$block.content}>
</
div>


In style.css
#block-7777 .blocktitle, #block-45 .blocktitle, #block-32 .blocktitle {display: none;}



20
JCash
News 1.67 - Smarties troubles
  • 2011/10/23 21:29

  • JCash

  • Just popping in

  • Posts: 66

  • Since: 2011/2/22


<{$topic_description}>

In news_index.html there is a smarty <{$topic_description}> but nothing is displayed on News homepage.

<{$topic_description}> is only used for categories pages... (also drived by news_index.html tpl)

Strange restriction, isn't it ?


<{$news_by_the_same_author_link}>

There is also a smaty called <{$news_by_the_same_author_link}> in news_item.html tpl wich is not displayed (it appears on article.php?storyid=xx but missing in news index page)


<{$articlePicture}>

Same behavior, tpl : news_item.html


title="<{$story.title}>"

In news_by_topic.html :
Quote:
<a title="<{$story.title}>" href="<{$xoops_url}>/modules/news/article.php?storyid=<{$story.id}>">

... display links in plain text




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

243 user(s) are online (164 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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