71
Tarik
Re: xFAQ GUI Change - Beta ready for testing on XOOPS 2.5.0
  • 2011/3/20 15:38

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


@Mamba
thank you very much for these links
i will do some reading and some testing
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



72
Tarik
Re: xFAQ GUI Change - Beta ready for testing on XOOPS 2.5.0
  • 2011/3/19 16:59

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


I'm a member in sourceforge but i don't have any experience with SVN Repository, so if you have some links or tutos i would appreciate it.
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



73
Tarik
Re: Google adsense module
  • 2011/3/18 23:29

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


You can use the banner system included in xoops.
add a banner, and put the html code in the html box
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



74
Tarik
Re: xFAQ GUI Change - Beta ready for testing on XOOPS 2.5.0
  • 2011/3/18 22:33

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


Quote:
Keep them coming!


-when deleting a parent topic child topic arn't deleted and even their "topic_pid" isn't changed is that normal?
-the topic image upload don't work, and their isn't even an include
for /class/uploader.php, did you disable it?
- when listing topics, it's better to difference child topics from parent topics.
- when accessing the request.php?op=answeredfaq with no question it gives an undefined variable.
fix:
move the line 185 $list = array(); before the if condition line 183

if there is anything that i can help with, please notify me.
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



75
Tarik
Re: xFAQ GUI Change - Beta ready for testing on XOOPS 2.5.0
  • 2011/3/18 17:32

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


i found a sort of bug
when you edit a topic you can chose the same topic as a parent what shouldn't be done

fix:
in class/topic.php line 79
replace
$arr $topicHandler->getall();
by
if(!$this->isNew()){
    
$arr $topicHandler->getall(new Criteria('topic_id'$this->getVar("topic_id"), '!='));
}else{
    
$arr $topicHandler->getall();
}
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



76
Tarik
Re: Tip for Permissions Tab errors with $permform->render()
  • 2011/3/18 15:08

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


or by using the object class

//check if topics exist before rendering the form and redirect, if there are no topics    

if ($topicHandler->getCount()) {
    echo 
$permform->render();
} else {
    
redirect_header("topic.php"2_AM_XFAQ_NOPERMSSETfalse);    
}
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



77
Tarik
Re: Modules : main old image to delete when updating !!!
  • 2011/3/17 13:50

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


you mad a point a breadcrumb is better but what will be very good is to see the styled breadcrumb used in the admin be used in the front module
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



78
Tarik
Re: Modules : main old image to delete when updating !!!
  • 2011/3/17 13:34

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


In point of view i think they are very useful because they tell a visitor that came from an other website in which section of the site they are.
But what i don't like is that they are very old fashioned, and a redesign would be better (just something simple)
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



79
Tarik
Re: XOOPS Partners GUI Change - ready for testing
  • 2011/3/17 13:31

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


module : "XOOPS Partners"
Sorry, i forgot to put the module name since the tread has turned to modules discussion XD
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.



80
Tarik
Re: XOOPS Partners GUI Change - ready for testing
  • 2011/3/17 0:24

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


I've done some testing and got:

under a system with:
Version de XOOPS    XOOPS 2.5.0
Version de PHP    5.3.5
Version de MySql    5.5.8
Système d
'exploitation    WINNT

there is lot of undefined constants in french translation due to a 'MI_' missing

when listing partners i have Errors(s) (2) Deprécated(s) (4)
Message(s): Undefined variablecurrent dans le fichier /modules/system/class/gui.php ligne 128
Message
(s): Undefined indexdans le fichier /modules/system/class/menu.php ligne 139

to fix this you must change in admin/menu.php line 248 the url from "main.php?op=default" to "main.php" but when you will be in the adding form the manage tab will be highlighted
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.




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



Login

Who's Online

151 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 151


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