1
walkero
MyAlbum 3.07 RC4 Blank images uploads
  • 2013/11/26 9:58

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


Dear all,
I have install MyAlbum 3.07 RC4 at a website. Lately we see that there are blank images uploaded by blank users. I checked the permissions and the guests are not authorized to upload images. There must be a bug allowing them to do such a thing. At the following screen you can see how it looks at the admin "Submitted Photos" list.

Did anyone have the same problem? Did you fix it?

Resized Image



2
walkero
Re: MyAlbum 3.07 RC3 Order By problem
  • 2013/10/29 19:55

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


Unfortunately, I have the following problems.

Now the sorting works, but the red arrows for Descending are not linkable, and the photos are not shown when you click on them.

You may check it at www.amigans.net

UPDATE:
Found where are the problems. Most of the files you tried to make the code look better. The problem is that it made the tag parameters to have no space between them. So, the HTML is not written right. If you check the result using Firefox source viewer you will see a lot of red code.

UPDATE 2:
Also, there are a few "broder" against "border" found...



3
walkero
Re: MyAlbum 3.07 RC3 Order By problem
  • 2013/10/3 8:47

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


@Mamba
I did the final update to Xoops 2.5.6. Unfortunately, the problem with myAlbum remains.



4
walkero
Re: MyAlbum 3.07 RC3 Order By problem
  • 2013/9/30 21:44

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


Thank you for your fast reply. I will update it to 2.5.6 as soon as possible. Hope you will find also a solution for the myalbum order problems.



5
walkero
MyAlbum 3.07 RC3 Order By problem
  • 2013/9/29 21:15

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


Recently I updated the module myAlbum to 3.06 and then to 3.07RC3 at a website. This was a major update of the whole site. I updated also the Xoops Core from 2.4.5 to 2.5.5.

Unfortunately, the myAlbum order by function doesn't work, even when the user change the photos order in a category or the default ordering at the main page of albums.

Any help where to find the problem would be grate.



6
walkero
XForum Jump links
  • 2011/4/6 20:51

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


I wanted to show the page jump links in the latest topics block but nothing made it happen, even if I choose the "Full Display Mode". Then I checked the code of the forum_block.php and I realized that there is no code that creates these links.

So, I'm asking if this is done by purpose or not. Where there any problems with such a code? Will this code be included at the following releases?



7
walkero
XForum Image set creation
  • 2011/2/22 14:44

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


Hello to all. Is there a guide for creating a new image set for XForum? Although that I searched around a couldn't find a tutorial anywhere.

Thank you all for you time.



8
walkero
Re: XForum View All Topics page error
  • 2011/2/20 19:00

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


I'm the only one with this problem or do you need more info for understanding this one? Is there anyone that found a solution to this problem?



9
walkero
XForum View All Topics page error
  • 2011/2/17 9:46

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


Hello to all. I have a problem with XForum 5.70 which remains to the newest XForum 5.71. When I go to the "View All Topics" page I get a blank page with the following error.

"Notice: Undefined index: xoTheme in file /modules/xforum/viewall.php line 41"

Any clue to solve this problem?



10
walkero
Newbb 3.08 to Xforum 5.70
  • 2011/2/14 9:25

  • walkero

  • Just popping in

  • Posts: 13

  • Since: 2011/2/7 1


The following sql scripts are based on wishcraft's post here. It worked for me, and I hope to work for you too.


TRUNCATE xoops_xf_archive
TRUNCATE xoops_xf_attachments
TRUNCATE xoops_xf_categories
TRUNCATE xoops_xf_digest
TRUNCATE xoops_xf_extras
TRUNCATE xoops_xf_field
TRUNCATE xoops_xf_forums
TRUNCATE xoops_xf_moderates
TRUNCATE xoops_xf_online
TRUNCATE xoops_xf_posts
TRUNCATE xoops_xf_posts_text
TRUNCATE xoops_xf_reads_forum
TRUNCATE xoops_xf_reads_topic
TRUNCATE xoops_xf_report
TRUNCATE xoops_xf_topics
TRUNCATE xoops_xf_visibility
TRUNCATE xoops_xf_votedata
INSERT INTO xoops_xf_archive SELECT FROM xoops_bb_archive
INSERT INTO xoops_xf_attachments SELECT FROM xoops_bb_attachments
INSERT INTO xoops_xf_categories(cat_idcat_imagecat_titlecat_descriptioncat_ordercat_urlSELECT FROM xoops_bb_categories;
INSERT INTO xoops_xf_digest SELECT FROM xoops_bb_digest
INSERT INTO xoops_xf_moderates SELECT FROM xoops_bb_moderates
INSERT INTO xoops_xf_online SELECT FROM xoops_bb_online
INSERT INTO xoops_xf_posts (post_idpidtopic_idforum_idpost_timeuidposter_nameposter_ip, `subject`, dohtmldosmileydoxcodedobrdoimageiconattachsig,approved,post_karma,attachment,require_replySELECT FROM xoops_bb_posts;
INSERT INTO xoops_xf_posts_text SELECT FROM xoops_bb_posts_text
INSERT INTO xoops_xf_reads_forum SELECT FROM xoops_bb_reads_forum
INSERT INTO xoops_xf_reads_topic SELECT FROM xoops_bb_reads_topic
INSERT INTO xoops_xf_report SELECT FROM xoops_bb_report
INSERT INTO xoops_xf_topics SELECT FROM xoops_bb_topics
INSERT INTO xoops_xf_votedata SELECT FROM xoops_bb_votedata;
INSERT INTO xoops_xf_forums (forum_idforum_nameforum_descparent_forumforum_moderatorforum_topicsforum_postsforum_last_post_idcat_idforum_typeallow_htmlallow_sigallow_subject_prefixhot_thresholdforum_orderattach_maxkbattach_extallow_pollsSELECT FROM xoops_bb_forums;




TopTop



Login

Who's Online

230 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 230


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