121
Tarik
Re: In Configuration, (active_modules)
  • 2010/10/29 0:11

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


i dont think such thing exist
according to this you can get just the home page module $xoopsConfig['startpage']
https://xoops.org/modules/mediawiki/index.php/Dev:$xoopsConfig
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



122
Tarik
Re: Block on a specific page
  • 2010/10/28 23:25

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


like @ghia said you must not write the domain
<{if $smarty.server.PHP_SELF!='/modules/ ... index.php?wfc_cid=2'}>
   <{
$xoops_block_89.content}>
<{/if}>



123
Tarik
Re: Publisher category via smarty var
  • 2010/10/13 13:06

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


for example from one of your sites
http://www.carownersmanuals.net/
when i enter in a the category Mercury Owners Manual
the link in the web-explorer is
http://www.carownersmanuals.net/manuals.category.33/Mercury-Owners-Manuals.html
so the smarty condition is
<{if $xoops_requesturi == "manuals.category.33/Mercury-Owners-Manuals.html" }>
some text
<{/if}>



124
Tarik
Re: catads 1.53.5 RC3 -Uninitialized string
  • 2010/10/9 15:48

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


can you upload the file so to find more about the declaration of the variable
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



125
Tarik
Re: catads 1.53.5 RC3 -Uninitialized string
  • 2010/10/9 14:39

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


my mistake we have to check if the parent isset
//$topic_id = $topic_title['topic_id'];//bug
$topic_id = isset($topic_title) ? $topic_title['topic_id'] : ;

if it doesn't work try give me a notice



126
Tarik
Re: Publisher category via smarty var
  • 2010/10/9 14:30

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


first try this code you have nothing to lose
<{if $xoops_requesturi == "modules/publisher/category.php?categoryid=3" }>
some text
<{/if}>

if it doesn't work
the dimpliest way is to enter your category by browser
and compy every thing after yourwebsite.com/extra
and take the
<{if $xoops_requesturi == "extra" }>
some text
<{/if}>



127
Tarik
Re: catads 1.53.5 RC3 -Uninitialized string
  • 2010/10/9 14:13

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


$topic_id $topic_title['topic_id'];//bug

the problem with this code is that $topic_title has value null
and $topic_title['something'] gives error
so try
$topic_id = isset($topic_title['topic_id']?$topic_title['topic_id']:0;//:)


example



128
Tarik
Re: Problem with Publisher and Tinyeditor/TinyMCE
  • 2010/10/9 13:58

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


I done it all
but nothing just a simple textarea
it made me crazy
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



129
Tarik
Re: Publisher category via smarty var
  • 2010/10/9 13:37

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


if you use url rewrite so change the url
like if you have www.yoursite.com/publisher/cat/3
<{if $xoops_requesturi == "publisher/cat/3" }>
some text
<{/if}>



130
Tarik
Problem with Publisher and Tinyeditor/TinyMCE
  • 2010/10/9 1:40

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


Hello, i have a problem between publisher and tinyeditor
when i edit an article or create an article normally i can chose between editors dhtml, simple box and ckeditor works fine but when it come to tinyeditor i have a problem it give me a simple textarea and what make it weirder that i dont have any error and nothing need to be developed
I checked the files if something is missing
I even installed TinyMCE but nothing
I gave nohtml 1 in the xoops_cache
i did check Php side but everything i found in submit.php about editors is these lines
$allowed_editors publisher_getEditors($gperm_handler->getItemIds('editors'$groups$module_id));
 
$form_view $gperm_handler->getItemIds('form_view'$groups$module_id);

where variable $allowed_editors is not used in all the document just declaration
and a function in include/functions.php line 1280

i have no clue to begin with
if someone has an idea or a solution please share it.




TopTop
« 1 ... 10 11 12 (13) 14 15 »



Login

Who's Online

173 user(s) are online (119 user(s) are browsing Support Forums)


Members: 1


Guests: 172


vamptrix,

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