293051
AndyB
Re: remembering logins?
  • 2003/5/25 8:33

  • AndyB

  • Just popping in

  • Posts: 13

  • Since: 2003/2/19


Could XOOPS developers respond in that thread about the chances of that being included in 2.0.3? It is really an important issue!



293052
netwize
Re: Minetype errors
  • 2003/5/25 6:57

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


Upload by what mean?

uploader mod or ftp?




293053
valone
Minetype errors
  • 2003/5/25 6:39

  • valone

  • Just popping in

  • Posts: 8

  • Since: 2003/5/23


When I try to upload a new template file I get this error, I've confirmed that it's full HTML the template. Why is it saying it's text?

Quote:

Media Upload Errors
MIME type not allowed: text/plain





293054
hsalazar
Re: Some pointers on how to build a theme
  • 2003/5/23 1:50

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


1. More than the "<foreach>", you need to pay close attention to the "<if>", because they decide what parts of the HTML are omitted when generating the pages.

2. The design of the page isn't as straightforward as you think. First you have a general table with narrow columns on the sides: these are de left column, the main column (the widest), and the right column (which should be optional, enclosed in an "<if>" declaration: "<{if $xoops_showrblock == 1}>...<{/if}>").

3. Then you tackle the main column. There you have three possibilities: 1) the main content area, displayed using this variable: "<{$xoops_contents}>"; 2) the half-width columns (center-left and center-right), and 3) the full-width column (center-center).

As long as you take care of opening and closing correctly the "if" declarations as well as the "foreach" declarations, you should have no problem.

Happy Xoopsing!



293055
brewmeister
Re: Problems dislpayin html with freecontent, tiny content, et all

Thanks for the reply. The problem is not with displaying the /content/dvd/index.html file. It will open and display fine. However, there are links to thumbnail images stored in the directory structure as /content/dvd/images/xxx.jpg. All of these links are broken because the index.html file is looking for the files like this "images/xxx.jpg" If I edit the path to be "content/dvd/images/xxx.jpg" it will work. However this is cumbersome and time consuming. I want to be able to export it and be done. Is there a way to pull up a file and make it keep it's location in the heirarchy for links and other items. It keeps throwing me back to the "freecontent/" directory.

If you get a chance try it on a couple of files. create a folder called "test" in the content folder of the mod. Create another directory below that one called "images". Create an html doc in the "test" folder and link it to an image in the "test/images/" folder. Don't hard code the link just ling it like "images/test.jpg" You should see what I'm talking about with the broken link



293056
setaside
Re: Friendfinder 3.1 problem
  • 2003/5/22 6:46

  • setaside

  • Just popping in

  • Posts: 28

  • Since: 2002/9/24


i discovered that if you have any wierd characters in ANY of the fields (like ' or ") it won't add your profile although it says it does.

however, now that i have successfully added a profile, when i go to look at profiles after searching for them, the view.php page is blank.



293057
netwize
Re: Problems dislpayin html with freecontent, tiny content, et all
  • 2003/5/22 4:56

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


i used freecontent. no programming or editing

you can have all your files in /content/dvd/ directory.

all links are done with /modules/freecontent/index.php?id # and never show the directory.

the files can be anywhere on the site.. it wont matter.
it will display /index.php?id=1,2,3 etc ...



293058
brewmeister
Problems dislpayin html with freecontent, tiny content, et all

I am having difficulty getting an html page to display properly in any of the "content" modules. And I have tried all that I have seen (freecontent,tiny content, c-jay, etc...). My problem is not displaying the page itself, that works. The problem is that the main page links to graphic and html files that are in a subdirectory. I have a utility that exports a list of all of my DVD titles(Moviecollector) It creates a structure like below

/dvd (root where index.html is)
/dvd/images (contains thumbnail images)
/dvd/details (contails more html files)

What I would like to do is export this and not have to do any modification to the output and the "content" module could give it the "Xoops" feel. But instead the links to details and thumbnails are broken because it is looking for them at the <modulename>/content/ level instead of at the <modulename>/content/dvd level. I can fix by editing the html output but, does anyone know how to keep the directory focus at the <modulename>/content/dvd level and not fall back to the root of the content folder???

Any help would be appreciated.



293059
_masi
Re: Smarty version that XOOPS uses
  • 2003/5/21 21:25

  • _masi

  • Just popping in

  • Posts: 19

  • Since: 2003/3/28


Moving them should be fairly easy. I guess it's more or less creating a new dir with the XOOPS Smarty plugins and registering them in the XoopsTpl constructor.

Doing this would also to allow one central installation of Smarty shared by many apps at a site.

I'll investigate this matter.



293060
onokazu
Re: Smarty version that XOOPS uses
  • 2003/5/21 16:24

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


Yes, only some files in the plugins directory are the ones that we added. It may be better to move those files out of that directory though, so we can just replace the Smarty directory when it is updated.







Login

Who's Online

167 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 167


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