11
jimkarvo
Re: Adsense ads between posts!
  • 2007/6/14 13:36

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


Do you know the file that I have to edit?
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



12
jimkarvo
Re: Adsense ads between posts!
  • 2007/6/14 6:23

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


Quote:

nachenko wrote:
No big deal.

$smarty.foreach.name_of_the_loop.iteration

This will tell you how many times has the loop been executed.


Hm.. I don't know so good code:P anyway, Maybe I have to change the "name_of_loop".. Rigth? But with I have to change? Also, Where I have to put the code...
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



13
jimkarvo
Adsense ads between posts!
  • 2007/6/13 16:14

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


Hello,

How I can have Google's adsense advertisments between the posts of a thread? I have installed the CBB

Yours,
JimKarvo
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



14
jimkarvo
need help to build my own Theme! (Subject edited by mod)
  • 2007/6/7 7:29

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


Hello,

I want instruction to build my own theme with CSS and no with tables! Do you have any tutorial etc?

Yours,
JimKarvo

[size=x-small]MOD Note - I had to change your subject Jimkavo so it comes across as a request for support rather than something you have achieved. [/size]
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



15
jimkarvo
Re: View Workbooks submition to userpage
  • 2007/6/4 7:10

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


Respect, yerres!

Now Do you know how I can count the submittions as the post/comments to grow up the users post/comments number and his rank?

Yours,
JimKarvo
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



16
jimkarvo
Re: View Wordbook's submition to userpage
  • 2007/6/3 10:33

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


IF I did it correct, It didn't works...

<?php
/**
 * $Id: search.inc.php v 1.0 8 May 2004 hsalazar Exp $
 * Module: lyrics
 * Version: v 1.00
 * Release Date: 8 May 2004
 * Author: hsalazar
 * Licence: GNU
 */

function wb_search$queryarray$andor$limit$offset$userid )
    {
    global 
$xoopsUser$xoopsUser$xoopsConfig$xoopsDB$xoopsModule$xoopsModuleConfig;

    
$ret = array();
    
$sql "SELECT entryID, term, definition, ref, uid, datesub FROM " $xoopsDB -> prefix"wbentries" ) . " WHERE submit = 0 AND offline = 0 "
if ( 
$userid != ) {
        
$sql .= " AND uid = " .$userid"";
    }
    
// because count() returns 1 even if a supplied variable
    // is not an array, we must check if $querryarray is really an array
    
$count count$queryarray );
    if ( 
$count && is_array$queryarray ) )
        {
        
$sql .= "AND ((term LIKE '%$queryarray[0]%' OR definition OR ref LIKE '%$queryarray[0]%')";
        for ( 
$i 1$i $count$i++ )
            {
            
$sql .= $andor ";
            
$sql .= "(term LIKE '%$queryarray[$i]%' OR definition OR ref LIKE '%$queryarray[$i]%')";
            } 
        
$sql .= ") ";
        } 
    
$sql .= "ORDER BY entryID DESC";
    
$result $xoopsDB -> query$sql$limit$offset );
    
$i 0;

    while ( 
$myrow $xoopsDB -> fetchArray$result ) )
        {
        
$ret[$i]['image'] = "images/wb.png";
        
$ret[$i]['link'] = "entry.php?entryID=" $myrow['entryID'];
        
$ret[$i]['title'] = $myrow['term'];
        
$ret[$i]['time'] = $myrow['datesub'];
        
$ret[$i]['uid'] = $myrow['uid'];
        
$i++;
        } 
    return 
$ret;
    } 
?>
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



17
jimkarvo
Re: View Wordbook's submition to userpage
  • 2007/5/31 19:58

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


No one Knows???
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



18
jimkarvo
View Workbook's submition to userpage
  • 2007/5/27 15:05

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


How I have the workbook's submitions to a userpage as a forum's / news's / gallery's posts?
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



19
jimkarvo
Re: Change the search of wordbooks module
  • 2007/5/15 9:40

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


Anyone knows?
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!



20
jimkarvo
Change the search of wordbook's module
  • 2007/5/12 20:38

  • jimkarvo

  • Not too shy to talk

  • Posts: 169

  • Since: 2005/9/19


Hello!

How I can change the "search to" of wordbook?

I want to do that:

Resized Image

The default is the first option! I want to have as default the Third option! How I can do it?

Yours,
JimKarvo
www.pc4allgr.com - Greek community for PCs

PC4ALL Admins' Team!




TopTop
« 1 (2) 3 4 5 ... 16 »



Login

Who's Online

215 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 215


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