2951
ghia
Re: Profile module: Problems with date fields
  • 2009/4/13 22:37

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I think this corrects point 1.



2952
ghia
Re: dokuwiki
  • 2009/4/13 22:30

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It seems the program combines css files from /lib/styles/, so, in one of them must be the style element to correct.
Look into the css files present in the folders and subfolders of the module.



2953
ghia
Re: realestate module
  • 2009/4/13 22:27

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


There are no download links available, but some people will have a copy.



2954
ghia
Re: WYSIWYG editors won't load
  • 2009/4/13 12:18

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


To activate editors in NewBB, alter in /xoops_data/caches/xoops_cache/xoops_editorlist.php the nohtml parameter from NULL to 1 for the required editors. They will be available in the dropdown for editor selection when editing a forum post. I assume News will benefit from it also (check default editor in preferences).



2955
ghia
Re: dokuwiki
  • 2009/4/13 12:14

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Replace #ffffff with the wanted colour.



2956
ghia
Re: How do I modify the 2.3 default theme pick up my own css style sheet
  • 2009/4/13 10:18

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


And you can enter it also by editing /themes/default/theme.html



2957
ghia
Re: here we are: switching themes from selectable themes with a link ...
  • 2009/4/13 10:14

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Have the users (login needed!) permission to change their theme in their profile and is the linked theme in the list of allowed themes from the system preferences?



2958
ghia
Re: redirect issue
  • 2009/4/13 10:05

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


manjula, welcome on the XOOPS forum!

What version of XOOPS do you have?
What operation and which module (version?), URL gives the problem?



2959
ghia
Re: dokuwiki
  • 2009/4/13 10:01

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Background of div#wrapper in /modules/dokuwiki/lib/exe/css.php?t=arctic-xoops



2960
ghia
Slow outbox
  • 2009/4/13 1:04

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I have been wondered why outbox of Private Messages seems so slow in comparaison to inbox. Now I stumbled on this SQL definition and I think to know why.
CREATE TABLE priv_msgs (
  
msg_id mediumint(8unsigned NOT NULL auto_increment,
  
msg_image varchar(100) default NULL,
  
subject varchar(255NOT NULL default '',
  
from_userid mediumint(8unsigned NOT NULL default '0',
  
to_userid mediumint(8unsigned NOT NULL default '0',
  
msg_time int(10unsigned NOT NULL default '0',
  
msg_text text,
  
read_msg tinyint(1unsigned NOT NULL default '0',
  
PRIMARY KEY  (msg_id),
  
KEY to_userid (to_userid),
  
KEY touseridreadmsg (to_userid,read_msg),
  
KEY msgidfromuserid (msg_id,from_userid)
TYPE=MyISAM;
I believe the last key should be the other way round:
KEY msgidfromuserid (from_userid,msg_id)




TopTop
« 1 ... 293 294 295 (296) 297 298 299 ... 461 »



Login

Who's Online

138 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 138


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