111
highlander
Re: Topics-Variable for news_block_new.html
  • 2005/5/5 10:45

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Hi Martin,

try switching on Smarty-debug. It will then list all variables the core is outputting for a certain page.

Good Luck, Highlander



112
highlander
how to copy a block
  • 2005/4/20 21:12

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Hi,

I was just wondering what would be the best way to go about copying a block.
Copying a custom block is easy; copy the content - create a new block - paste content.

But who would I go about copying a block from a module ?
Can it only be done through PhpMyAdmin ? And if so what would I need to duplicate ?

Kind regards,

Highlander



113
highlander
Re: e-Learning Portal
  • 2005/4/17 19:42

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Hi johnlow,

Like yourself I have been looking for a portal system and found myself trying to find the right one.

I have tried most of the ones in your list. However after finding XOOPS (and the ease & power that comes with it) I have stopped searching.

I fiend XOOPS easy for the new user and very powerful as you become more expirienced in using it.



114
highlander
Re: News 1.3 sql error
  • 2005/4/17 19:24

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Updating the News module has fixed this issue ** Hurrah **, however I am still curious how this error was created.

Any thoughts ??

Greetings Highlander



115
highlander
News 1.3 sql error
  • 2005/4/17 19:10

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Hi all,

News 1.3 is giving me the following error :

SELECT s.*, t.topic_frontpage FROM xoops_stories s, xoops_topics t WHERE (published > 0 AND published <= 1113761809) AND (expired = 0 OR expired > 1113761809) AND (s.topicid=t.topic_id) AND topicid IN (1,,,,,,) ORDER BY s.published DESC LIMIT 0, 10
Error number: 1064
Error message: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ',,,,) ORDER BY s.published DESC LIMIT 0, 10' at line

I can understand that MySQL doesn't like the IN (1,,,,,,) part of the query above. I am however not sure why I am getting this error. As far as I know nothing has changed on the site (execpt for content) and none of the topicid's start with 1.
Also I cannot find any stories in the database without a topicid as the error above might suggest.

Any thoughts on this error are more than welcome !

greetings Highlander



116
highlander
Re: PHPNuke to Xoops Conversion
  • 2005/4/7 14:18

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


I don't think you can really use PhpMyAdmin for the conversion. A conversion requeries the translation of usernames into usernumbers; search/replace code for the forums, changing datetime fields etc. etc. etc.

I am writng conversion script(s) from MyphpNuke to XOOPS and have found it easier to write one script per table to convert. The scripts output SQL which gets pasted into PhpMyAdmin

greetings Highlander



117
highlander
Re: how can i use this php code in a block
  • 2005/3/27 20:29

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Quote:

kesikkafa wrote:
any idea?

i try this
<a href="$urlPath/viewtopic.php?topic=$row[topic_id]&forum=$row[forum_id]target="_blank">"
.
but gives eror


you haven't escaped the quotes here :

try :
<a href="$urlPath/viewtopic.php?topic=$row[topic_id]&forum=$row[forum_id]target="_blank">"


greetings Highlander



118
highlander
Re: Porting Over a Complete Website
  • 2005/3/10 21:56

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Hi Arowana,

Not sure about php-nuke but porting is hard work.

I am working o a conversion scipt (scripts actually) to do a complete conversion from a heavily hacked MyPhpNuke (different) with a lot of content.

Using Google you can however find a good conversion script for postNuke -> Xoops.

I am not sure how different phpNuke is to Postnuke in structure and function so you might need some php skills to get the conversion just right.

It can be done though and your users will love you for it !

I believe that active content is the number one reason many people stay with theri current portal system.
If XOOPS had conversions-scripts for the more populair portals that would probably get a lot of users to XOOPS

greetings Highlander



119
highlander
Re: Need help finding code in css
  • 2005/3/5 10:17

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Hi Qwik420,

The defenition seems to be in the source of your page so you may not find it in a css file at all !

try searching your site-files for #E6E6E6

Good luck !

<edit>Just noticed you use WF-section here. I have never used that module myself but many others have. It is possible that the defenitions for colours and backgrounds and the like are in the admin area.</edit>



120
highlander
Re: make a custom block accessible to anonymous
  • 2005/2/15 8:32

  • highlander

  • Not too shy to talk

  • Posts: 151

  • Since: 2004/12/5


Edit the group anonymous users (admin->groups) and check the box(es) for your new block(s)

greetings Highlander




TopTop
« 1 ... 9 10 11 (12) 13 14 »



Login

Who's Online

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


Members: 0


Guests: 163


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