251
jimmyx
Re: How to remove some modules in the user profile?
  • 2007/11/21 10:40

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


thank you now it works



252
jimmyx
Re: How to remove some modules in the user profile?
  • 2007/11/21 2:31

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


i tried this..but not working ....

<!-- start module search results loop -->
<{foreach 
item=module from=$modules}>
<{if 
$module.name == "news" || $module.name == "mylinks"}>
<
p>
<
h4><{$module.name}></h4>

  <!-- 
start results item loop -->
  <{foreach 
item=result from=$module.results}>

  <
img src="<{$result.image}>" alt="<{$module.name}>" /><b><a href="<{$result.link}>"><{$result.title}></a></b><br /><small>(<{$result.time}>)</small><br />

  <{/foreach}>
  <!-- 
end results item loop -->

<{
$module.showall_link}>
</
p>
<{/if}>
<{/foreach}>
<!-- 
end module search results loop -->


i only want to show the news and mylinks modules



253
jimmyx
Re: How to remove some modules in the user profile?
  • 2007/11/20 20:44

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


Bump Topic

how to do this 2.017.1 ? help



254
jimmyx
Re: 2.0.17.1 - Frameworks Captcha in registration
  • 2007/11/13 16:48

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


ok I've solved this based on skenow 2016 guide..

Guide: to make frameworks captcha appear in 2nd page of registration form in XOOPS 2.0.17.1

1. Install Frameworks

2. open /class/xoopsformloader.php

include_once XOOPS_ROOT_PATH."/Frameworks/captcha/formcaptcha.php";

add this to the last line before ?>

3. Open register.php

Find this code (line 149)
echo "<form action='register.php' method='post'>


and replace with this

echo "<form action='register.php' method='post'>";
        if(@include_once 
XOOPS_ROOT_PATH."/Frameworks/captcha/formcaptcha.php") {
        
$cpatcha = new XoopsFormCaptcha();
        echo 
$cpatcha->getCaption().": ".$cpatcha->render();
        }
    echo 
"


Go to line 175 find this
$stop .= implode('<br />'$GLOBALS['xoopsSecurity']->getErrors())."<br />";
    }


add this code below
if(@include_once XOOPS_ROOT_PATH."/Frameworks/captcha/captcha.php") {
$xoopsCaptcha XoopsCaptcha::instance();
if(! 
$xoopsCaptcha->verify() ) {
$stop .= $xoopsCaptcha->getMessage()."<br />";
}
}


4. Last step : refresh/update system/clear templates_c



255
jimmyx
Re: 2.0.17.1 - Frameworks Captcha in registration
  • 2007/11/12 11:06

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


Thanks

i've installed it in my site..the captcha appear in 1st page of my registration page..

what i really want is the captcha in 2nd registration page
just like in your sitehttp://www.xoops-magazine.com/register.php



256
jimmyx
Re: 2.0.17.1 - Frameworks Captcha in registration
  • 2007/11/12 9:28

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


bump...any idea ?



257
jimmyx
Re: Yogurt Social Network Service
  • 2007/11/12 9:25

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


this is really good news...congratulations



258
jimmyx
Re: Youtube HotLink Gallery
  • 2007/11/12 9:23

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


is xoopstube safe ? ...as mentioned it is build based on wf-links 1.03

just made some random googling and i found this

has this been fixed ?



259
jimmyx
Re: Google Sitemap Plugin
  • 2007/11/8 6:11

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18





260
jimmyx
Re: Youtube HotLink Gallery
  • 2007/11/5 3:56

  • jimmyx

  • Quite a regular

  • Posts: 338

  • Since: 2007/7/18


still not working but after adding this in line 90 it works...

redirect_header'singlevideo.php?cid='intval($cid) .'&lid=' intval($lid), 4$ratemessage );



thanks mcdonald.......

i also made change to line 39 & 52




TopTop
« 1 ... 23 24 25 (26) 27 28 »



Login

Who's Online

105 user(s) are online (62 user(s) are browsing Support Forums)


Members: 0


Guests: 105


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