1701
JMorris
Re: Weblog anyone?
  • 2004/7/26 14:33

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


There are currently two weblog modules available that I'm aware of. You can download them at the sourceforge repository.

Links:

http://prdownloads.sourceforge.net/xoops/xoops2-mod_weblog_v1_20_hiro_sakai.zip?download
http://prdownloads.sourceforge.net/xoops/xoops2-mod_wikimod_0.96a_zeniko.zip?download

If you're looking for any other modules, try the downloads section of this site..

Link:
https://xoops.org/modules/mydownloads/

Or the complete listing of XOOPS files on sourceforge

Link:
http://sourceforge.net/project/showfiles.php?group_id=41586



1702
JMorris
Re: add advertising banner in block
  • 2004/7/26 12:52

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Try placing your ad script in a sub directory under your XOOPS root, not your domain root, then add the php script as directed by Mithradir.

Friendly tip: If you don't know where to post something, just post it in Q and A. Never double post.

Best of Luck!



1703
JMorris
Re: Using MySQL Union
  • 2004/7/26 11:55

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


I wish I could help you, but I'm just getting started with MySQL queries. One place I look for help with general programming issues is the DevShed forums.

Link:
http://forums.devshed.com/

You might want to do a search there.

Here's about twenty pages of posts that came up by doing a quick search for union.

Link:
http://forums.devshed.com/search.php?searchid=374676

Best of luck!



1704
JMorris
Re: Changing top "header" section
  • 2004/7/25 17:55

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


First, download a stand-alone development server like XSAS or easyPHP. Get that all setup and install a fresh copy of XOOPS 2.0.7 in a directory called Beta, or whatever. Just not in the root because you may want to tinker with more than one site at a time.

Next, browse to x:\xoopsroot\themes\default and open your theme.html document in Dreamweaver in either code or split view.

The following code is your header:
<table cellspacing="0">
    <
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>
    <
tr>
      <
td id="headerbar" colspan="2">&nbsp;</td>
    </
tr>
  </
table>

Now, start tinkering. Just remember to change the logo width and height if you're going to use a different logo, otherwise it can get real ugly. Also, with each new save, you'll need to empty the templates_c directory in order to view the changes you've made.

Tinker around with the default theme for a little bit so you can get comfortable with how it's done, then install the theme you want to edit and hack away! Every theme is different and some have some pretty ugly code, but if you get the basics down first, you'll be able to spot the rest later.

Best of luck!



1705
JMorris
Re: blank page during install
  • 2004/7/25 3:39

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Check your mainfile.php and database. If all the correct settings are there, and your database has 39 tables [assuming you are using XOOPS 2.0.7], you should just be able to go to your site's url and it will be there.

I've had this happen before, but I had a error in my mainfile.php, so that's the first place I would look. Also, if you find an error, or you would like to try again from scratch, you should re-upload mainfile.php and dump the datbase.

Also, what version of XOOPS are you trying to install? Do you know what version of MySQL and PHP your server uses?

OH, you also may want to do a search on "blank page" using the search box at the top left of the screen. I seem to recall this being a common question.



1706
JMorris
Re: Text formatting problems?
  • 2004/7/25 3:26

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


The editors included with XOOPS and wfSections strip any formating from text that is pated into the editor.

With Xoops, you have four options...

HTML [You can use basic html to edit your text]
PHP [You can insert php scripts in your post]
Auto-Format (with smileys) [formats the text as typed w/ ]
Auto-Format (no-smileys) [formats the text as typed w/o ]

I cannot recall off the top of my head what the wfSections options are, but I'm pretty sure it's similar.

Additionally, with wfSections, you have the ability to upload preformatted HTML pages that will be "wrapped" by wfSections.

Word to the wise on the aforementioned... Don't get to fancy with the pre-formatted html. Just use basic elements or it will display wrong.

Hope this helped.



1707
JMorris
Re: extra links on menu
  • 2004/7/25 3:02

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Xoops for Dummies discusses a few ways of handling this. You can either edit the template set, or add a one page module for static content.

Link:
https://xoops.org/modules/news/article.php?storyid=1519

Another option is to use a module like iMenu to replace the default Main Menu built into Xoops.

Link:
http://prdownloads.sourceforge.net/xoops/xoops2-mod_imenu_v2_0_3_luinithil.zip?download




1708
JMorris
Re: Can anyone help with any of these error messages?
  • 2004/7/25 0:32

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Mithrandir,

You da man!



1709
JMorris
Re: Can anyone help with any of these error messages?
  • 2004/7/24 20:38

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


What version of XOOPS are you running?

When did this error start?

Have you tried disabling ALL modules and seeing if the errors are still there?

Could you post a link to the site?



1710
JMorris
Re: Hacking XOSC
  • 2004/7/24 20:30

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Well, it's been over a month since I started researching joining the XOOPS and xosc user tables and I've come to this conclusion.....

If it's to be done, I'm not the one to do it!

Granted, it's been quite the learning experience for me, but I just don't have the time for something this large.

Turns out the tables were just the beginning. I never stopped to consider the sessions. It would have required too many hacks on core files. Not to mention security issues.

I may take another stab at this one down the road, but for now, I'm going to stick to researching the current module and seeing what other ways I can contribute to the project.

Thanks for the info shared!




TopTop
« 1 ... 168 169 170 (171) 172 173 174 ... 178 »



Login

Who's Online

122 user(s) are online (71 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