6261
Cifug
Form Button
  • 2014/12/10 10:29

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


I have xoops 2.5.7 and using xbootstrap theme.

I would like to change the standard form buttons like the submit button on the contact page and the row of buttons at the top of the user profile page.

I can't seem to find where to change the look of these buttons. Can someone please point me in the right direction?

Cheers,
Marty



6262
cerbero
Re: X-Forum 5.84 - Extensible Forum With Extras for XOOPS
  • 2014/12/10 8:36

  • cerbero

  • Not too shy to talk

  • Posts: 191

  • Since: 2003/9/11


could be more explicit please?



6263
wishcraft
Signed 1.14 is ready for testing for first release!

Self Signed 1.14 -- is a psuedo-scientific and psuedo-legal correct method of signing documents online... I have extensively tested this and in 3 minor version this seem to be the right one for this release in series 1.1.

You can download it from:~ Digital Signatures

You can see this module operating on:--


I have started planning version 2.xx which will include all the file resources being encrypted in the RAW File stores.. The database which is designed to be minimal as the signature data is stored in flat files will probably not expand much out of the following:~


CREATE TABLE `signed_signatures` (
  `
signid`      mediumint(16unsigned  NOT NULL auto_increment,
  `
state`       enum('active''inactive''progress''expired'NOT NULL default 'progress',
  `
type`          varchar(128)            NOT NULL default '',
  `
serial`        varchar(42)             NOT NULL default '',
  `
bytes`         int(24unsigned        NOT NULL default '0',
  `
entity`      varchar(255)            NOT NULL default '',
  `
name`          varchar(255)            NOT NULL default '',
  `
file`          varchar(255)            NOT NULL default '',
  `
path`          varchar(255)            NOT NULL default '',
  `
method`       enum('json''serial''xml'NOT NULL default 'json',
  `
saltid`       mediumint(19unsigned  NOT NULL default '0',
  `
expires`       int(13unsigned         NOT NULL default '0',
  `
expired`       int(13unsigned         NOT NULL default '0',
  `
saved`         int(13unsigned         NOT NULL default '0',
  `
issued`         int(13unsigned         NOT NULL default '0',
  `
used`       int(13unsigned         NOT NULL default '0',
  `
flagged`       int(13unsigned         NOT NULL default '0',
  `
group`        varchar(42)             NOT NULL default '',
  `
uid`       int(13unsigned         NOT NULL default '0',
  `
zoneid`       mediumint(19unsigned  NOT NULL default '0',
  
PRIMARY KEY  (`signid`),
  
KEY `hash` (`state`, `type`(19), `entity`(9), `name`(9), `group`(13), `signid`),
  
KEY `meters` (`expires`, `expired`, `saved`, `issued`, `used`, `flagged`, `uid`, `method`, `saltid`, `zoneid`, `signid`),
ENGINE=INNODB;

CREATE TABLE `signed_events` (
  `
eventid`            mediumint(19unsigned  NOT NULL auto_increment,
  `
system`          varchar(128)            NOT NULL default '',
  `
type`              varchar(128)            NOT NULL default '',
  `
comment`            text,
  `
key`            varchar(42)             NOT NULL default '',
  `
uid`           int(13unsigned         NOT NULL default '0',
  `
begun`           int(26,17unsigned        NOT NULL default '0',
  `
finish`           int(26,17unsigned        NOT NULL default '0',
  `
took`           int(26,17unsigned        NOT NULL default '0',
  `
group`            varchar(42)             NOT NULL default '',
  `
uid`             int(13unsigned        NOT NULL default '0',
  `
began`           int(13unsigned         NOT NULL default '0',
  `
micro`             int(13unsigned         NOT NULL default '0',
  `
log_storage`       enum('json''serial''xml'NOT NULL default 'json',
  `
log_path`          varchar(255)            NOT NULL default '',
  `
log_file`          varchar(255)            NOT NULL default '',
  `
log_saltid`       mediumint(19unsigned  NOT NULL default '0',
  `
zoneid`           mediumint(19unsigned  NOT NULL default '0',
  
PRIMARY KEY  (`eventid`),
  
KEY `hash` (`key`(13), `group`(13), `type`(11), `system`(9), `eventid`),
  
KEY `meters` (`uid`, `begun`, `finish`, `took`, `zoneid`, `eventid`),
ENGINE=INNODB;

CREATE TABLE `signed_event_links` (
  `
linkid`            mediumint(33unsigned  NOT NULL auto_increment,
  `
group`            varchar(42)             NOT NULL default '',
  `
when`             int(13unsigned        NOT NULL default '0',
  `
signid`          mediumint(12unsigned  NOT NULL default '0',
  `
eventid`            mediumint(19unsigned  NOT NULL default '0',
  `
zoneid`           mediumint(19unsigned  NOT NULL default '0',
  
PRIMARY KEY  (`linkid`),
  
KEY `hash` (`when`, `key`(13), `group`(13), `signid`(11), `eventid`, `linkid`),
ENGINE=INNODB;

## Table for secondary copy of file salts for security
CREATE TABLE `signed_salts` (
  `
saltid`            mediumint(19unsigned  NOT NULL auto_increment,
  `
type`              varchar(128)            NOT NULL default '',
  `
algorithm`       varchar(128)            NOT NULL default 'AES',
  `
filename`          varchar(255)            NOT NULL default '',
  `
path`              varchar(255)            NOT NULL default '',
  `
method`           enum('json''serial''xml'NOT NULL default 'json',
  `
salt`           tinytext,
  `
refeshed`           int(26,17unsigned        NOT NULL default '0',
  `
zoneid`           mediumint(19unsigned  NOT NULL default '0',
  
PRIMARY KEY  (`saltid`),
  
KEY `hash` (`type`(13), `algorithm`(13), `filename`(11), `path`(9), `saltid`),
  
KEY `meters` (`method`, `refeshed`, `zoneid`, `saltid`),
ENGINE=INNODB;

## Table for Date Zoning and Chronologicist!
CREATE TABLE `signed_zones` (
  `
zoneid`            mediumint(19unsigned  NOT NULL auto_increment,
  `
zone`              varchar(128)            NOT NULL default 'Australia/Sydney',
  `
metrix`           int(18)                NOT NULL default '0',
  
PRIMARY KEY  (`zoneid`),
  
KEY `xonier` (`zone`(13), `metrix`(13), `zoneid`),
ENGINE=INNODB;


I will be using my storage.php class and modifying the IO class so it crypts and decrypts on the fly, this will when you upgrade it encrypt all your datastores and backup the keys in the database..

The class I am talking about is this one:~ io.php + RadiooCrypt.php both of these are part of another new module for people to have streaming playlists and radios on there portal, this is called Radioo the module, next one when this one is finished, then the chat rooms xAlky.

Thanks

Simon/Alesha



6264
Mamba
Re: How to regain deleted iphone videos
  • 2014/12/8 13:43

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I am afraid, this is not related to XOOPS. I suggest to google for an answer...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



6265
Marryly
How to regain deleted iphone videos
  • 2014/12/8 9:41

  • Marryly

  • Just popping in

  • Posts: 1

  • Since: 2014/6/3 2


How to regain deleted iphone videos?



6266
Mamba
Re: edit HTML editor
  • 2014/12/5 19:00

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


I am not sure, I understand what you're trying to accomplish, or what is the issue? For example, we are using this setting in this article, and the YouTube video works just fine. When we click on the YouTube button, it generates this code:
[youtube=425,350]http://www.youtube.com/watch?v=wSeyrKk5rHI[/youtube]
and XOOPS generates this HTML code:
<object width='425' height='350'><param name='movie' value='http://www.youtube.com/v/wSeyrKk5rHI'>param><param name='wmode' value='transparent'>param><embed src='http://www.youtube.com/v/wSeyrKk5rHI' type='application/x-shockwave-flash' wmode='transparent' width='425' height='350'>embed>object>
The YouTube button is defined in /class/textsanitizer/youtube, but if you make changes there, they will be overwritten by next XOOPS update that you install, and you would have to customize it again.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



6267
ahmad_nor0
Re: eXtGallery not to display images on the site
  • 2014/12/5 15:15

  • ahmad_nor0

  • Just popping in

  • Posts: 13

  • Since: 2011/6/5 8


Thank you very much.
The problem was, and the pictures appeared solution
But do I have to rectify the mistakes, or is it the rest of the piece in Amcklh
Thank you for all you're worth Thanksgiving ...


Quote:

Mamba wrote:
2) However, this still didn't fix the issue, because there seems to be some conflict between your server setup and the .htaccess file. Once I've renamed the file to something else, the images seem to be working fine now.





6268
MikeShane
Re: edit HTML editor
  • 2014/12/5 15:11

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


this is what happens when using the you tube button (above)


[/youtube]



6269
MikeShane
edit HTML editor
  • 2014/12/5 14:48

  • MikeShane

  • Community Support Member

  • Posts: 144

  • Since: 2008/1/5 2


Where can I edit the HTDML editor using
XOOPS Version XOOPS 2.5.7
PHP Version 5.5.19
mySQL Version 5.5.40-36.1


Using the editor for youtube or flash I need to know how to change the [ and ] to < and > this does not work
When using editor the code it puts out is example: I have the [ and ] replaced with * or if will be unseen
*youtube=425,350**/youtube*



6270
Mamba
Re: error publisher block timthumb
  • 2014/12/5 13:45

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Quote:
If it is possible, avoid the use of timthumb: TimThumb is No Longer Supported or Maintained

Yes, we're in process of replacing it with Zebra_Image.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs




TopTop
« 1 ... 624 625 626 (627) 628 629 630 ... 29425 »



Login

Who's Online

835 user(s) are online (281 user(s) are browsing Support Forums)


Members: 0


Guests: 835


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits