×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Seyret and PuArcade

Seyret and PuArcade 15 years 8 months ago #403

  • Moixa
  • Moixa's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I am unable to view the !joomlacomments under the Seyret and PuArcade components, it works fine on my test front page articles but am unable to see it on other pages.

I have added them to the other component settings.

Thanks in Advance

Moixa

Seyret and PuArcade 15 years 8 months ago #405

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
May I see your web site.
P.S. And admin access will be good too :)

Seyret and PuArcade 15 years 8 months ago #407

  • Moixa
  • Moixa's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
PM sent

Seyret and PuArcade 15 years 8 months ago #422

  • Moixa
  • Moixa's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Thanks Daniel for taking a look at website, even thoughnot solve the problem, after a fair bit of time I think I stumbled across solution!

Wahoo ! hope it works for more people, just unpublish all articles, components that you want !joomcomment to work with, then just republish them! lmao, it worked for me, well for first bit.. but tired, but assume work for all now. I let you know after a s leep how t al goes!

Thanks again, I hope it helps!

Mopixa

I am tired hence speling mistakes, but tomoorow i hope be more use :D

Seyret and PuArcade 15 years 5 months ago #1395

  • dotcom22
  • dotcom22's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Hi

Me too I have also problem with Puarcade but everything is fine with Seyret....

Please what do you mean exactly by "just unpublish all articles, components that you want !joomcomment to work with, then just republish them!" ??? I have try to only unpublish the component link of Puarcade in mainmenu and republish it but nothing change... You mean we must totally uninstall Puarcade and install again ? If yes like that we loose all settings and game....no ?

I use a very simple free template on Joomla 1.0.15....

Any suggestion welcome...thanks...

Seyret and PuArcade 15 years 5 months ago #1464

  • dotcom22
  • dotcom22's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
I continue to not see how I can do for publish comment in PUarcade and solution described in this present post don't help me...I have take a look in PUarcade forum and some people appear to find something described here:

http://www.pragmaticutopia.com/component/option,com_fireboard/Itemid,121/func,view/id,6222/catid,22/

The problem is a user "vanama" have rewrite Joomlacomponent and propose unofficial download and I don't thing is the best solution....also because the solution talking about version 3.25 of Joomlacomment and now we are to 3.26.... Joomlacomment are announced compatible with PUarcade so I would prefer if possible a working official component...

Any suggestion please?

Thanks in advance...

Seyret and PuArcade 15 years 5 months ago #1465

  • dotcom22
  • dotcom22's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
In fact I have find a working solution but I have a small display bug (see joined print screen)...



You need to hack file "puarcade.html.php" located inside /component/com_puarcade and insert follow code just under "pu_Footer" so the code look lke this:

function footer(){
?><br /><br /><div class="pu_Footer">PU Arcade by <a href=" www.pragmaticutopia.com/ " target="_blank"> www.pragmaticutopia.com </a></div><?php
}

and you need to change to:

function footer(){
?><br /><br /><div class="pu_Footer">PU Arcade by <a href=" www.pragmaticutopia.com/ " target="_blank"> www.pragmaticutopia.com </a></div><?php

//JoomlaComment Code
global $option, $mosConfig_absolute_path;

require_once("$mosConfig_absolute_path/administrator/components/com_comment/plugin/$option/josc_com_puarcade.php");
// end JoomlaComment code

}


...but the only problem is this display bug....It is not a real bug but why the "post comment bar" appear at the top and separate of rest of comment box ? In Article, Docman or Seyret it appear close to box....

Any idea ?

Thanks a lot...

Seyret and PuArcade 15 years 5 months ago #1466

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Can I get a link to your page so I can look at the html code and help you with the design error.

Seyret and PuArcade 15 years 5 months ago #1467

  • dotcom22
  • dotcom22's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
I have send to you a PM with user and password access because my website are only allowed to closed user...

Thanks a lot

Seyret and PuArcade 15 years 5 months ago #1473

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ok, after the footer div and before joomlacomment's code add the following:
<div style="clear:both"></div>

Seyret and PuArcade 15 years 5 months ago #1476

  • dotcom22
  • dotcom22's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
Beautiful you are the best many thanks !!!! :silly: :cheer:

Last things you think I must always include this div style when I want insert Joomlacomment into PUarcade or not ? In fact I want make in near futur many Joomla install using different template for each install... For sure you want tell me "look and if necessary add the div style" but in my case all Joomla install I want perform are semi-automated....reason why I need to be moreless sure....

If I always include this div style and it is not necessary what will happend ? Another display problem or just nothing ? Depend always the kind of template used and I must see case by case ? Why this not happend when using Seyret and Docman ? Depend more of the kind of component used ?

Anyway thanks again for your nice and quick support...be sure I will not forget...

Seyret and PuArcade 15 years 5 months ago #1477

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
It depends on the template. If the template has a float or something like this then our template will align wrong.
That is why you include the clear:both - that clears floats and the next thing is aligned where it should be. I believe you should not have any problems with using this, but the best way to know it for sure is to try it alone :)

Have fun!

Seyret and PuArcade 15 years 5 months ago #1480

  • dotcom22
  • dotcom22's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
ok very cool...:) :)

Sorry I have just a last question regarding a little issue I discover right now...It appear is not possible to insert smiley (I use funny pack) when using IE 6 and 7...It is a friend tell me that because me I use Firefox and I don't get problem...I have test with IE and that true is not possible to do...except when inserting last 4 smileys ! ? idea and arrow...

any suggestion ?

Nevertheless if I use another smiley pack I don't get problem....Ok is not a big deal I can use any other smiley pack instead funny pack but I must admit funny pack is the best one about design....

YOu can try by yourself if you want by login in my site with same user password I send to you via PM today....thanks in advance..

Seyret and PuArcade 15 years 5 months ago #1481

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Can you try to change the template and use the same smilies?

Seyret and PuArcade 15 years 5 months ago #1495

  • dotcom22
  • dotcom22's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 8
  • Thank you received: 0
ok I have try with default joomla template "made your web" and smileys pack "funny" work....so unfortunately it is template problem...It is strange because my template is free and really simple and don't use any motools or other javascript or complex things...

So I don't have any other choice to use default smiley pack....:( .....anyway no problem....

thanks
  • Page:
  • 1
Time to create page: 0.364 seconds