31
CeBepuH
Re: Displayname Description
  • 2006/5/16 9:18

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


A simple workaround would be to put the explanation in the Disclaimer box just above the Disclaimer text.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



32
CeBepuH
Re: CBB-moderator rights
  • 2006/5/4 11:25

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


There is the Suspension option.

Every mod has an Admin link in the bottom right of the forum they moderate. Clicking on it will reload the page and on the top right there will be some options including 'Suspension'. This can stop a particular user from writing in that particular forum but it won't stop them from logging in or browsing the forums.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



33
CeBepuH
Re: CBB-moving topic to another forum
  • 2006/5/4 11:16

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


Look in the Topic options drop-down when you open the problematic thread.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



34
CeBepuH
Re: What is the MJ12bot/v1.0.7?
  • 2006/5/2 11:51

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


Quote:

Herko Coomans wrote:

Check the robots.txt file in your site root for more info about which bots are allowed and which aren't.


Actually, the setting is in the Protector module preferences.

Check the 'Welcomed User-Agent' there. Also check 'Watch time for high loadings (sec)', 'Bad counts for Crawlers' and 'Action against high loading Crawlers' settings.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



35
CeBepuH
Re: RRP in CBB on XOOPS 2.2.4
  • 2006/4/28 2:11

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


Try doing it this way:


<marquee direction="up" scrollamount="1" style="text-align:center;background-color:black;color:white;">

<{if 
$block.fadeImage != ""}>
<{
literal}>
<
script type="text/javascript">
<!--
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
function 
nereidFade(objectdestOpratedelta){
if (!
document.all) {
return;
}
if (
object != '[object]'){
setTimeout('nereidFade('+object+','+destOp+','+rate+','+delta+')',0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff destOp-object.filters.alpha.opacity;
direction 1;
if (
object.filters.alpha.opacity destOp){
direction = -1;
}
delta Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (
object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout('nereidFade(nereidFadeObjects['+object.sourceIndex+'],'+destOp+','+rate+','+delta+')',rate);
}
}
//-->
</script>
<{/
literal}>
<{/if}>
<
br/>
<
table class="outer" cellspacing="1">
  <{if 
$block.disp_mode == 0}>
  <
tr>
    <
th class="head" nowrap="nowrap"><{$smarty.const._MB_NEWBB_FORUM}></th>
    <
th class="head" nowrap="nowrap"><{$smarty.const._MB_NEWBB_TOPIC}></th>
    <
th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_RPLS}></th>
    <
th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_VIEWS}></th>
    <
th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_LPOST}></th>
  </
tr>

  <{foreach 
item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td><a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$topic.forum_id}>"><{$topic.forum_name}></a></td>
    <
td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>">
        <{if 
$topic.topic_subject}>
        <{
$topic.topic_subject}>
        <{/if}>
        <{
$topic.title}></a><{$topic.topic_page_jump}></td>
    <
td align="center"><{$topic.replies}></td>
    <
td align="center"><{$topic.views}></td>
    <
td align="right"><{$topic.time}><br /><{$topic.topic_poster}>&nbsp;<{$topic.jump_post}></td>
  </
tr>
  <{/foreach}>
  <{elseif 
$block.disp_mode == 1}>

  <
tr>
    <
th class="head" nowrap="nowrap"><{$smarty.const._MB_NEWBB_TOPIC}></th>
    <
th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_RPLS}></th>
    <
th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_LPOST}></th>
  </
tr>

  <{foreach 
item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>"><{$topic.title}></a></td>
    <
td align="center"><{$topic.replies}></td>
    <
td align="right"><{$topic.time}><br /><{$topic.topic_poster}>&nbsp;<{$topic.jump_post}></td>
  </
tr>
  <{/foreach}>

  <{elseif 
$block.disp_mode == 2}>

  <{foreach 
item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&forum=<{$topic.forum_id}>&post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>"><{$topic.title}></a></td>
  </
tr>
  <{/foreach}>

  <{/if}>

</
table>
</
marquee>

<{if 
$block.indexNav}>
<
div style="text-align:right; padding: 5px;">
<
a href="<{$xoops_url}>/modules/newbb/viewpost.php"><{$smarty.const._MB_NEWBB_ALLPOSTS}></a> |
<
a href="<{$xoops_url}>/modules/newbb/viewall.php"><{$smarty.const._MB_NEWBB_ALLTOPICS}></a> |
<
a href="<{$xoops_url}>/modules/newbb/"><{$smarty.const._MB_NEWBB_VSTFRMS}></a>
</
div>
<{/if}>


You just opened these tags at the beginning:

<center><table cellspacing="0" align="center">
<
tr>
<
td align="center">


and did not close them at the end. I've deleted them from my version. Notice that I have moved the closing marquee tag several lines up. That way the navigation line 'Posts | Topics | Forums' will stay visible all the time (if you have set them to be showed).

Btw, I don't think the fade in /fade out image script will work on Firefox.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



36
CeBepuH
Re: RRP in CBB on XOOPS 2.2.4
  • 2006/4/27 6:22

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


Well, you should edit the template. I can't think of any other way.

For Recent Replied Topics edit newbb_block.html and make your changes to those lines:

<{if $block.disp_mode == 0}>
  <
tr>
    <
th class="head" nowrap="nowrap"><{$smarty.const._MB_NEWBB_FORUM}></th>
    <
th class="head" nowrap="nowrap"><{$smarty.const._MB_NEWBB_TOPIC}></th>
    <
th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_RPLS}></th>
    <
th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_VIEWS}></th>
    <
th class="head" align="center" nowrap="nowrap"><{$smarty.const._MB_NEWBB_LPOST}></th>
  </
tr>

  <{foreach 
item=topic from=$block.topics}>
  <
tr class="<{cycle values="even,odd"}>">
    <
td><a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$topic.forum_id}>"><{$topic.forum_name}></a></td>
    <
td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&amp;forum=<{$topic.forum_id}>&amp;post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>">
        <{if 
$topic.topic_subject}>
        <{
$topic.topic_subject}>
        <{/if}>
        <{
$topic.title}></a><{$topic.topic_page_jump}></td>
    <
td align="center"><{$topic.replies}></td>
    <
td align="center"><{$topic.views}></td>
    <
td align="right"><{$topic.time}><br /><{$topic.topic_poster}></td>
  </
tr>
  <{/foreach}>


Don't forget to clear templates_c when you're finished.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



37
CeBepuH
Re: maybe a bug: Pm module 2.2.4: webmaster can readall pms?
  • 2006/4/23 18:56

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


Yep. On the other hand ordinary users can't read all PM as it was the case on the previous version (2.2.3).
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



38
CeBepuH
Re: GIJOEs Site - What gives?
  • 2006/4/1 15:37

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


How convenient that we have a fire button against the red faced hacker.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



39
CeBepuH
Re: A new Fork : Xoops is dead, long live to Boops !
  • 2006/4/1 9:24

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


Quote:

Pnooka wrote:
Today is april first, so i assume this is a aprils fools prank.


I downloaded BOOPS it looks great. Off to do some work now.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.



40
CeBepuH
Re: A new Fork : Xoops is dead, long live to Boops !
  • 2006/4/1 8:36

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


*bump*


I think this should go to the news section of this site. And there should be spotlight on it.

Happy BOOPSing guys.

Solo71, is there an English version? Or will it be in French only?
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.




TopTop
« 1 2 3 (4) 5 6 7 ... 11 »



Login

Who's Online

174 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 174


more...

Donat-O-Meter

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

Latest GitHub Commits