91
shaxs
Re: how to easily add pictures to an article for the html impaired
  • 2004/6/7 23:15

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


soubnds good, but I need something that is integrated into xoops. Does nothing like that above exsist for xoops?



92
shaxs
how to easily add pictures to an article for the html impaired
  • 2004/6/7 22:31

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


Is there an easy way to add pictures to an article for the html imparied? Im developing a site for a church and looking for an AMS that can be easily used by the pastor or secretary. Is there an easy way to add pictures to the article via upload button or something? Im looking at wfsections v2 right now but I odnt see how you can do it with that. Anyone have any suggestions?



93
shaxs
Re: Free month of hosting for xoops forum members at Surpass Hosting
  • 2004/6/7 6:06

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


holy crap!! Those are some big plans! Could I resell space if I get one of your plans? I am a web developer and that would be sweet



94
shaxs
Re: adding top and bottom graphics to main menu block by editing block template?
  • 2004/6/7 5:46

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


Wow, I just found the themes section and there are tons! WOW!



95
shaxs
Re: any churches using xoop to power their website?
  • 2004/6/7 0:23

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


Thats the goal here. To have non-html knowing people edit and update everythign themsleves. Nice page, good to see some Japanese fellow believers :)



96
shaxs
Re: adding top and bottom graphics to main menu block by editing block template?
  • 2004/6/7 0:14

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


Okay, I want the XOOPS community to know that I am a collosal moron and should never be listened to again (okay maybe not, but I am stupid). I use Firefox to view everything and I was editing and i wasnt editing stylenn.css. So yes me = moron. I did have to delete background-repeat: no-repeat; background-attachment: fixed; to get the picture to show up.

Now lets say in the .blocktitle I wanted two images to show up with a colored background between them like at gooberhead.net. She has two corner peices and a colored background between the two. So lets see me do soem asci art ahha: D = Picture C =colored background

|=========================|
|D CCCCCCCCCCCCCCCCCCCCCC D|
|=========================|



97
shaxs
Re: adding top and bottom graphics to main menu block by editing block template?
  • 2004/6/7 0:00

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


okay, Im getting a tad bit frustrated... so heres the code from the page:
==========================================

<td class="blockTitle">&nbsp;Main Menu</td>
</tr>

<tr>
<td class="blockContent"><table cellspacing="0">
<tr>
<td id="mainmenu">
<a class="menuTop" href="http://localhost/shaxs/xoop/">Home</a>
<!-- start module menu loop -->
<a class="menuMain" href="http://localhost/shaxs/xoop/modules/sections/">Sections</a>
<a class="menuMain" href="http://localhost/shaxs/xoop/modules/phpcollab/">PhpCollab</a>

<a class="menuMain" href="http://localhost/shaxs/xoop/modules/wfsection/">wfsection</a>
<a class="menuMain" href="http://localhost/shaxs/xoop/modules/formulaire/">Form</a>
<a class="menuMain" href="http://localhost/shaxs/xoop/modules/wfchannel/">WF-Channel</a>
<a class="menuMain" href="http://localhost/shaxs/xoop/modules/xoopsmembers/">Members</a>
<a class="menuMain" href="http://localhost/shaxs/xoop/modules/news/">News</a>
<a class="menuMain" href="http://localhost/shaxs/xoop/modules/agendax/">Agenda-X</a>

<!-- end module menu loop -->
</td>

===============================================
So, I am assuming I need to change the class in the css file that the bolded part refers to, so blocktitle. Correct? I found this in my css:

.blockTitle {background-color: #E2DBD3; color: #666600; padding: 2px; font-weight: bold}

Now is that the proper code I need to edit? I tried to enter it, but it didnt work. I had it like this:

.blockTitle {background-image: url(tdmainbg.gif); background-repeat: no-repeat; background-attachment: fixed; color: #666600; padding: 2px; font-weight: bold}

That didnt work. So I tried changing it to url(/images/tdmainbg.gif) and url(images/tdmainbg.gif) since the image is in a sub directory called images. Here is the hiearchry or my files:

style.css
stylemac.scc
stylenn.css
Folder images
--- tgmainbg.gif in this folder

What the heck am I doing wrong?



98
shaxs
Re: adding top and bottom graphics to main menu block by editing block template?
  • 2004/6/6 21:24

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


no one can help me out here?



99
shaxs
Re: tabmod is frustrating me, quick help?!
  • 2004/6/6 10:41

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


you rock thank you! Any chance you can help me with this problem:

https://xoops.org/modules/newbb/viewtopic.php?forum=5&topic_id=20695



100
shaxs
tabmod is frustrating me, quick help?!
  • 2004/6/6 8:15

  • shaxs

  • Not too shy to talk

  • Posts: 116

  • Since: 2004/6/1 2


Okay, I installed tabmod and the theme yadda yadda. I create my home tab per the instructions. Now, when I try to add another tab, it won't work! I have wfchannel installed and a section called "Who We Are" which the link is:
http://localhost/shaxs/xoop/modules/wfchannel/index.php?pagenum=2

Okay, so I go to create a tab and here are the values I use:

tab name: Who We Are
parent: root_path
link: modules/wfchannel
condition: $dirname=="wfchannel" && $_GET[pagenum]==2

well, now the tab just shows this:http://localhost/shaxs/xoop/modules/wfchannel

Its not adding the page numer to then end.

Okay, thats problem number one. Lets say I wanted to use wfsection instead of wfchannels? Is this doable? Lets say I have this:http://localhost/shaxs/xoop/modules/wfsection/index.php?category=1

What would the condition be to get this to work?

third: After I add a tab and I want to edit it, I can, but it does not save the changes. Does anyone else have that problem?

Fourth and off topic: I have IIS installed running on win2k. I also have mysql, php, ect. When I point my browser tohttp://localhost/shaxs/xoop/, it gives me a directory and then I have to click on index.php. How can I set this up so that it defaults reads the php file like a .html file?




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



Login

Who's Online

219 user(s) are online (142 user(s) are browsing Support Forums)


Members: 0


Guests: 219


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