41
Mazar
Re: Multisite xoops theme not changing
  • 2009/10/27 11:04

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I have tried all the changes wishcraft recommended. still no luck getting it work.



42
Mazar
Xoops theme for mobile site
  • 2009/10/21 8:40

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I am planing to develop a theme for a mobile site. is there any how to tutorial available for developing mobi theme?
please suggest.



43
Mazar
How to get category name using id from other table
  • 2009/10/14 8:29

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I have been trying lot of method i used to use php foriegn function to get the name from other table using id as key. but not understanding in XOOPS tried lot but failed to get

I have this ids as array
$topic_arr[$i]->getVar("topic_cid")


trying something lke this
$categoriesHandler =& xoops_getModuleHandler('topic_categories''topics');
$cid $topic_arr[$i]->getVar("topic_cid");
foreach(
$cid as $key)
{
 
$objs $categoriesHandler->getObjects($key);
}
foreach(
$objs as $obj){
if(
$topic_arr[$i]->getVar("topic_cid")== $obj->getVar('categories_id')){
print 
$obj->getVar('category_name');
}



44
Mazar
Hi can i use a jquery function to add class to my navbar?
  • 2009/10/12 14:16

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I have been trying to add a class to my navbar links dynamically with jquery onclick function
so i can highlight the current active link
but it is not assigning the class on navbar in theme.html
$(document).ready(function() { $('#jsddm').click(function() {                 $(this).removeClass("selected");                  $(this).addClass("selected");          });  });


<
ul id="jsddm">
    <
li><a  href="<{$xoops_url}>">Home</a>
    </
li>
    <
li><a  href="<{$xoops_url}>/modules/topics/index.php">topics</a></li>
</
ul>



45
Mazar
How can i keep submenu links at the left expanded?
  • 2009/10/9 12:10

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I have created submenu links for a module in version.php. but those are hidden only when i clicked the link the submenu links appear. cant i make them visible under the mainlink?



46
Mazar
Re: Best of open source developer tools
  • 2009/10/7 18:25

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I am using Scite



47
Mazar
Re: 2009 XOOPS Website Redesign
  • 2009/10/7 8:05

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I love this design whoever made it. but kinda lost in it. i think it should be more user freindly. maybe we will get used to it.



48
Mazar
Re: Multixoops - With version 2.3.3 - RC
  • 2009/10/6 6:46

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


whichever domain i go the title it shows from the subdomian only block access working. not the theme /

if i login using my subdomain it kicks me to the main domain. dont know what is happening with it.

This is what ia m trying to do
i have domain which is pointing to XOOPS installations example www.mydoman.com
then i created a subdomain eg.sub.example.com also pointing to same installations.

i have installed multisite with patches. eg. www.example.com was created automatically on multisite module installations. i just set the preferences to different theme
then i created my sub.example.com. and changed the preferences to different theme.

now it only goes to subdomain no matter whichever url i enter

do i have to do something with the mainfile.php or
i am confused how to make it work..

in a debug getting this
Undefined variable: confcat_id in file /modules/multisite/admin/preferences/main.php line 175



49
Mazar
Re: Multixoops - With version 2.3.3 - RC
  • 2009/10/6 6:05

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Thanks Wishcraft it is marvelous module.



50
Mazar
Multisite xoops theme not changing
  • 2009/10/5 13:01

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I have installed multisite XOOPS with the 2.3 patch but everything else seems to be working but not changing the theme with domain and subdomian. any idea how i can sort it out?

I am using XOOPS 2.3.3




TopTop
« 1 2 3 4 (5) 6 7 8 ... 14 »



Login

Who's Online

151 user(s) are online (97 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