191
Mamba
Re: publisher
  • 2023/6/12 23:53

  • Mamba

  • Moderator

  • Posts: 11375

  • Since: 2004/4/23


Thanks for sharing!
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



192
Mamba
Re: paid xoops dev/consultant
  • 2023/6/12 23:51

  • Mamba

  • Moderator

  • Posts: 11375

  • Since: 2004/4/23


That depends on the module. In some cases, we could help in updating older modules, unless they are some old custom modules.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



193
Mamba
Re: Working with videos
  • 2023/6/12 23:49

  • Mamba

  • Moderator

  • Posts: 11375

  • Since: 2004/4/23


Define what do you mean by "working with videos"?

XoopsTube module displays videos.
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



194
jimmy1985
Re: how to change newbb photo width?
  • 2023/6/12 5:48

  • jimmy1985

  • Just popping in

  • Posts: 2

  • Since: 2023/6/9 4


Thanks , It's work well.



195
heyula
Re: how to change newbb photo width?
  • 2023/6/9 11:41

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


You can adjust the height with css.

Example code:

.res img {
    
floatleft;
    
border2px solid #e5e9f2;
    
width255px;
    
height190px;
    
margin-right5px;
}


or

class/textsanitizer/image/config.php

return $config = array(
    
// Click to open an image in a new window in full size using CaricaFoto
    
'clickable' => 1,
    
// Resize the image down to max_width set below
    
'resize'    => 1,
    
// Maximum width of an image displayed on page, otherwise it will be resized
    
'max_width' => 300);



196
jimmy1985
how to change newbb photo width?
  • 2023/6/9 4:37

  • jimmy1985

  • Just popping in

  • Posts: 2

  • Since: 2023/6/9 4


xoops :2.5.10
modules: newbb(4.3.4 final)

when I upload the photo , the word is too small , how do I change the photo width?

Resized Image

many Thanks



197
zivXP
Working with videos
  • 2023/6/7 10:30

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Which module can work with video? It is necessary to process the video in different formats.



198
zivXP
Re: publisher
  • 2023/6/6 18:41

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


For better use in SEO, I made a conclusion in the information <title> from the "subtitle" field

item.php line 233

/** Generating meta information for this page
* old code
$publisherMetagen = new PublisherMetagen($itemObj->getVar('title'), $itemObj->getVar('meta_keywords', 'n'), $itemObj->getVar('meta_description', 'n'), $itemObj->getCategoryPath());
$itemObj->getCategoryPath()) - delete
 */
if ($itemObj->getVar('subtitle')) {
$publisherMetagen = new PublisherMetagen($itemObj->getVar('subtitle'), $itemObj->getVar('meta_keywords''n'), $itemObj->getVar('meta_description''n'));
} else {
$publisherMetagen = new PublisherMetagen($itemObj->getVar('title'), $itemObj->getVar('meta_keywords''n'), $itemObj->getVar('meta_description''n'));
}



199
zivXP
Re: paid xoops dev/consultant
  • 2023/6/5 20:21

  • zivXP

  • Not too shy to talk

  • Posts: 113

  • Since: 2006/2/9 1


Quote:

scintnl wrote:
I would also like to hire someone to update my xoops site pacocalderon.net from version 2.3.3 to the current one.
I am not tech savvy at all.


It's easier to make a normal new website. Since all the modules used are "dead", they do not exist for new versions.



200
RUGMAZOFF
Re: paid xoops dev/consultant
  • 2023/5/27 20:54

  • RUGMAZOFF

  • Just popping in

  • Posts: 1

  • Since: 2023/5/27


Can you tell us:

* What PHP version you're server currently has installed.
* What version of XOOPS you have installed. The easiest way to find this is to go to your xoops folder and then open ./include/version.php

* Which modules "might be" installed. Without digging into the database a "close approximation" of the modules installed will be to go to the ./modules directory and look at the directory names. rugmaz




TopTop
« 1 ... 17 18 19 (20) 21 22 23 ... 29424 »



Login

Who's Online

153 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 153


more...

Donat-O-Meter

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

Latest GitHub Commits