91
rcjohnson
Re:NewBB2 - is this normal?
  • 2004/10/5 20:14

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


Quote:

Predator wrote:
This Post here will help...


Hi Pred,
I saw that, and am using the "default" XOOPS theme. I checked and that <{$xoops_module_header}> line does exsist:

<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />
<!-- 
RMVadded module header -->
<{
$xoops_module_header}>
<
script type="text/javascript">


That issue tends to occur when I "refresh" the forum page. (but not always)



92
rcjohnson
NewBB2 - is this normal?
  • 2004/10/5 19:56

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


After I refresh my page, the top of it appears as shown. Is this a feature?
Resized Image



93
rcjohnson
Re:Help! Need News module Hack.
  • 2004/10/5 15:59

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


yeah, I just looked it up. It appears that constants must be a string, integer, float or boolean value.

sorry for pointing you in the wrong direction...

so, maybe you can define the constant with a varible, and that variable is the link to the image.

I'll shut up until someone who knows what they are talking about can help ya.



94
rcjohnson
Re:Help! Need News module Hack.
  • 2004/10/5 14:09

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


Well, Im good at English, but new to xoops.

I think you should be able to do that by checking your /modules/news/language/English/admin.php file.

There are several constants that define the variable names. I think you should be able to replace the defined value with a link to an image, or maybe it would be better to declare a variable, with that declared variable being a link to the image.

for example:
instead of :
define("_AM_EDIT","Edit");


change to:

define("_AM_EDIT",'<xoops_image_url>/news/language/images/edit.gif');


Im just getting into php, but I think that might do it. Also, Im not sure that the above is the correct structure to use, but it may be close.



95
rcjohnson
Re: 7dana theme & poweredby.gif
  • 2004/10/1 15:55

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


hmmm...that explains why I had poor performance when I used the 7dna jane themes. I moved one of my sites back to XOOPS default, just because of the slow loads....



96
rcjohnson
Re: How do I insert image?
  • 2004/10/1 15:53

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


There is an "image manage" in the sys admin panel. Many of the available modules take advantage of this functionality.

There are also modules designed to display images based on certain categories, or even modules that use thier own image managers.

What exactly do you want to do with the images?




97
rcjohnson
Re: iFrames ...????
  • 2004/9/30 14:04

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


its kinda funny, that site uses a 7dana-jane theme, albeit serverly hacked, and also displays a "code of eithics" link.



98
rcjohnson
Re: How to Create a Dynamic Menu
  • 2004/9/29 15:23

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


Have you tried out "MultiMenu" yet? Also, tiny content will show main menu and sub-menues.

Which solutions were you looking at?



99
rcjohnson
Re: maybe one of you smart people can help me...?
  • 2004/9/29 14:43

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


ok, nevermind...
It appears the php tags need to nested in <body> tags.....




100
rcjohnson
maybe one of you smart people can help me...?
  • 2004/9/29 14:42

  • rcjohnson

  • Not too shy to talk

  • Posts: 187

  • Since: 2004/7/23


This isn't a big problem or anything, and its not related to xoops.....but I've taking a great intrest in php and databases since I became aware of xoops. Im hooked!

Anyhow, what I've done is created an include() that will display some links on my page. The page, view_groups.php has a form that is displaying dynamic text in its tables.

Everything is fine until I add the
include("control_panel.php"); line. (you can see it at the bottom.) After I add this line, my "form1" disappears disappears in Dreamweaver, however I do see the data that was called out in the include(). And the "form1" is visible when I few the compiled page.

This is only happening on this page, and I don't know why...ya'll have any ideas?
<?php require_once('Connections/servicetest.php'); ?>
<?php
mysql_select_db
($database_servicetest$servicetest);
$query_view_grops "SELECT * FROM groups";
$view_grops mysql_query($query_view_grops$servicetest) or die(mysql_error());
$row_view_grops mysql_fetch_assoc($view_grops);
$totalRows_view_grops mysql_num_rows($view_grops);
?>
<form name="form1" method="post" action="">
<table width="50%" border="1" cellspacing="5" cellpadding="0">
  <tr>
    <td>Group ID</td>
    <td>Group Name</td>
  </tr>
  <?php do { ?>
  <tr>
      <td><?php echo $row_view_grops['group_id']; ?></td>
      <td><?php echo $row_view_grops['group_name']; ?></td>
  </tr>
  <?php } while ($row_view_grops mysql_fetch_assoc($view_grops)); ?>
</table>
</form>
<?php
mysql_free_result
($view_grops);
?>
<p><?php include("control_panel.php"); ?>




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 17 »



Login

Who's Online

206 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 206


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