691
JackJ
Re: IMAGO THEMES? Anyone have them?
  • 2003/10/6 23:01

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Some Here I believe. If you type "imago theme" in the search box you may get some other answers..someone asked this recently



692
JackJ
Re: System Admin icon don't appears at administration menu
  • 2003/10/6 22:56

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


You need the path to groups though, which you can't access easily without system admin

log in as admin, and then type this in your browser

http://www.yoursite.com/modules/system/admin.php?fct=groups

Then go to webmasters group and give yourself system admin rights by putting a checkmark in the boxes. This sometimes happens by clicking "update" in the webmasters group--without checkmarks in the system admin boxes



693
JackJ
Re: Which forum module do you reckon?
  • 2003/10/1 16:38

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Rayzor

Koudanshi has recently completed an upgrade compatible with 2.04, it works seemlessly with XOOPS on my system anyway. No two logins, or any other problems at all. In fact he has an extra file which brings IPB into a 100% view bypassing blocks settings.

Koudanshi

I am building a site using the 4image patch by Koudanshi as well. I appreciate the reasons many people prefer the core newbb, but I wanted to inform those who are interested in IPB, that the upgrade is available and working fine..

regards



694
JackJ
Re: Bad formatting issue
  • 2003/9/30 0:47

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Yes I had the same problem with XOOPS default, the x2t theme does not have this you can put any size of topic image in without having to do hard returns to fill the overlap.

What is your default template for the theme? it is your default template which is controlling the look of the news module

In XOOPS default template the code for "news_item.html" --which is the news items of front page looks like this:

<div class="item">
<div class="itemHead"><span class="itemTitle"><{$story.title}></span></div>
<div class="itemInfo">
<span class="itemPoster"><{$lang_postedby}> <{$story.poster}></span> <span class="itemPostDate"><{$lang_on}> <{$story.posttime}></span> (<span class="itemStats"><{$story.hits}> <{$lang_reads}></span>)
</div>
<div class="itemBody">
<{$story.imglink}>
<p class="itemText"><{$story.text}></p>
</div>
<div class="itemFoot">
<span class="itemAdminLink"><{$story.adminlink}></span> <span class="itemPermaLink"><{$story.morelink}></span>
</div>
</div>

END

In x2t the "news_item.html" looks like this:

<table width="100%" border="0" cellpadding="0" cellspacing="5" align="center">
<tr>
<td width="100%" valign="top" class="newsTitle" colspan="2"><img src="<{$xoops_imageurl}>folder.gif" align="middle" alt="" /> <b><{$story.title}></b></td>
</tr>
<tr>
<td width="100%" colspan="2" class="newsPoster"> <{$lang_postedby}> <{$story.poster}> <span class="textPoster"><{$lang_on}> <{$story.posttime}> (<{$story.hits}> <{$lang_reads}>)</span></td>
</tr>
<tr>
<{if $story.align == "left" }>
<td width="17%" valign="top" class="newsMisc">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" valign="top" align="center">
<{$story.imglink}></td>
<tr>
<td width="100%" valign="top" align="center" style="padding: 3px;">
<a href="print.php?storyid=<{$story.id}>" target="_blank"><img src="images/print.gif" alt="<{$lang_printerpage}>" /></a>
<a target="_top" href="<{$story.mail_link}>"><img src="images/friend.gif" alt="<{$lang_sendstory}>" /></a>
</td></tr></table>
</td>
<td width="83%" class="newsContent" valign="top">
<{$story.text}>
</td>
<{else}>
<td width="83%" class="newsContent" valign="top">
<{$story.text}>
</td>
<td width="17%" valign="top" class="newsMisc">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" valign="top" align="center">
<{$story.imglink}></td>
</tr>
<tr>
<td width="100%" valign="top" align="center" style="padding: 3px;">
<a href="print.php?storyid=<{$story.id}>" target="_BLANK"><img src="images/print.gif" alt="<{$lang_printerpage}>" /></a>
<a target="_top" href="<{$story.mail_link}>"><img src="images/friend.gif" alt="<{$lang_sendstory}>" /></a>
</td></tr></table>

</td>
<{/if}>
</tr>
<tr>
<td width="100%" colspan="2" class="newsPoster" align="right"><span class="textPoster"><{$story.adminlink}> <{$story.morelink}> </span></td>
</tr>
</table>
<br />


End

The point is, you will find that whatever your default template is--will probably work with larger images with "tables" rather than "divs" (i am no expert perhaps a coder has a simpler way)

you also will need to change news_article.html which is the full article view file

there is a tutorial on the wiki about templates



695
JackJ
Re: Streaming Audio Mod
  • 2003/9/25 12:02

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


catscity

You will need to find the path to the station, when you have found it add your line to the code like this:


if ($station == capitalfm){$staradio = "www.radio-now.co.uk/l/capitalfmlo.asx";}
elseif ($station == classicgold) {$staradio = "62.25.96.7/classicgold";}
elseif ($station == powerfm) {$staradio = "streaming.capitalinteractive.co.uk/power_low";}
elseif ($station == smoothjazz) {$staradio = "smoothjazz.com/smooth.asx";}
elseif ($station == yourstationname) {$staradio = "pathtoyourstation";}


Then look for the code further down relating to options and add another line: (this will allow the station to show up as a selection

<option value=\"popup.php?station=yourstationname\">My Chinese Station</option>

the word "yourstationname" has to match in both instances

The station extension has to be compatible with MS Media Player. It will not play if you have dont have MS Media Player on your PC, or Winamp is your only player. Some radio extensions play in both Winamp and MS Media Player, so if the radio station path does not have an "asx" extension, it may still play in media player, like some of mine, trial and error really.

(Hint: A good way to find the path for a radio station is to go to radio station, tune in to the station, which lauches your default player, and then go to "properties" in media player for example, and paste the path into relevant place in the code--"asx" extensions and some others are compatible with MS Media Player. Some paths don't have asx extensions at all, but the correct path will still work ok in many instances)

Some of these winamp station links only work with the site default player, I would try and find some chinese links for you, but I am Scottish and don't know chinese..



696
JackJ
Re: Streaming Audio Mod
  • 2003/9/25 8:55

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Catscity

Yes, doing it this way it is not installed as a module

See the code I posted earlier and create a file called popup.php and paste the code in (not the custom block part)

place it in yourpath/popup.php. I have mine in my root

Then creat a custom block to call the popup something like this


<center><img border="0" src="radio.gif" width="108" height="96"></p>
<br<br>

<FORM>
<INPUT type="button" value="Popup Select" onClick="window.open('http://yourpath.com/popup.php','mywindow','width=220,height=330',scrollbars=0)">
</FORM><br>
<FORM>
<INPUT type="button" value="Radio4 Player" onClick="window.open('http://www.bbc.co.uk/radio/aod/radio4.shtml?fm')">
</FORM>
<br>
<hr>
</center>

If you don't want the radio4 part take out this:

<FORM>
<INPUT type="button" value="Radio4 Player" onClick="window.open('http://www.bbc.co.uk/radio/aod/radio4.shtml?fm')">
</FORM>

You can of course play around with the HTML to get sizes and look etc to your liking





697
JackJ
Re: Streaming Audio Mod
  • 2003/9/25 8:33

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Snow,

If you wish 100% width in XOOPS see this thread

Here

For free templates for 4images try http://www.vierstra.com/4images_templates.htm

Among others they have a theme called 4default_wide which is a 100% default theme

You also need to chmod 777 your template files, you can edit the templates in 4images admin



698
JackJ
Re: Streaming Audio Mod
  • 2003/9/25 8:13

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


edit posted twice



699
JackJ
Re: Streaming Audio Mod
  • 2003/9/25 8:13

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Snow,

My webhost has went under, kdawebservices.co.uk having a great time.

You will find a file called config.new.php. Take out the text that is in it until you are left with this:

<?php
/**************************************************************************
* *
* 4images - A Web Based Image Gallery Management System *
* ---------------------------------------------------------------- *
* *
* File: config.php *
* Copyright: (C) 2002 Jan Sorgalla *
* Email: jan@4homepages.de *
* Web:http://www.4homepages.de *
* Scriptversion: 1.7 *
* *
* Never released without support from: Nicky (http://www.nicky.net) *
* *
**************************************************************************
* *
* Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz- *
* bedingungen (Lizenz.txt) für weitere Informationen. *
* --------------------------------------------------------------- *
* This script is NOT freeware! Please read the Copyright Notice *
* (Licence.txt) for further information. *
* *
*************************************************************************/



?>


A blank config.php file in other words


rename it config.php and give it 666 chmod permissions and upload it to 4images root.

This is a common problem with install, but this sorts it

regards



700
JackJ
Re: Streaming Audio Mod
  • 2003/9/21 21:50

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Glad it helped

I will try playing about with this. I think the current window size needs made bigger, and some other settings changed from 0 to -1

4images gallery integrated into XOOPS by Koudanshi is not just a gallery, but a fairly sophisticated media; mp3; and movie; film, and you name it media streamer as well

I put one small example simple "mov" file on my site gallery in the folder called "Media".

A link to his site is is at the bottom of the gallery page

macambridge.com


For install tips if you are interested try This thread

regards




TopTop
« 1 ... 67 68 69 (70) 71 »



Login

Who's Online

268 user(s) are online (178 user(s) are browsing Support Forums)


Members: 0


Guests: 268


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