101
Tarik
Re: How Do I Reset Banner ID back to 1
  • 2011/1/4 23:35

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


you must change it from database
- just go at phpmyadmin -> your database -> xxx_bannerclient
and then click the tab Operation to change the value of the parameter "AUTO_INCREMENT" to 0 or whatever number you want it to star from
- do the same thing for "xxx_banner"
- Then you must clean the "xxx_bannerclient" and "xxx_banner" tables so as to not have any conflict
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



102
Tarik
Re: How many .css sheets are used with xoops and where are they?
  • 2011/1/2 13:54

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


if you open the source code of a website using xoops by using the browser you will see something like this

<!-- Sheet Css -->
    <
link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="http://www.arabxoops.com/xoops.css" />
    <
link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="http://www.arabxoops.com/themes/2010/css/style.css" />
    <!-- 
customized header contents -->

the 2 first stylesheet are both called from the file theme.html
so that xoops.css will be the first stylesheet to load containing some css resets concerning some xoops elements (banner,blocks,....)

after that style.css contain the enhancement part (styling with images ..) and because it's after xoops.css it can override some css rules if you change them in style.css

after that come the tough part
<!-- customized header contents -->

here xoops put all css stylesheets called by php or the ones that change depending on some parameters
- like modules, some modules requires some css styling so they can add style sheet just by adding in the php side
$xoTheme->addStylesheet(XOOPS_URL '/modules/yourmodule/style.css');

- like language some langage use right align and rtl so xoops add a style sheet arabic.css or english.css that have a big reset with a lot of !important

that is the big idea behind the magic of xoops css
I hope that you caught the idea



103
Tarik
Re: Changing theme through modules settings
  • 2010/12/29 13:20

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


wouldn't this work
Themes : Create Your Own Multi-Themed Xoops Site
with creating a new smarty variable that hold the theme from the choice that will be the argument

just a though



104
Tarik
Re: Issue with JAVASCRIPT
  • 2010/11/16 19:37

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


the tab script need JQuery
did you make sure the JQuery library isn't included twice by another module or in the theme
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



105
Tarik
Re: problem, xlanguage and styles
  • 2010/11/16 0:43

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


Hello Mamba,
how much is the time limit (seconds, minutes, ...)
but this isn't good for example in my condition i cant change the topic status unless the problem was solved in minutes XD
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



106
Tarik
Re: problem, xlanguage and styles
  • 2010/11/16 0:03

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


it's obvious that i have to edit it to change the post status but i cant find the edit link in the first placeResized Image


EDIT: what is weirder is that i can edit only #5 and #7 but not the #1 and #3 post
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



107
Tarik
Re: Language Specific Themes (Multilangual Website)
  • 2010/11/15 21:08

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


can you send me your theme to give you more detail
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



108
Tarik
Re: Language Specific Themes (Multilangual Website)
  • 2010/11/15 20:16

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


you dant have nothing to do in because the localization team who change it to suit the language
example:http://www.arabxoops.com/language/arabic/style.css

if you want to put style of a theme you must put them in style.css of he theme
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



109
Tarik
Re: Language Specific Themes (Multilangual Website)
  • 2010/11/15 19:08

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


i don't advise you to do that because the core language style should have only direction about direction (rtl - ltr) and text-align (left - right) if you want to do a multi language theme like me you have to do a theme Arabic or English and then duplicate the style.css file to another style file like style-ltr.css and then in the theme.html change the style path
<link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoImgUrl}>css/style[en]-ltr[/en].css" />

just like my web site who have two stylesheet you can view an example here
http://www.xo-aminoss.info/index.php?lang=english
http://www.xo-aminoss.info/index.php?lang=arabic
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



110
Tarik
Re: Registration Page Garbled
  • 2010/11/15 16:18

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


try to re-upload the register.php file and activate the in-line debug system for more informations
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.




TopTop
« 1 ... 8 9 10 (11) 12 13 14 15 »



Login

Who's Online

246 user(s) are online (165 user(s) are browsing Support Forums)


Members: 0


Guests: 246


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