71
tripmon
Re: Theme dissapears on search result page
  • 2006/6/9 7:06

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


I haven't seen this b4, but try overwriting search.php in the root with a fresh copy (the html is in the page...) and updating the system module... also would clear cache & templates_c for good measure.



72
tripmon
Re: no link after transferring
  • 2006/5/30 14:15

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


you need to set your webserver to read .php as the default file extension (it will read index.php before any other index.* file) and disable directory browsing (both settings may vary by host)



73
tripmon
Re: User Posting Under My Account
  • 2006/5/30 14:10

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Unfortunately banning the ip may not do you much good depending on if the malicious user is using a static ip or not...

You can implement SSL for login which would help... search xoops.org for ssl for more info.. (admin/prefs/ general prefs)

There are a number of ways aside from packet-sniffing that this could happen as well depending on your configuration.

You may want to try the protector module from GIIJOE:
peak.ne.jp/xoops/

GL



74
tripmon
Re: I have a BIG Problem!
  • 2006/5/30 13:53

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


try clearing everything but index from cache and templates_c (it's going to say this is your first time in the admin section when you log in ... no worries)...

then, go to yoursite.com/user.php

see if that helps...post back if not with This info



75
tripmon
Re: is there an easier way to
  • 2006/5/24 23:17

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


you could use phpMyAdmin or a similar tool to enter data straight to the database, but that's about it... editing files will not do what you are looking for.



76
tripmon
Re: Designing with xoopssimpleform class?
  • 2006/5/24 8:02

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


XoopsThemeForm simply inherits the default theme's stylesheet(colors, font styles & sizes, etc)... you can still add images, etc. (though you may need to use a tray to do so).

You can find info on the elements at the DEV WIKI

hope that helps at least a little...



77
tripmon
Re: no link after transferring
  • 2006/5/24 7:48

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


not really sure what your site problem is can you post more detail. Maybe the server is set to serve .html files before .php files & this is resulting in the pages not displaying correctly?



78
tripmon
Re: Could we make a smarty or php(CSS), to link from anywhere; to the head?
  • 2006/5/23 0:26

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


NP xpider & tx 4 the tx...



79
tripmon
xoops_version, select_multi , and order under 2.2
  • 2006/5/19 11:23

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


I have a strange problem I'm looking for an answer to...

I'm using an options array for mxdirectory that's acting 'kinda funny' under 2.2.x

The array is a select_multi (prefs config) set up in xoops_version.php and looks like this...
$modversion['config'][24]['options'] = array('_MI_XDIR_PREMIUM_ON' => 1'_MI_XDIR_PREMIUM_UON' => 11'_MI_XDIR_PREMIUM_SLLI' => 2'_MI_XDIR_PREMIUM_SLSLI' => 3,'_MI_XDIR_PREMIUM_SLLF' => 4'_MI_XDIR_PREMIUM_CALI' => 5'_MI_XDIR_PREMIUM_CALF' => 6'_MI_XDIR_PREMIUM_LOLI' => 7'_MI_XDIR_PREMIUM_LOLF' => 8'_MI_XDIR_PREMIUM_LLSLI' => 9'_MI_XDIR_PREMIUM_LLCSLI' => 10);


Under 2.0.13.2, the option array is in the order it appears above for 5 unique config options... that is to say there are 5 select_multi boxes & all 5 of them are in the exact order that the array is above.

Great!

Strange Part... under 2.2.3, 3 of the 5 select boxes in the admin appear to randomly scramble the order of the options... I know that sounds too crazy, but it's true...

In both scenarios the name/value pairs are matched, it's just an order issue under 2.2.x.

Anyone ever heard of a similar issue, I've searched all over (China too) and am coming up mystified... any advice welcomed..

Tx



80
tripmon
Re: Could we make a smarty or php(CSS), to link from anywhere; to the head?
  • 2006/5/19 1:51

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


<!-- RMV: added module header -->
Is just a comment... there to let you know that the code directly below the comment is being passed from the $xoops_module_header value (which is assigned to (not necessarily defined in) the active .html template that you are viewing).

To better understand, open header.php from cbb, you will see $xoops_module_header getting populated (or for the sake of this discussion...defined).

open (still cbb) index.php... you can see $xoops_module_header being assigned to the template here.

As long as you are not using module wide cache, at this point (with $xoops_module_header assigned from a php page to a .html (or smarty) template) whatever is assigned to $xoops_module_header will show up in the(compiled) page header.

Open your theme.html file from your active theme and you will see...
<!-- RMV: added module header -->

somewhere between the line above and </head> will be:
<{$xoops_module_header}>

This is there so to facilitate what I described in my earlier post and above(module specific css... more specifically passing header information from a module page to be wrapped in the header by theme.html). Some very old themes will not have this code... they will also not pass module header information (unless you add above code in the head section).

Hope that shines some light




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



Login

Who's Online

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


Members: 0


Guests: 134


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