31
Beejay
Re: Headlines edit
  • 2005/3/11 23:08

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


Hi,

To set your own headlines you have to add your backend.php to the list. Once you do that then whatever you post in the news module you will have will come up there. Hope this is what you are looking for



32
Beejay
Re: Headlines prob...
  • 2005/3/11 12:00

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


Hi, just go to the system prefs. and select Headlines as your default module for the start page



33
Beejay
Re: Request knife theme
  • 2005/3/10 10:38

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


I might be interested in this. Can you post a pic of what you want it to look like so we can see how hard it would be



34
Beejay
Re: web site doesnt load up....Help....
  • 2005/3/10 10:31

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


Have a look at the faq.

Also did you just update a theme or install any hacks/modules?



35
Beejay
Re: What are my inbox options?
  • 2005/3/7 7:15

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


You could use this code in a php block. It shows if a user has a new pm:

global $xoopsUser;
if( 
$xoopsUser )
{
  
$pm_handler =& xoops_gethandler('privmessage');
  
$criteria = new CriteriaCompo(new Criteria('read_msg'0));
  
$criteria->add(new Criteria('to_userid'$xoopsUser->getVar('uid')));
  
$pm $pm_handler->getCount($criteria);
}

if( 
$pm )
{
  echo 
"<a href="/xoop/html/viewpmsg.php" title="Read your new Private Messages">Private Messages($pm)</a>n";
}
else
{
  echo 
"No new Private Messagesn";



36
Beejay
Re: Resize Logo from 150 x 80?
  • 2005/3/6 8:37

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


Glad you got it working



37
Beejay
Re: Resize Logo from 150 x 80?
  • 2005/3/5 4:48

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


Maybe you should re-check everything again.

Ok download your default folder from your site into a folder. Open theme.html again and check:

<tr id="header">

      <
td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="150" height="80" alt="" /></a></td>

      <
td id="headerbanner"><{$xoops_banner}></td>

    </
tr>


is

<tr id="header">

      <
td id="headerlogo"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="900" height="115" alt="" /></a></td>

      <
td id="headerbanner"><{$xoops_banner}></td>

    </
tr>


Be sure to re-upload this.

Upload your new image with the name logo.gif into the default folder.

Then do what bassman said: Update module template .html in Prefs. Refresh your site and should happen.

Even clearing your own cache on your computer also sometimes helps me.

Also sometimes I upload stuff to the wrong themes folder. So be sure its the default folder. Good luck



38
Beejay
Re: help adding image to custom block...
  • 2005/3/5 4:35

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


Was to slow. Sorry



39
Beejay
Re: help adding image to custom block...
  • 2005/3/5 4:34

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


Try this. Just change image.jpg to the image you want there. Don't put the "'s in or it won't work:

global $xoopsUser;
if( 
$xoopsUser )
{
  
$pm_handler =& xoops_gethandler('privmessage');
  
$criteria = new CriteriaCompo(new Criteria('read_msg'0));
  
$criteria->add(new Criteria('to_userid'$xoopsUser->getVar('uid')));
  
$pm $pm_handler->getCount($criteria);
}

if( 
$pm )
{
  echo 
"<a href="/xoop/html/viewpmsg.php" title="Read your new Private Messages"><img src=image.jpg></a>n";
}
else
{
  echo 
"No new Private Messagesn";
}



40
Beejay
Re: Website traffic
  • 2005/3/5 3:45

  • Beejay

  • Quite a regular

  • Posts: 232

  • Since: 2004/6/5 2


The best way is to exchange links. My site will if you want, we have a pr5.

BTW thats a great theme on your site, well done




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



Login

Who's Online

122 user(s) are online (84 user(s) are browsing Support Forums)


Members: 0


Guests: 122


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